cuGetExportTable explanation

217 Views Asked by At

I am searching for information about cuGetExportTable or cudaGetExportTable. In particular, I want to know what functions are included in the table. A previous post (cudaGetExportTable a total hack) mentions that

I concluded that the export table is a list of function pointers into internal driver functions

If this post is correct, there are functions that are not included in the CUDA driver API. So there is a way to perform allocations, frees, memcpy to the GPU without using cuMemAlloc etc? Or the functions included in the export table are some kind of GPU management functions?

0

There are 0 best solutions below