- 01 Jan, 2019 2 commits
-
-
Robert Maynard authored
-
Robert Maynard authored
61b1b515 Make IsType and Cast not error at compile time when given bad types Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1496
-
- 31 Dec, 2018 2 commits
-
-
Abhishek Yenpure authored
7ee51f65 Adding clipping test for volumetric data f0a342e4 Adding fix for Clip failure Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Matt Larsen <mlarsen@cs.uoregon.edu> Merge-request: !1495
-
Robert Maynard authored
Previously these two functions would give compile errors when asked to compare against an Array with a different value type. This makes it easier to write generic code that compares virtual handles.
-
- 30 Dec, 2018 1 commit
-
-
Abhishek Yenpure authored
- Added to detect cases like bug #329 vtk/vtk-m#329 - This is just to execute the clipping filter with a larger dataset, and to ensure it can pass without failures and crashes.
-
- 29 Dec, 2018 1 commit
-
-
Abhishek Yenpure authored
- Failure reported by Matt Larsen Bug : vtk/vtk-m#329
-
- 28 Dec, 2018 3 commits
-
-
Robert Maynard authored
8ca24bae Update the UnifiedMemory example to properly disable managed memory 718caaae CudaAllocator allows managed memory to be explicitly disabled Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Allison Vacanti <allison.vacanti@kitware.com> Merge-request: !1492
-
Robert Maynard authored
-
Robert Maynard authored
-
- 27 Dec, 2018 31 commits
-
-
Robert Maynard authored
19c623bf Add changelogs for ArrayHandleVirtual and VariantArrayHandle 3445047f Refactor vtkm::cont::ArrayHandleAny into vtkm::cont::ArrayHandleVirtual 7a5e32be Update VTKmCompilerFlags to suppress stack-size-warnings on CUDA 9+ bef70820 Update new worklets to work with ArrayHandleVariant 1f2abbc9 vtkm::cont::IsType and vtkm::cont::Cast support VariantArrayHandle acf825b2 Correct IsType and Cast on ArrayHandleVirtual to work on OSX. 7b9fa975 Rename: IsVirtualType to IsValueType. deb4946a Make sure vtk-m libraries under CUDA 8 are always built statically ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Kenneth Moreland <kmorel@sandia.gov> Merge-request: !1454
-
Robert Maynard authored
-
Robert Maynard authored
ArrayHandleVirtual can automatically be constructed from any ArrayHandle. In the cases where the input ArrayHandle doesn't derived from ArrayHandleVirtual, it will automatically construct StorageAny to hold the array.
-
Robert Maynard authored
This will allow better suppression of cuda stack size warnings for developers and build machines.
-
Robert Maynard authored
-
Robert Maynard authored
-
Robert Maynard authored
-
Robert Maynard authored
-
Robert Maynard authored
-
Robert Maynard authored
-
Robert Maynard authored
-
Robert Maynard authored
-
Robert Maynard authored
-
Robert Maynard authored
-
Robert Maynard authored
-
Robert Maynard authored
-
Robert Maynard authored
-
Robert Maynard authored
-
Robert Maynard authored
-
Robert Maynard authored
-
Robert Maynard authored
-
Robert Maynard authored
-
Robert Maynard authored
-
Robert Maynard authored
-
Robert Maynard authored
-
Robert Maynard authored
-
Robert Maynard authored
-
Robert Maynard authored
-
Robert Maynard authored
-
Robert Maynard authored
-
Robert Maynard authored
Previously a couple used FieldInOut when they only needed FieldOut, this can help performance if the input is not already on the device
-