cuda-api-wrappers
Thin C++-flavored wrappers for the CUDA Runtime API
error.hpp File Reference

Facilities for exception-based handling of errors originating in NVIDIA's fatbin creating library (nvFatbin), including a basic exception class wrapping ::std::runtime_error. More...

#include "types.hpp"
#include <nvFatbin.h>
#include <type_traits>
#include <string>
#include <stdexcept>
Include dependency graph for error.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Detailed Description

Facilities for exception-based handling of errors originating in NVIDIA's fatbin creating library (nvFatbin), including a basic exception class wrapping ::std::runtime_error.