Home
last modified time | relevance | path

Searched refs:GpuGetErrorString (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dhistogram_op_gpu.cu.cc85 GpuGetErrorString(err), "."); in Compute()
108 "Could not launch HistogramRange: ", GpuGetErrorString(err), "."); in Compute()
Dwhere_op_gpu.cu.h159 GpuGetErrorString(first_success));
178 temp_storage_bytes, ", status: ", GpuGetErrorString(second_success));
296 GpuGetErrorString(first_success));
316 GpuGetErrorString(second_success));
Dbincount_op_gpu.cu.cc76 GpuGetErrorString(err), "."); in Compute()
98 "Could not launch HistogramEven: ", GpuGetErrorString(err), "."); in Compute()
Dreduction_gpu_kernels.cu.h702 errors::Internal("CUB reduce error ", GpuGetErrorString(success)));
746 GpuGetErrorString(success)));
976 GpuGetErrorString(success)));
/external/tensorflow/tensorflow/core/util/
Dgpu_kernel_helper.h73 __host__ __device__ inline const char* GpuGetErrorString(cudaError_t error) { in GpuGetErrorString() function
78 inline const char* GpuGetErrorString(hipError_t error) {
/external/tensorflow/tensorflow/core/kernels/sparse/
Dkernels_gpu.cu.cc92 GpuGetErrorString(first_success)); in operator ()()
116 temp_storage_bytes, ", status: ", GpuGetErrorString(second_success)); in operator ()()