Vulkan
3 mentions across all digests
A cross-platform GPU graphics and compute API used in modern rendering engines and evaluated alongside WebGPU for LLM inference dispatch overhead.
Casilda 1.2.4 Released
Casilda 1.2.4 adds fractional display scaling (125%), fixes texture leak crashes, and resolves input coordinate mismatches in GTK 4's Wayland compositor for improved Vulkan compatibility.
Myth Engine Architecture: Building an SSA-Based Declarative Render Graph
Myth Engine implements a declarative render graph architecture based on Static Single Assignment (SSA) to manage GPU resource synchronization and state complexity in modern graphics APIs. The article documents three a...
Characterizing WebGPU Dispatch Overhead for LLM Inference Across Four GPU Vendors, Three Backends, and Three Browsers
WebGPU dispatch overhead (24–71 μs) is the true LLM inference bottleneck in browsers, not compute—torch-webgpu provides a PyTorch backend while revealing prior benchmarks massively overestimated costs by ~20×.