GPU Glossary(modal.com) We wrote this glossary to solve a problem we ran into working with GPUs here at Modal : the documentation is fragmented, making it difficult to connect concepts at different levels of the stack, like Streaming Multiprocessor Architecture , Compute Capability , and nvcc compiler flags .
240 points by hiroshi3110 106 days ago | 101 comments
Hetzner introduces GPU server for AI training(hetzner.com) Discover the next level of performance with the new GEX130 dedicated GPU server. Equipped with the NVIDIA RTX™ 6000 Ada generation graphics card, it can put ideas into practice even faster and highly complex tasks can be completed efficiently.
Writing Portable Rendering Code with Nvrhi(nvidia.com) Modern graphics APIs, such as Direct3D 12 and Vulkan, are designed to provide relatively low-level access to the GPU and eliminate the GPU driver overhead associated with API translation.
23 points by oblivuslimited 122 days ago | 25 comments
GPU Debug Scopes(wunkolo.github.io) Rendering APIs these days tend to capture their gpu workloads into a serialized form such as a command-buffer or command-list to be dispatched at a later time into a work-queue.