cuda-api-wrappers
Thin C++-flavored wrappers for the CUDA Runtime API
rtc.hpp
Go to the documentation of this file.
1 
8 #pragma once
9 #ifndef CUDA_NVRTC_WRAPPERS_HPP_
10 #define CUDA_NVRTC_WRAPPERS_HPP_
11 
12 #include "rtc/error.hpp"
14 #include "rtc/versions.hpp"
16 #include "rtc/program.hpp"
17 
18 #endif // CUDA_NVRTC_WRAPPERS_HPP_
Contains the cuda::rtc::compilation_output_t class and related code.
Definitions and utility functions relating to run-time compilation (RTC) of CUDA code using the NVRTC...
Contains the cuda::rtc::program_t class and related code.
Complementing file for cuda/api/versions.hpp for obtaining a version number for the NVRTC library...
Facilities for exception-based handling of errors originating to the NVRTC library, including a basic exception class wrapping ::std::runtime_error.