python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
"portable" way to determine GPU core occupancy with Vulkan
For writing GPU computation kernels (aka "compute shaders" in GL/Vulkan), it is useful to query various shader parameters such as register usage and shared memory usage that determine how mu...
exa
Votes: 0
Answers: 0
wgpu Compute Write Direct to Surface Texture View
I am relatively new to using gpu apis, even newer to wgpu, and wanted to mess around with compute shaders drawing to a surface.
However, it seems that this is not allowed directly?
During run time upo...
BayL
Votes: 0
Answers: 2
inactive invocation in subgroups in vulkan
I am reading the vulkan subgroup tutorial and it mentions that if the local workgroup size is less than the subgroup size, then we will always have inactive invocations.
This post clarifies that there...

WillyWonka
Votes: 0
Answers: 1