cuda-api-wrappers
Thin C++-flavored wrappers for the CUDA Runtime API
cuda::profiling::scope Class Reference

A class to instantiate in the part of your application which does any work you intend to use the CUDA profiler to profile. More...

#include <profiling.hpp>

Detailed Description

A class to instantiate in the part of your application which does any work you intend to use the CUDA profiler to profile.

This could well be your main() function.


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