Home
last modified time | relevance | path

Searched refs:cudaGetErrorString (Results 1 – 25 of 28) sorted by relevance

12

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dgpu_prim_helpers.h125 cudaGetErrorString(err));
147 temp_storage_bytes, "status: ", cudaGetErrorString(err));
191 cudaGetErrorString(err)); in GpuInclusivePrefixSum()
204 temp_storage_bytes, ", status: ", cudaGetErrorString(err)); in GpuInclusivePrefixSum()
228 cudaGetErrorString(err)); in GpuSegmentedReduce()
242 temp_storage_bytes, ", status: ", cudaGetErrorString(err)); in GpuSegmentedReduce()
269 cudaGetErrorString(err));
281 temp_storage_bytes, ", status: ", cudaGetErrorString(err));
H A Dtopk_op_gpu.h525 cudaGetErrorString(err)); in LaunchSortKernel()
551 temp_storage_bytes, ", status: ", cudaGetErrorString(err)); in LaunchSortKernel()
592 "Could not launch TopKKernel: ", cudaGetErrorString(err), ".");
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dgpu_kernel_helper_test.cu.cc32 EXPECT_EQ(cudaSuccess, err) << cudaGetErrorString(err); \
39 ASSERT_EQ(cudaSuccess, err) << cudaGetErrorString(err); \
168 ASSERT_EQ(cudaSuccess, err) << cudaGetErrorString(err); in SetUp()
H A Dgpu_kernel_helper.h76 return cudaGetErrorString(error); in GpuGetErrorString()
115 return errors::Internal(cudaGetErrorString(result)); in GpuLaunchKernel()
H A Dgpu_device_functions.h70 static std::string cudaGetErrorString(int err) { return std::to_string(err); } in cudaGetErrorString() function
78 cudaGetErrorString(error)); \
87 cudaGetErrorString(error))); \
/aosp_15_r20/external/pytorch/torch/csrc/inductor/aoti_runtime/
H A Ddevice_utils.h20 const char* msg = cudaGetErrorString(code); \
H A Dmodel.h120 << cudaGetErrorString(code) << std::endl; in ~AOTInductorModelBase()
456 cudaGetErrorString(cudaGetLastError())); in is_finished()
/aosp_15_r20/external/pytorch/c10/cuda/
H A DCUDAException.cpp32 check_message.append(cudaGetErrorString(cuda_error)); in c10_cuda_check_implementation()
H A DCUDAException.h45 TORCH_WARN("CUDA warning: ", cudaGetErrorString(__err)); \
H A DCUDAFunctions.cpp90 cudaGetErrorString(err)); in device_count_impl()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
H A Dcuda_driver_test.cc42 const char* message = cudaGetErrorString(result); in CheckCuda()
H A Dcuda_runtime_9_0.inc205 cudaGetErrorString(cudaError_t error) {
207 static auto func_ptr = LoadSymbol<FuncPtr>("cudaGetErrorString");
208 if (!func_ptr) return "cudaGetErrorString symbol not found.";
H A Dcuda_runtime_10_1.inc206 cudaGetErrorString(cudaError_t error) {
208 static auto func_ptr = LoadSymbol<FuncPtr>("cudaGetErrorString");
209 if (!func_ptr) return "cudaGetErrorString symbol not found.";
H A Dcuda_runtime_10_0.inc206 cudaGetErrorString(cudaError_t error) {
208 static auto func_ptr = LoadSymbol<FuncPtr>("cudaGetErrorString");
209 if (!func_ptr) return "cudaGetErrorString symbol not found.";
H A Dcuda_runtime_10_2.inc206 cudaGetErrorString(cudaError_t error) {
208 static auto func_ptr = LoadSymbol<FuncPtr>("cudaGetErrorString");
209 if (!func_ptr) return "cudaGetErrorString symbol not found.";
H A Dcuda_runtime_11_2.inc205 cudaGetErrorString(cudaError_t error) {
207 static auto func_ptr = LoadSymbol<FuncPtr>("cudaGetErrorString");
208 if (!func_ptr) return "cudaGetErrorString symbol not found.";
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorGpuHipCudaDefines.h66 #define gpuGetErrorString cudaGetErrorString
/aosp_15_r20/external/pytorch/torch/csrc/cuda/shared/
H A Dcudart.cpp51 cudaGetErrorString); in initCudartBindings()
/aosp_15_r20/external/pytorch/torch/csrc/profiler/stubs/
H A Dcuda.cpp36 ss << cudaGetErrorString(result); in cudaCheck()
/aosp_15_r20/external/pytorch/torch/csrc/cuda/
H A DGdsFile.cpp33 cudaGetErrorString(static_cast<cudaError_t>(status.cu_err))); in cuGDSFileGetErrorString()
/aosp_15_r20/external/tensorflow/tensorflow/core/nccl/
H A Dnccl_manager.cc46 #define cudaGetErrorString hipGetErrorString
66 return errors::Internal("CUDA: ", cudaGetErrorString(cuda_status)); \
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/gpu/
H A Dgpu_device.cc1330 cudaGetErrorString(err)); in CreateDevices()
1348 " failed. Status: ", cudaGetErrorString(err)); in CreateDevices()
1355 " failed. Status: ", cudaGetErrorString(err)); in CreateDevices()
1394 " failed. Status: ", cudaGetErrorString(err)); in CreateDevices()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dconvert_graph.cc879 << cudaGetErrorString(cuda_error); in ConvertGraph()
/aosp_15_r20/external/pytorch/torch/cuda/
H A D__init__.py409 msg = _cudart.cudaGetErrorString(_cudart.cudaError(code))
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dprocess_function_library_runtime_test.cc563 CHECK_EQ(cudaSuccess, err) << cudaGetErrorString(err); in IsCUDATensor()

12