Searched refs:GpuComplexT (Results 1 – 2 of 2) sorted by relevance
68 struct GpuComplexT { struct73 struct GpuComplexT<std::complex<float>> { argument78 struct GpuComplexT<std::complex<double>> {87 inline const typename GpuComplexT<T>::type* GpuComplex(const T* p) {88 auto* result = reinterpret_cast<const typename GpuComplexT<T>::type*>(p);95 inline typename GpuComplexT<T>::type* GpuComplex(T* p) {96 auto* result = reinterpret_cast<typename GpuComplexT<T>::type*>(p);
2378 typedef typename HalfAsFloat<typename GpuComplexT<T>::type>::type CUDA_T; in DoBlasInternalImpl()