vulkan

Tag

Cards List
#vulkan

Software rendering in 500 lines of bare C++

Hacker News Top · 3d ago Cached

A tutorial series demonstrating how OpenGL, Vulkan, Metal, and DirectX work by building a software renderer from scratch in 500 lines of C++ with no external libraries.

0 favorites 0 likes
#vulkan

Software rendering in 500 lines of bare C++

Lobsters Hottest · 3d ago Cached

This tutorial series teaches how to write a software renderer from scratch in 500 lines of C++, explaining the inner workings of modern 3D graphics APIs.

0 favorites 0 likes
#vulkan

I got Gemma 4 running directly inside Godot using only GDScript and Vulkan compute shaders

Reddit r/LocalLLaMA · 2026-07-13

A developer successfully integrated Gemma 4 AI model into the Godot game engine using only GDScript and Vulkan compute shaders, enabling local AI inference within games.

0 favorites 0 likes
#vulkan

Writing a bindless GPU abstraction layer

Hacker News Top · 2026-07-09 Cached

A developer shares their implementation of a bindless GPU abstraction layer called Loon GPU, layered on Vulkan 1.3 and Metal 4, inspired by Sebastian Aaltonen's 'No Graphics API' blog post. The library uses GPU pointers, vertex pulling, and bindless texture heaps to simplify modern graphics APIs.

0 favorites 0 likes
#vulkan

Vulkan is now available on NetBSD

Hacker News Top · 2026-07-02 Cached

A project to bring Vulkan support to NetBSD using Mesa's Lavapipe software driver has reached beta, with the driver building and installing on NetBSD 10.1 amd64 and prebuilt binaries forthcoming.

0 favorites 0 likes
#vulkan

Investigating Linux graphics (2025)

Lobsters Hottest · 2026-06-30 Cached

A deep dive into the Linux graphics stack, tracing from GPU triangle drawing through Mesa3D, GLFW, OpenGL, Vulkan, Wayland, and Linux DRM to understand how the system works.

0 favorites 0 likes
#vulkan

@nihui: zimage-ncnn can now do more than text-to-image! LanPaint inpainting and ControlNet control are here! No Python, no PyTorch, no diffusers, no CUDA needed. Only depends on C++ and ncnn, fully local offline V…

X AI KOLs Timeline · 2026-06-27

The zimage-ncnn tool adds LanPaint inpainting and ControlNet control features. No Python/PyTorch/CUDA required, only depends on C++ and ncnn, supports fully local offline operation on Vulkan or CPU.

0 favorites 0 likes
#vulkan

vulkan: make TP viable by pwilkin · Pull Request #25051 · ggml-org/llama.cpp

Reddit r/LocalLLaMA · 2026-06-26 Cached

This pull request makes tensor parallelism (TP) viable in llama.cpp when using the Vulkan backend, enabling distributed inference across multiple GPUs.

0 favorites 0 likes
#vulkan

Can I texture 3D objects with oil paint?

Lobsters Hottest · 2026-06-25 Cached

A traditional oil painting artist developed the open-source tool Bob Jack Painter, which uses a real-time camera to map oil paint textures from a physical canvas onto 3D models, enabling the workflow of texturing digital 3D objects with real oil paint.

0 favorites 0 likes
#vulkan

llama.cpp updates - granite-speech-4.1-2b, LFM2.5-ColBERT/Embedding-350M, Vulkan backend related changes & Misc items

Reddit r/LocalLLaMA · 2026-06-24

llama.cpp adds support for granite-speech-4.1-2b and LFM embedding models, introduces multiple Vulkan backend enhancements (e.g., CONV_3D, spec constants, overflow fixes), and includes UI/UX improvements and miscellaneous fixes.

0 favorites 0 likes
#vulkan

ROCm vs Vulkan vs vLLM on Dual R9700's

Reddit r/LocalLLaMA · 2026-06-21

A comparison of AI inference frameworks ROCm, Vulkan, and vLLM running on dual AMD Radeon 9700 GPUs, likely benchmarking performance for large language models.

0 favorites 0 likes
#vulkan

Minecraft: Java Edition 26.2, the first version with Vulkan 1.2

Hacker News Top · 2026-06-17 Cached

Minecraft Java Edition 26.2 introduces the Chaos Cubed update with the Sulfur Cube mob, Sulfur Caves biome, new blocks, music, Friends List, and experimental Vulkan 1.2 rendering support.

0 favorites 0 likes
#vulkan

Benchmarks from the latest eBay special: W6800 (modded V620)

Reddit r/LocalLLaMA · 2026-06-17

A user benchmarks a modded AMD V620 GPU flashed with W6800 firmware and a custom blower fan for running LLMs via Vulkan and ROCm backends, comparing performance on Qwen2.5-27B at various quantization levels.

0 favorites 0 likes
#vulkan

I didn't know it was possible to compile llamacpp to run cuda + vulkan at the same time..

Reddit r/LocalLLaMA · 2026-06-16

The author discovered that compiling llama.cpp with both CUDA and Vulkan backends simultaneously is possible, yielding a ~10% improvement in tokens/sec for decoding. They plan to run further benchmarks to assess the benefits.

0 favorites 0 likes
#vulkan

React Native ExecuTorch now runs Gemma 4 (Vulkan and MLX accelerated)

Reddit r/LocalLLaMA · 2026-06-15

The react-native-executorch library now integrates Google's Gemma 4 model, enabling fully offline, GPU-accelerated inference in React Native apps using Vulkan on Android and MLX on Apple Silicon.

0 favorites 0 likes
#vulkan

Nemotron - King of the Deep? Comparison of 4 models <=120B

Reddit r/LocalLLaMA · 2026-06-14

Comparison of four large language models (≤120B parameters) on deep context performance using Strix Halo hardware. Nemotron Super excels in prompt processing speed at deep context depths compared to GPT-OSS and Qwen models.

0 favorites 0 likes
#vulkan

I turned an Android phone into a Vulkan-accelerated local LLM node (GGUF + LiteLLM + Tailscale)

Reddit r/LocalLLaMA · 2026-06-03

An Android phone is repurposed as a portable GGUF inference server with Vulkan acceleration, exposing an OpenAI-compatible endpoint via LiteLLM and Tailscale mesh for integration into a self-hosted AI cluster.

0 favorites 0 likes
#vulkan

@no_stp_on_snek: got it here if ya want to try it out:

X AI KOLs Following · 2026-05-23 Cached

A fork of llama.cpp integrating TurboQuant+ for advanced KV-cache and weight quantization, with cross-backend kernel support (Apple Silicon, NVIDIA CUDA, AMD ROCm, Vulkan) and used in production by LocalAI, Chronara, and AtomicChat.

0 favorites 0 likes
#vulkan

Gemma4 26b a4b Apex quant is quite good

Reddit r/LocalLLaMA · 2026-05-23

User benchmarks the APEX quantized version of Gemma4 26B A4B model on AMD RX 9060 XT, achieving 38 tps at 90k context with no quality degradation, finding it better than previous quantizations.

0 favorites 0 likes
#vulkan

Can't believe I got it working! Dual GPU - 48gb VRAM llama-cpp server - R7900 + 7800XT

Reddit r/LocalLLaMA · 2026-05-22

A user successfully set up a dual-GPU llama-cpp server with 48GB VRAM using an AMD Radeon PRO and 7800 XT via Vulkan in Docker on Kubuntu 24.04.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback