yacx-YetAnotherCudaExecutor
0.6.2
wrapper to easily compile and execute cuda kernels
|
Public Member Functions | |
KernelArgs (std::vector< KernelArg > args) | |
void | malloc () |
void | uploadAsync (CUstream stream) |
void | downloadAsync (CUstream stream) |
void | downloadAsync (void *hdata, CUstream stream) |
void | free () |
const void ** | content () |
size_t | size (arg_type=arg_type::TOTAL) const |
size_t | maxOutputSize () const |