yacx-YetAnotherCudaExecutor
0.6.2
wrapper to easily compile and execute cuda kernels
|
This is the complete list of members for yacx::Kernel, including all inherited members.
benchmark(KernelArgs args, unsigned int executions, Device &device=Devices::findDevice()) | yacx::Kernel | |
configure(dim3 grid, dim3 block, unsigned int shared=0) | yacx::Kernel | |
Kernel(std::shared_ptr< char[]> ptx, std::string demangled_name) | yacx::Kernel | |
launch(KernelArgs args, Device &device=Devices::findDevice()) | yacx::Kernel |