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

upload KernelArgs at once #55

Open zeratax opened 4 years ago

zeratax commented 4 years ago

oh noch eine sache, zur zeit wird ja pro argument hochgeladen, aber man könnte auch alle auf einmal hochladen, siehe: https://docs.nvidia.com/cuda/cuda-driver-api/group__CUDA__MEM.html#group__CUDA__MEM_1g27f885b30c34cc20a663a671dbf6fc27 würde den overhead noch etwas veringern.

Originally posted by @ZerataX in https://github.com/ZerataX/cudacompiler/issues/45#issuecomment-562338563