Searched defs:GPUDataType (Results 1 – 1 of 1) sorted by relevance
736 struct GPUDataType<Eigen::half> { struct738 static constexpr cudaDataType_t type = CUDA_R_16F;743 struct GPUDataType<float> { struct745 static constexpr cudaDataType_t type = CUDA_R_32F;750 struct GPUDataType<std::complex<float>> { struct752 static constexpr cudaDataType_t type = CUDA_C_32F;757 struct GPUDataType<double> { struct759 static constexpr cudaDataType_t type = CUDA_R_64F;764 struct GPUDataType<std::complex<double>> { struct766 static constexpr cudaDataType_t type = CUDA_C_64F;