Lines Matching refs:CUDA
17 // Handle NVCC/CUDA/SYCL
19 // Do not try asserts on CUDA and SYCL!
32 // All functions callable from CUDA code must be qualified with __device__
34 // Do not try to vectorize on CUDA and SYCL!
52 // When compiling CUDA device code with NVCC, pull in math functions from the
390 #include "src/Core/arch/CUDA/Half.h"
391 #include "src/Core/arch/CUDA/PacketMathHalf.h"
392 #include "src/Core/arch/CUDA/TypeCasting.h"
395 #include "src/Core/arch/CUDA/PacketMath.h"
396 #include "src/Core/arch/CUDA/MathFunctions.h"
409 // on CUDA devices
410 #include "src/Core/arch/CUDA/Complex.h"