b0nes164 / GPUPrefixSumsLinks
A nearly complete collection of prefix sum algorithms implemented in CUDA, D3D12, Unity and WGPU. Theoretically portable to all wave/warp/subgroup sizes.
☆252Updated 7 months ago
Alternatives and similar repositories for GPUPrefixSums
Users that are interested in GPUPrefixSums are comparing it to the libraries listed below
Sorting:
- State of the art sorting and segmented sorting, including OneSweep. Implemented in CUDA, D3D12, and Unity style compute shaders. Theoreti…☆379Updated 9 months ago
- Sample benchmark demonstrating the VK_KHR_cooperative_matrix extension☆98Updated 3 months ago
- FidelityFX Parallel Sort☆110Updated 3 years ago
- Neural Network in Dx12/HLSL Shaders☆108Updated 4 months ago
- A possible use of Slang shader compiler together with WebGPU in C++ (both in native and Web contexts), using CMake.☆75Updated 9 months ago
- ☆124Updated last month
- continuous level of detail mesh library☆297Updated 3 weeks ago
- Spatially Hashed Radiance Cache (SHaRC) Library☆87Updated 3 weeks ago
- An implementation of NVIDIA's paper "Efficient Incoherent Ray Traversal on GPUs Through Compressed Wide BVHs"☆124Updated 9 months ago
- Source Code for Eurographics 2024 Short Paper "Real-time Seamless Object Space Shading"☆79Updated last year
- GPU Ray Tracing Library☆84Updated 4 months ago
- Code accompanying the blog post on bvh construction.☆429Updated 11 months ago
- One stop shop for getting started with SPIR-V.☆214Updated last week
- ☆76Updated 3 years ago
- HLSL code for https://developer.nvidia.com/blog/optimizing-compute-shaders-for-l2-locality-using-thread-group-id-swizzling/☆66Updated last year
- Collection of meshlet generation algorithms☆118Updated 6 months ago
- A micro Vulkan compute pipeline and a collection of benchmarking compute shaders☆252Updated 5 months ago
- 💡 Experimental real-time global illumination renderer 🦀☆75Updated last year
- Demo project for the large scale game component with CBTs☆162Updated last year
- The code to accompany "Constant Time Stateless Shuffling and Grouping"☆46Updated 2 years ago
- ☆153Updated 7 months ago
- My master bibliography file with publications mostly in computer graphics, rendering, transport theory, and statistics.☆184Updated 3 months ago
- A DirectX12-based C++-application that allows graphics programmers to learn and experiment with the new Work Graphs feature using HLSL sh…☆109Updated 3 months ago
- Software rasterizing hair strands with analytical AA and OIT. Inspired by Frostbite's hair system: "Every Strand Counts: Physics and Rend…☆72Updated 11 months ago
- LucidRaster: real-time GPU software rasterizer for exact OIT☆50Updated 7 months ago
- 📕 A clone of @rygorous series of posts on the graphics pipeline.☆97Updated 4 years ago
- A compute shader implementation of the OneSweep sorting algorithm.☆69Updated last year
- ☆124Updated 8 months ago
- Customizable compute shader for fast cache-aware mipmap generation☆54Updated last year
- This sample showcases rasterizing and ray tracing displaced NVIDIA Micro-Mesh assets in Vulkan with and without the VK_NV_displacement_mi…☆96Updated 7 months ago