Shim layer of the cuda C-API. More...
#include <cuda.hpp>
Public Member Functions | |
cudaAPI (cudaAPI const &)=delete | |
void | operator= (cudaAPI const &)=delete |
Static Public Member Functions | |
static KVIKIO_EXPORT cudaAPI & | instance () |
Shim layer of the cuda C-API.
This is a singleton class that use dlopen
on construction to load the C-API of cuda.
For example, cudaAPI::instance().MemHostAlloc()
corresponds to calling cuMemHostAlloc()