Fix cuda 9+ builds

Fix removed `shfl_` intrinsics, disable warnings, update CUDA header inclusion.
This commit is contained in:
Antonio Sanchez
2025-03-02 07:38:47 -08:00
parent 43b7aa2412
commit d2ce4faa5a
4 changed files with 235 additions and 128 deletions

View File

@@ -254,7 +254,7 @@
#endif
#if defined EIGEN_HAS_CUDA_FP16
#include <host_defines.h>
#include <cuda_runtime_api.h>
#include <cuda_fp16.h>
#endif