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

cmake execute JNI Tests #92

Open zeratax opened 4 years ago

zeratax commented 4 years ago

as soon as we merge #86 we can compile JNI tests with cmake, but it would also be neat if we could run make test to execute them like we can with the CPP tests. That should also require the kernels to be copied to the build dir or #72