Searched defs:CUDADataType (Results 1 – 1 of 1) sorted by relevance
345 struct CUDADataType<Eigen::half> { struct346 static constexpr cudaDataType_t type = SE_CUDA_DATA_HALF;350 struct CUDADataType<std::complex<Eigen::half>> { struct351 static constexpr cudaDataType_t type = CUDA_C_16F;355 struct CUDADataType<float> { struct356 static constexpr cudaDataType_t type = CUDA_R_32F;360 struct CUDADataType<std::complex<float>> { struct361 static constexpr cudaDataType_t type = CUDA_C_32F;365 struct CUDADataType<double> { struct366 static constexpr cudaDataType_t type = CUDA_R_64F;[all …]