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.
☆136Updated 4 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…☆343Updated 5 months ago
- Source Code for Eurographics 2024 Short Paper "Real-time Seamless Object Space Shading"☆77Updated last year
- A possible use of Slang shader compiler together with WebGPU in C++ (both in native and Web contexts), using CMake.☆70Updated 6 months ago
- Spatially Hashed Radiance Cache (SHaRC) Library☆73Updated 3 months ago
- GPU LBVH builder implemented in Vulkan and GLSL.☆47Updated last year
- HLSL code for https://developer.nvidia.com/blog/optimizing-compute-shaders-for-l2-locality-using-thread-group-id-swizzling/☆64Updated last year
- FidelityFX Parallel Sort☆108Updated 3 years ago
- A compute shader implementation of the OneSweep sorting algorithm.☆67Updated last year
- GPU Radix Sort implemented in Vulkan and GLSL.☆60Updated last year
- Collection of meshlet generation algorithms☆108Updated 2 months ago
- This is my experiments with BVH build algorithms on GPU.☆56Updated 7 months ago
- An implementation of NVIDIA's paper "Efficient Incoherent Ray Traversal on GPUs Through Compressed Wide BVHs"☆124Updated 5 months ago
- Sample benchmark demonstrating the VK_KHR_cooperative_matrix extension☆89Updated 2 months ago
- ☆160Updated 4 years ago
- Real-time software rasterizer using compute shaders, including vertex processing stage (IA and vertex shaders), bin rasterization, tile r…☆120Updated 2 months ago
- Customizable compute shader for fast cache-aware mipmap generation☆51Updated 8 months ago
- This repository contains a rough GLSL implementation of "Deep and Fast Approximate Order Independent Transparency" by G. Tsopouridis, A. …☆45Updated last year
- ☆148Updated 4 months ago
- SH for HLSL 2021☆227Updated 3 months ago
- Sample that uses VK_NV_cluster_acceleration_structure to animate meshes for ray tracing☆46Updated last month
- Code for "Compact Poisson Filters for Fast Fluid Simulation", ACM SIGGRAPH 2022 Conference.☆65Updated 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 4 months ago
- ☆149Updated 3 months ago
- Surfel Radiance Cascades Diffuse Global Illumination☆162Updated 2 months ago
- A DirectX12-based C++-application that allows graphics programmers to learn and experiment with the new Work Graphs feature using HLSL sh…☆79Updated 6 months ago
- VorteGrid: Interactive Fluid Simulation for Games and Movies☆102Updated 4 years ago
- ☆122Updated 7 months ago
- Longest Edge Bisection Demos☆85Updated 2 years ago
- Demo code for the compressed shadow maps project☆46Updated 5 years ago
- Software rasterizing hair strands with analytical AA and OIT. Inspired by Frostbite's hair system: "Every Strand Counts: Physics and Rend…☆66Updated 8 months ago