GPUPrefixSums Alternatives
Similar projects and alternatives to GPUPrefixSums
-
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.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
MethaneKit
🎲 Modern 3D graphics made simple with C++20 cross-platform framework and rendering abstraction API on top of DirectX 12, Vulkan & Metal
-
-
samarium
2D physics simulation and rendering library in modern C++, with GPU acceleration (by jjbel)
-
-
-
3d-game-shaders-for-beginners
🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game.
-
ShaderConductor
Discontinued ShaderConductor is a tool designed for cross-compiling HLSL to other shading languages
GPUPrefixSums discussion
GPUPrefixSums reviews and mentions
-
Prefix sum: 20 GB/s (2.6x baseline)
Lol do you think "PTX programming" is some kind of secret source of perf? It's just inline asm. Sometimes it's necessary but most of the time "CUDA is all you need":
https://github.com/b0nes164/GPUPrefixSums
- GPUPrefixSums – state of the art GPU prefix sum algorithms
Stats
b0nes164/GPUPrefixSums is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of GPUPrefixSums is C++.