Mila
Deep Neural Network Library
Loading...
Searching...
No Matches
Cuda.Error Module Reference

Classes

class  Mila::Dnn::Compute::CudaError
 Exception class for CUDA runtime errors. More...
 

Functions

void Mila::Dnn::Compute::cudaCheckLastError (const std::source_location &location=std::source_location::current())
 Checks the last CUDA error and throws if an error occurred.
 
void Mila::Dnn::Compute::cudaCheckStatus (cudaError_t status, const std::source_location &location=std::source_location::current())
 Checks the status of a CUDA operation and throws if an error occurred.
 

Files

file  /home/runner/work/Mila/Mila/Mila/Src/Dnn/Compute/Cuda/CudaError.ixx
 CUDA error handling utilities and exception class.