cuda-metaprog


Examples of using C++ template metaprogramming to build CUDA kernels automatically

Example code snippets from a forthcoming chapter in GPU Computing Gems Vol 2.

This demonstrates techniques for building an API that allows high-level array manipulation, and generates CUDA kernels automatically in the preprocessor.

Project Information

Labels:
cuda templatemetaprogramming