vtk-m/vtkm/exec
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
..
arg Add module mechanism 2022-10-26 12:51:05 -06:00
cuda Fix compile issues when using cuda 12 2023-01-18 12:06:35 -05:00
internal Expose the Variant helper class 2022-11-01 07:52:41 -06:00
kokkos Add module mechanism 2022-10-26 12:51:05 -06:00
openmp cmake: namespace vtkm export targets 2022-12-09 18:46:56 -05:00
serial Add module mechanism 2022-10-26 12:51:05 -06:00
tbb cmake: namespace vtkm export targets 2022-12-09 18:46:56 -05:00
testing Expose the Variant helper class 2022-11-01 07:52:41 -06:00
AtomicArrayExecutionObject.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
BoundaryState.h Fix doxygen groups 2022-09-09 10:37:31 +08:00
CellDerivative.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
CellEdge.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
CellFace.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
CellInside.h Switch from VTK-c to LCL 2019-10-07 15:38:36 -04:00
CellInterpolate.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
CellLocatorBoundingIntervalHierarchy.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
CellLocatorMultiplexer.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
CellLocatorPartitioned.h add partitioned cell locator 2022-11-01 11:08:18 +01:00
CellLocatorRectilinearGrid.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
CellLocatorTwoLevel.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
CellLocatorUniformBins.h Add a new unstructured cell locator 2022-11-22 09:51:40 -05:00
CellLocatorUniformGrid.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
CellMeasure.h Fixing dashboard warnings 2022-02-02 16:15:12 +05:30
CMakeLists.txt Add a new unstructured cell locator 2022-11-22 09:51:40 -05:00
ColorTable.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
ColorTable.hxx Fix warning about return value 2020-09-14 15:04:03 -06:00
ConnectivityExplicit.h Refactor CellSetExplicit to remove NumIndices. 2019-09-30 12:27:13 -04:00
ConnectivityExtrude.h Update CellSetExtrude to not specify exec types by device 2021-02-08 16:57:16 -07:00
ConnectivityPermuted.h Make connectivity structures trivially copyable 2021-03-30 12:59:07 -06:00
ConnectivityStructured.h Make connectivity structures trivially copyable 2021-03-30 12:59:07 -06:00
FieldNeighborhood.h Add CellNeighborhood 2020-07-15 14:41:32 -06:00
FunctorBase.h Always export VTK-m functor symbols 2019-08-01 12:53:54 -04:00
ParametricCoordinates.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
PointLocatorSparseGrid.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
TaskBase.h conslidate the license statement 2019-04-17 10:57:13 -06:00
Variant.h Expose the Variant helper class 2022-11-01 07:52:41 -06:00
vtkm.module Add module mechanism 2022-10-26 12:51:05 -06:00