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

Implementations of cuda::memory::pointer_t methods requiring the definitions of multiple CUDA entity proxy classes. More...

#include "../pointer.hpp"
#include "../device.hpp"
#include "../context.hpp"
Include dependency graph for pointer.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.
 
 cuda::memory
 Representation, allocation and manipulation of CUDA-related memory, of different.
 

Functions

context_t cuda::memory::context_of (void const *ptr)
 Obtain (a non-owning wrapper for) the CUDA context with which a memory address is associated (e.g. More...
 

Detailed Description

Implementations of cuda::memory::pointer_t methods requiring the definitions of multiple CUDA entity proxy classes.