eyalroz / cuda-api-wrappers

Thin, unified, C++-flavored wrappers for the CUDA APIs
BSD 3-Clause "New" or "Revised" License
768 stars 79 forks source link

Move apriori_compiled_kernel_t into the kernel namespace #575

Closed eyalroz closed 6 months ago

eyalroz commented 7 months ago

apriori_compiled_kernel_t -> kernel::apriori_compiled_t makes more sense... let's move it there. Also, move some functions into a kernel::apriori_compiled sub-namespace.