cuda-api-wrappers
Thin C++-flavored wrappers for the CUDA Runtime API
fatbin.hpp
Go to the documentation of this file.
1 
7 #pragma once
8 #ifndef CUDA_FATBIN_WRAPPERS_HPP_
9 #define CUDA_FATBIN_WRAPPERS_HPP_
10 
11 #if CUDA_VERSION >= 12040
12 
13 #include "fatbin/types.hpp"
14 #include "fatbin/error.hpp"
16 #include "fatbin/builder.hpp"
17 
18 #endif // CUDA_VERSION >= 12040
19 
20 #endif // CUDA_FATBIN_WRAPPERS_HPP_
Facilities for exception-based handling of errors originating in NVIDIA's fatbin creating library (nv...
Type definitions used in CUDA real-time compilation work wrappers.
Contains fatbin_builder::options_t class and related definitions.
Contains the fatbin_builder_t class and related code.