GitHub - m4rs-mt/ILGPU: ILGPU JIT Compiler for high-performance .Net GPU programs
ILGPU
ILGPU is a JIT (just-in-time) compiler for high-performance GPU programs written in .Net-based languages.
ILGPU is entirely written in C# without any native dependencies.
It offers the flexibility and the convenience of C++ AMP on the one hand and the high performance of Cuda programs on the other hand.
Functions in the scope of kernels do not have to be annotated (default C# functions) and are allowed to work on value types.
All kernels (including all hardware features like shared memory ...
Read more at github.com