Searched defs:cudaGetErrorString (Results 1 – 2 of 2) sorted by relevance
42 #define cudaGetErrorString hipGetErrorString macro
70 static std::string cudaGetErrorString(int err) { return std::to_string(err); } in cudaGetErrorString() function