b0nes164/GPUSorting
State of the art sorting and segmented sorting, including OneSweep. Implemented in CUDA, D3D12, and Unity style compute shaders. Theoretically portable to all wave/warp/subgroup sizes.
CudaNOASSERTION
Issues
- 28
- 4
Benchmarks across more devices
#7 opened by vassvik - 1
WGPU support?
#6 opened by alienself - 1
- 10
Possible incorrect sorting on Wave Size 128
#3 opened by b0nes164 - 1
Investigate better way of templating sorts
#1 opened by b0nes164 - 1
Investigate a way of identifying devices which cannot handle key-value sorting.
#2 opened by b0nes164