#include <NvidiaKernel.h>
Definition at line 60 of file NvidiaKernel.h.
GpuDeviceCompilationContext::GpuDeviceCompilationContext |
( |
const void * |
image, |
|
|
const size_t |
module_size, |
|
|
const std::string & |
kernel_name, |
|
|
const int |
device_id, |
|
|
const void * |
cuda_mgr, |
|
|
unsigned int |
num_options, |
|
|
CUjit_option * |
options, |
|
|
void ** |
option_vals |
|
) |
| |
GpuDeviceCompilationContext::~GpuDeviceCompilationContext |
( |
| ) |
|
size_t GpuDeviceCompilationContext::getModuleSize |
( |
| ) |
const |
|
inline |
CUfunction GpuDeviceCompilationContext::kernel |
( |
| ) |
|
|
inline |
CUmodule GpuDeviceCompilationContext::module |
( |
| ) |
|
|
inline |
std::string const& GpuDeviceCompilationContext::name |
( |
| ) |
const |
|
inline |
std::string const GpuDeviceCompilationContext::kernel_name_ |
|
private |
CUmodule GpuDeviceCompilationContext::module_ |
|
private |
size_t GpuDeviceCompilationContext::module_size_ |
|
private |
The documentation for this class was generated from the following files: