TakeshiCho / GPU_Parallel_Reduction

Parallel reduction with unity compute shader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GPU_Parallel_Reduction

Parallel reduction with Unity compute shader, Calculate the sum of pixels value for the Texture 2D (4096 * 4096).

Device (CPU) R9-6900HX (GPU) RTX 3070ti
Time 2307.074 ms 0.5388 ms
Bandwidth 0.027 GB/s 115.999 GB/s

About

Parallel reduction with unity compute shader

License:GNU General Public License v3.0


Languages

Language:C# 74.5%Language:HLSL 25.5%