A single-header C++ library for simplifying the use of CUDA Runtime Compilation (NVRTC). Rationale Integrating NVRTC into existing and/or templated CUDA code can be tricky. Jitify aims to simplify this process by hiding the complexities behind a simple, high-level interface. Quick example const...