- 14 Oct, 2015 5 commits
-
-
d3d63a0a Merge branch 'master' of gitlab.kitware.com:Fasel/vtk-m into stat_histogram 4aa57d5c Merge branch 'master' of gitlab.kitware.com:Fasel/vtk-m into stat_histogram 49940a4c Attempt to fix compiler errors and warnings. 0e0f5d2e Fix compiler warnings. a6487b3c Merge branch 'master' of gitlab.kitware.com:Fasel/vtk-m into stat_histogram c2a9f184 Fix syntax of ArrayHandleCounting usage 6dd8bde6 Merge branch 'master' into stat_histogram Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !190
-
e4a8ae82 Add Threshold worklet and unit tests. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !236
-
Patricia Kroll Fasel - 090207 authored
-
95f0ed50 CellSetSingleType::Fill now works with custom storage types. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !239
-
Robert Maynard authored
-
- 13 Oct, 2015 2 commits
-
-
c78aac46 UnitTestClipping now properly handles 64bit vtkm::FloatDefault. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !238
-
Robert Maynard authored
-
- 12 Oct, 2015 3 commits
-
-
9006b974 Manually do copy_backwards since ICC was replacing it with copy Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !237
-
Robert Maynard authored
When ICC replaced copy_backwards with copy it causes a failure when the input and output arrays are the same.
-
Sujin Philip authored
-
- 09 Oct, 2015 2 commits
-
-
b1665dcb Add an array handle for bare cuda device pointers. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !216
-
T.J. Corona authored
Array handles for cuda device pointers have been implemented. The data for these handles exists solely on the exec side (info such as length can be queried from the cont side).
-
- 08 Oct, 2015 17 commits
-
-
65c9de08 Merge branch 'master' of gitlab.kitware.com:Fasel/vtk-m into tetra_explicit c94dca79 Compiler warnings 2b43e525 Compiler warnings cba29a1e Fix compiler warnings cbbd7e6e Initialize variable used in if test. 0b9cffe4 Merge branch 'master' of gitlab.kitware.com:Fasel/vtk-m into tetra_explicit 5a7b3668 Correct for gcc and pgi compilers and CastTo. Add CellSetSingleType for output. c87b4f50 Merge branch 'master' of gitlab.kitware.com:Fasel/vtk-m into tetra_explicit ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !217
-
Patricia Kroll Fasel - 090207 authored
-
5f6a552a Compiler warnings b7473712 Compiler warnings GL deprecated 2f532bf3 Compiler warnings 5569d8c1 Merge branch 'master' of gitlab.kitware.com:Fasel/vtk-m into tetra_uniform 0e8b9b15 Compiler warnings. 810e6b00 Fix CastTo with template to avoid compiler errors. deceb79e Fix to work with gcc and pgi compilers. Change to use CellSetSingleType. f624683e Merge branch 'master' of gitlab.kitware.com:Fasel/vtk-m into tetra_uniform ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !204
-
15ad5958 Add support for clipping with implicit functions Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !235
-
Patricia Kroll Fasel - 090207 authored
-
Patricia Kroll Fasel - 090207 authored
-
Patricia Kroll Fasel - 090207 authored
-
Patricia Kroll Fasel - 090207 authored
-
Patricia Kroll Fasel - 090207 authored
-
Patricia Kroll Fasel - 090207 authored
-
Patricia Kroll Fasel - 090207 authored
-
Sujin Philip authored
-
Patricia Kroll Fasel - 090207 authored
-
5ea70b6d Add implicit functions Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !232
-
Patricia Kroll Fasel - 090207 authored
-
Patricia Kroll Fasel - 090207 authored
-
Sujin Philip authored
-
- 07 Oct, 2015 4 commits
-
-
Kenneth Moreland authored
Do not use _Pragma in code blocks with CUDA The current CUDA compiler is crashing when using _Pragma in code blocks, which were being used with clang on apple. Turn these off when compiling with CUDA. See merge request !234
-
Kenneth Moreland authored
The current CUDA compiler is crashing when using _Pragma in code blocks, which were being used with clang on apple. Turn these off when compiling with CUDA.
-
9a8809f9 Add CellSetPermutation which allows custom iteration over a cell set. 66f6db5a IsWriteableArrayHandle now can tell if an array handle can be written too 20f3fb50 Update VertexClustering to use vtkm::cont::CellSetSingleType. 154896b7 Extend the test for DataSetSingleType. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !228
-
a9425ac1 In DataSet, add the ability to retrieve a cell set by name. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !215
-
- 02 Oct, 2015 2 commits
-
-
T.J. Corona authored
-
f38673f6 Replace ErrorControlOutOfMemory with ErrorControlBadAllocation. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !229
-
- 01 Oct, 2015 5 commits
-
-
Patricia Kroll Fasel - 090207 authored
-
Patricia Kroll Fasel - 090207 authored
-
Robert Maynard authored
-
a88f43db Add Bad Allocation error. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Kenneth Moreland <kmorel@sandia.gov> Merge-request: !213
-
Patricia Kroll Fasel - 090207 authored
-