zeratax / yacx

Yet Another CudaExecutor - wrapper to easily compile and execute cuda kernels
https://zeratax.github.io/yacx
MIT License
8 stars 4 forks source link

bandwith upload/download #48

Closed zeratax closed 4 years ago

zeratax commented 4 years ago

effective bandwith currently only makes sense for launch, but not for upload/download

zeratax commented 4 years ago

we additionally need KernelArgs.upload_size() and .download_size(), or something like KernelArgs.size(UPLOAD) with a enum?