Skip to content
Snippets Groups Projects

Fix compile issues when using cuda 12

Merged Sujin Philip requested to merge sujin.philip/vtk-m:cuda12-fix-backport into release
All threads resolved!
Files
2
@@ -17,6 +17,7 @@
#include <vtkm/exec/cuda/internal/ThrustPatches.h>
VTKM_THIRDPARTY_PRE_INCLUDE
#include <thrust/execution_policy.h>
#include <thrust/sort.h>
#include <thrust/system/cuda/execution_policy.h>
#include <thrust/system/cuda/memory.h>
VTKM_THIRDPARTY_POST_INCLUDE
Loading