cuda-api-wrappers
Thin C++-flavored wrappers for the CUDA Runtime API
kernel.hpp File Reference

Implementations requiring the definitions of multiple CUDA entity proxy classes, and which regard kernels. More...

#include "../device.hpp"
#include "../pointer.hpp"
#include "../primary_context.hpp"
#include "../kernel.hpp"
#include "../module.hpp"
Include dependency graph for kernel.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 cuda
 Definitions and functionality wrapping CUDA APIs.
 

Detailed Description

Implementations requiring the definitions of multiple CUDA entity proxy classes, and which regard kernels.

Specifically:

  1. Functions in the cuda::kernel namespace.
  2. Methods of cuda::kernel_t and possibly some relates classes.