m4rs-mt / ILGPU

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

Added specialized implementations of permutation methods #1133

Closed dfki-jugr closed 8 months ago

dfki-jugr commented 11 months ago

In this PR, we provide different implementations of a permutation algorithm that permutes a given dataset on GPUs. There are specialized implementations for a warp-wide, group-wide and device-wide permutation.