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