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

unique/shared pointers #30

Closed zeratax closed 4 years ago

zeratax commented 4 years ago

We're still using standard c-pointers in several locations, since cuda/nvrtc use these so much, but it would probably be still nice to use smart pointers as much as possible. I've already commented most of them in code.