|
You are here |
seanzhang.me | ||
| | | | |
logins.github.io
|
|
| | | | | Compute Shaders in D3D12 Why Talking About Compute Shaders Direct Compute has been part of DirectX since version 10. Its usages are multiple, but in general we can use the compute pipeline whenever we want to calculate something without the need of a rasterizer. This ability to generically adapt to any type of calculus makes the compute pipeline really useful in many areas, not only for real-time applications, but also for many science-related computations. In science, every operation that involves the word "GPGPU" (General Purpose GPU) has some kind of compute shader usage in it: high performance computing, physics simulations, classification, image processing are just to scratch the surface among the multitude of use cases. In a game engine, compute shader... | |
| | | | |
preetishkakkar.wordpress.com
|
|
| | | | | The idea for this blog is help users get familiar with CUDA terminology as well as learn GPGPU programming. I also intent to show basics of NVidia NSight for debugging CUDA kernels. Let's dive & understand CUDA terminology. Having some familiarity with C++ & Threading (on CPU) should help. Basic GPU constructs A GPU would... | |
| | | | |
www.thanassis.space
|
|
| | | | | Optimizing code for the European Space Agency | |
| | | | |
wassimulator.com
|
|
| | | Blogpost explaining how the game was made. | ||