cuda-api-wrappers
Thin C++-flavored wrappers for the CUDA Runtime API
nvtx.hpp
Go to the documentation of this file.
1 
7 #pragma once
8 #ifndef CUDA_NVTX_WRAPPERS_HPP_
9 #define CUDA_NVTX_WRAPPERS_HPP_
10 
11 #include "nvtx/profiling.hpp"
12 
13 #endif // CUDA_NVTX_WRAPPERS_HPP_
wrappers for the CUDA profiler API functions, and convenience RAII classes for profiler-output-marked...