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

sensible main example #136

Closed zeratax closed 4 years ago

zeratax commented 4 years ago

would be nice to have an example that at least somewhat made sense to show of the features. doesn't have to be super useful, but the current one is really weird and contrived.

zeratax commented 4 years ago

vielleicht einfach https://github.com/ZerataX/yacx/blob/master/examples/kernels/sumArrayOnDevice.cu aber getemplated, damit man e.g. int oder float machen kann