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

tests fail #58

Closed zeratax closed 4 years ago

zeratax commented 4 years ago

mainly witht make -C cmake-buid test, since all paths are relative, maybe we should include a constant path variable to the project root

but also the tests for uploading with KernelArgs

visualJames commented 4 years ago

most tests failed, since we used a pointer to the array pointer instead of the array pointer