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

Function GpuGetErrorString

tensorflow/core/util/gpu_kernel_helper.h:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73#if GOOGLE_CUDA
74// cudaGetErrorString is available to both host and device
75__host__ __device__ inline const char* GpuGetErrorString(cudaError_t error) {
76 return cudaGetErrorString(error);
77}
78#elif TENSORFLOW_USE_ROCM
79// hipGetErrorString is available on host side only
80inline const char* GpuGetErrorString(hipError_t error) {

Callers 7

ComputeMethod · 0.85
ComputeMethod · 0.85
ComputeMethod · 0.85
LaunchScalarReductionFunction · 0.85
LaunchRowReductionFunction · 0.85
Launch3DXZReductionFunction · 0.85
ComputeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected