cuda-api-wrappers
Thin C++-flavored wrappers for the CUDA Runtime API
cuda::rtc::compilation_options_t< Kind > Class Template Reference

Options to be passed to one of the NVIDIA JIT compilers along with a program's source code. More...

#include <compilation_options.hpp>

Detailed Description

template<source_kind_t Kind>
class cuda::rtc::compilation_options_t< Kind >

Options to be passed to one of the NVIDIA JIT compilers along with a program's source code.

Note
at the raw API level, the options are passed in a simpler form, less convenient for modification. This is handled by the program_t class.

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