nnlib
GPU-accelerated, C/C++ neural network library.
Private Member Functions | List of all members
UnexpectedCUDACallException Class Reference

Exception to be thrown when a CUDA method was called despite no CUDA/GPU support. More...

#include <unexpected_cuda_call_exception.h>

Inheritance diagram for UnexpectedCUDACallException:

Private Member Functions

const char * what () const noexcept override
 Return the exception description. More...
 

Detailed Description

Exception to be thrown when a CUDA method was called despite no CUDA/GPU support.

Member Function Documentation

◆ what()

const char * UnexpectedCUDACallException::what ( ) const
overrideprivatenoexcept

Return the exception description.

Returns
The exception description.

The documentation for this class was generated from the following files: