2
0
mirror of https://gitlab.com/libeigen/eigen.git synced 2024-12-21 07:19:46 +08:00

Replace host_define.h with cuda_runtime_api.h

This commit is contained in:
nluehr 2019-01-18 16:10:09 -06:00
parent d18f49cbb3
commit 92774f0275

View File

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