What would be involved in getting CUDAfy to use Roslyn to compile C# code and NVRTC to compile Cuda kernels? I'm asking because I need runtime compilation for my project, and I'm considering modifying CUDAfy to support doing just this.
↧