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