Searched defs:CUDADataType (Results 1 – 1 of 1) sorted by relevance
319 struct CUDADataType<Eigen::half> { struct320 static constexpr cudaDataType_t type = SE_CUDA_DATA_HALF;324 struct CUDADataType<std::complex<Eigen::half>> { struct325 static constexpr cudaDataType_t type = CUDA_C_16F;329 struct CUDADataType<float> { struct330 static constexpr cudaDataType_t type = CUDA_R_32F;334 struct CUDADataType<std::complex<float>> { struct335 static constexpr cudaDataType_t type = CUDA_C_32F;339 struct CUDADataType<double> { struct340 static constexpr cudaDataType_t type = CUDA_R_64F;[all …]