vtk-m/vtkm/exec/cuda
Sujin Philip 5d0481342a Fix compile issues when using cuda 12
CUDA 12 adds a `cub::Swap` function that creates ambiguity with `vtkm::Swap`.
This happens when a function from the `cub` namespace is called with an object
of a class defined in the `vtkm` namespace as an argument. If that function
has an unqualified call to `Swap`, it results in ADL being used, causing the
templated functions `cub::Swap` and `vtkm::Swap` to conflict.
2023-01-18 12:06:35 -05:00
..
internal Fix compile issues when using cuda 12 2023-01-18 12:06:35 -05:00
testing Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
CMakeLists.txt conslidate the license statement 2019-04-17 10:57:13 -06:00
vtkm.module cmake: namespace vtkm export targets 2022-12-09 18:46:56 -05:00