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.
☆228Updated 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…☆371Updated 8 months ago
- Sample benchmark demonstrating the VK_KHR_cooperative_matrix extension☆97Updated 2 months ago
- Source Code for Eurographics 2024 Short Paper "Real-time Seamless Object Space Shading"☆78Updated last year
- Spatially Hashed Radiance Cache (SHaRC) Library☆84Updated last week
- A possible use of Slang shader compiler together with WebGPU in C++ (both in native and Web contexts), using CMake.☆73Updated 9 months ago
- ☆124Updated 2 weeks ago
- Neural Network in Dx12/HLSL Shaders☆105Updated 3 months ago
- An implementation of NVIDIA's paper "Efficient Incoherent Ray Traversal on GPUs Through Compressed Wide BVHs"☆124Updated 8 months ago
- FidelityFX Parallel Sort☆109Updated 3 years ago
- A compute shader implementation of the OneSweep sorting algorithm.☆69Updated last year
- This is my experiments with BVH build algorithms on GPU.☆56Updated 10 months ago
- Demo project for the large scale game component with CBTs☆161Updated last year
- A wave-optical path tracer☆40Updated this week
- GPU LBVH builder implemented in Vulkan and GLSL.☆52Updated 2 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☆116Updated 5 months ago
- ☆75Updated 2 years ago
- My master bibliography file with publications mostly in computer graphics, rendering, transport theory, and statistics.☆184Updated 2 months ago
- One stop shop for getting started with SPIR-V.☆213Updated last month
- Samplin' Safari is a research tool to visualize and interactively inspect high-dimensional (quasi) Monte Carlo samplers.☆161Updated last week
- A DirectX12-based C++-application that allows graphics programmers to learn and experiment with the new Work Graphs feature using HLSL sh…☆103Updated 2 months ago
- ☆152Updated 6 months ago
- GPU Ray Tracing Library☆85Updated 4 months ago
- continuous level of detail mesh library☆288Updated last week
- Code accompanying the blog post on bvh construction.☆425Updated 10 months ago
- ☆114Updated last year
- ReSTIR FG: Real-Time Reservoir Resampled Photon Final Gathering☆53Updated 5 months ago
- Software rasterizing hair strands with analytical AA and OIT. Inspired by Frostbite's hair system: "Every Strand Counts: Physics and Rend…☆71Updated 11 months ago
- Customizable compute shader for fast cache-aware mipmap generation☆54Updated 11 months ago
- Real-time software rasterizer using compute shaders, including vertex processing stage (IA and vertex shaders), bin rasterization, tile r…☆120Updated 5 months ago