Found 9 packages
ILGPU compiler and runtime library for convenient and high-performance GPU programming in .Net. Samples can be found in the GitHub repository: https://github.com/m4rs-mt/ILGPU/tree/master/Samples
ILGPU Algorithms library for high-level GPU programming. Samples can be found in the GitHub repository: https://github.com/m4rs-mt/ILGPU/tree/master/Samples
ILGPU Lightning library for high-level GPU programming. Samples can be found in the GitHub repository: https://github.com/m4rs-mt/ILGPU.Samples
ILGPU SharpDX library.
.Net GPU compute for the browser and desktop. Write once, run on WebGPU, WebGL, Wasm, CUDA, OpenCL, and CPU.
WebGPU backend for ILGPU, enabling GPU compute in Blazor WebAssembly applications.
Library of parallel processing utils for ILGPU. Offers thread-safe balanced utilization of all available GPU devices on host machine and fast loading of once compiled GPU kernels.
A feed forward network ( FFN ) with sigmoid activation function allowing 'n' hidden layers. Twin to the CPU classes are the ILGPU-versions giving you full accelerator speed.
A .NET library for Differential Evolution optimization with GPU acceleration using ILGPU.