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

refactor KernelTime #131

Closed zeratax closed 4 years ago

zeratax commented 4 years ago

KernelTime should probably include size of upload/download args and directly include the effective bandwidth function while device should have the theoretical bandwidth function.

having to pass arguments is rather unnecessary when we have these classes