m4rs-mt / ILGPU

ILGPU JIT Compiler for high-performance .Net GPU programs
http://www.ilgpu.net
Other
1.34k stars 115 forks source link

Side by side comparison with CUDA and OpenCL #1229

Open epsi1on opened 3 months ago

epsi1on commented 3 months ago

Hi,

Is your feature request related to a problem? Please describe.

Is there any side by side comparison with well known solutions like CUDA available for this library? like for well known parallel problems (matrix add or matrix multiplication). i would like to know how the ILGPU's performance is compared to a native cuda or OpenCL code. Thanks for great work

Describe the solution you'd like

A page on wiki, which compares the runtime speed of same algorithm on same input data, in cuda, opencl and ilgpu. In order to user can compare the ILGPU with cuda, and help select ilgpu if the speed is reasonable compared to cuda.