MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / CUDAComplex

Function CUDAComplex

tensorflow/core/kernels/cuda_solvers.h:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56// cuComplex/cuDoubleComplex. No type conversion for non-complex types.
57template <typename T>
58inline const typename CUDAComplexT<T>::type* CUDAComplex(const T* p) {
59 return reinterpret_cast<const typename CUDAComplexT<T>::type*>(p);
60}
61template <typename T>
62inline typename CUDAComplexT<T>::type* CUDAComplex(T* p) {
63 return reinterpret_cast<typename CUDAComplexT<T>::type*>(p);

Callers 9

PotrfImplFunction · 0.85
GetrfImplFunction · 0.85
GetrsImplFunction · 0.85
GeqrfImplFunction · 0.85
UnmqrImplFunction · 0.85
UngqrImplFunction · 0.85
HeevdImplFunction · 0.85
GesvdImplFunction · 0.85
GesvdjBatchedImplFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected