cuda

Tag

Cards List
#cuda

Show HN: Agentic CUDA Kernel Optimizer

Hacker News Top ↗ · 12h ago Cached

An agentic CUDA kernel optimizer that automates GPU implementation generation through iterative code generation, correctness checks, benchmarking, and refinement, powered by LangGraph and OpenAI models.

0 favorites 0 likes
#cuda

@shao__meng: https://x.com/shao__meng/status/2101835798316495007

X AI KOLs Timeline ↗ · 4d ago Cached

Baseten's 'Inference Engineering' is a systematic book that explains AI inference optimization techniques from CUDA to production deployment, helping engineers efficiently run open-source models in production environments.

0 favorites 0 likes
#cuda

laya.cpp: Optimized laya near-instant decision making

Reddit r/LocalLLaMA ↗ · 5d ago

laya.cpp is an optimized C++ implementation for near-instant decision making, built on ggml with custom CUDA kernels, demonstrating significant speed improvements over Python for the Laya model.

0 favorites 0 likes
#cuda

@AtlasInferenceX: Our GitHub has received 700 stars. Special thanks to the open-source contributors, brand ambassadors who endow themself…

X AI KOLs Following ↗ · 5d ago Cached

Atlas is an open-source LLM inference engine written in pure Rust and CUDA, achieving high performance and compatibility with NVIDIA and AMD hardware.

0 favorites 0 likes
#cuda

I turned an asymetric pair of Tesla V100s PCIe both (16 GB + 32 GB) into a surprisingly capable local LLM lab — 1.38k prompt tok/s, 40 decode tok/s with qwen3.8 27B Q6 and Q8...

Reddit r/LocalLLaMA ↗ · 6d ago

A user configured a mismatched pair of Tesla V100 GPUs (16GB and 32GB) into a capable local LLM lab using llama.cpp with tensor split and other optimizations, achieving high prompt and decode speeds with the Qwen3.8 27B model.

0 favorites 0 likes
#cuda

is this good? 262k Qwen3.8:27B-Q4_K_M

Reddit r/LocalLLaMA ↗ · 6d ago

The user has implemented nvfp4 KV cache support for the Qwen3.8 model on a heterogeneous GPU setup using custom CUDA kernels and quantization to optimize performance.

0 favorites 0 likes
#cuda

Flyweight: open-source C++/CUDA engine for running MoE models bigger than your VRAM on one GPU + system RAM. First PyPI release, looking for contributors.

Reddit r/LocalLLaMA ↗ · 2026-09-18

Flyweight is an open-source C++/CUDA inference engine for running large MoE models on consumer GPUs with system RAM, offering optimized performance and compatibility with models like Qwen and DeepSeek.

0 favorites 0 likes
#cuda

@PyTorch: At PyTorch Conference North America 2026, Dhritiman Das, Staff Software Engineer - Machine Learning Infrastructure (@Li…

X AI KOLs Timeline ↗ · 2026-09-17 Cached

At PyTorch Conference North America 2026, Dhritiman Das will present a torch-native retrieval engine that uses PyTorch as the primary runtime for retrieval, filtering, and ranking, designed for scalable use cases like feed and search at LinkedIn.

0 favorites 0 likes
#cuda

@no_stp_on_snek: Little steps. Remote AMD development last night from a friend: https://github.com/Avarok-Cybersecurity/atlas/pull/1107……

X AI KOLs Timeline ↗ · 2026-09-17 Cached

Remote development has added AMD R9700 (RDNA 4) support to the Atlas LLM inference engine, enabling it to serve models like Qwen3.8-27B and Ornith-9B on the hardware.

0 favorites 0 likes
#cuda

We built an open-source GPU profiler you point an AI agent at, instead of reading traces yourself

Reddit r/LocalLLaMA ↗ · 2026-09-17

This article introduces an open-source GPU profiler that serves metrics in JSON format, allowing AI agents to automate performance tuning for CUDA-based AI engines like vLLM and SGLang without manual trace analysis.

0 favorites 0 likes
#cuda

CUDA/HIP: Flash Attention tuning (gfx1201) by pwilkin · Pull Request #28102 · ggml-org/llama.cpp

Reddit r/LocalLLaMA ↗ · 2026-09-11 Cached

This pull request introduces Flash Attention tuning optimizations for CUDA/HIP in the llama.cpp project, targeting gfx1201 hardware to enhance inference performance.

0 favorites 0 likes
#cuda

Experimenting with an adaptive memory governor for PyTorch on an 8GB GPU — would love some feedback

Reddit r/LocalLLaMA ↗ · 2026-09-09

The author is experimenting with an adaptive memory governor for PyTorch to prevent CUDA OOM errors on 8GB GPUs, sharing code and seeking community feedback.

0 favorites 0 likes
#cuda

SOTA ImageGen Locally NVIDIA Cosmos3(64B) INT4 quants CUDA/MLX

Reddit r/LocalLLaMA ↗ · 2026-09-09

NVIDIA Cosmos3, a 64B parameter image generation model, is released with INT4 quantization for local deployment on CUDA and MLX, with code and weights available and performance demonstrated on Apple Silicon.

0 favorites 0 likes
#cuda

Inside the megakernel serving engine for North Mini Code (22 minute read)

TLDR AI ↗ · 2026-09-09 Cached

Cohere introduces a megakernel serving engine for North Mini Code that achieves 1.25× to 1.41× faster inference than vLLM on H100 GPUs by optimizing memory bandwidth for autoregressive decoding.

0 favorites 0 likes
#cuda

We open-sourced Paddock, our Rust/C++ inference engine with its own CUDA kernels (MIT/Apache-2.0)

Reddit r/LocalLLaMA ↗ · 2026-09-04

Paddock is an open-source Rust/C++ inference engine with custom CUDA kernels, demonstrating competitive performance against vLLM and SGLang in benchmarks while supporting OpenAI/Anthropic style APIs and GGUF/safetensors formats.

0 favorites 0 likes
#cuda

@PyTorch: In PyTorch 2.14, fault tolerance becomes a first-class c10d concept, with in-place process-group reconfiguration. When …

X AI KOLs Timeline ↗ · 2026-09-03 Cached

PyTorch 2.14 release introduces fault tolerance as a first-class c10d concept with in-place process-group reconfiguration, alongside features like NVGEMM kernels, a new nccl2 backend, and native linear algebra for Apple Silicon.

0 favorites 0 likes
#cuda

@QuixiAI: Like this is a legit bug DGX spark should get latest cuda the *instant* it's released @nvidia

X AI KOLs Following ↗ · 2026-09-02 Cached

A bug has been identified in DGX Spark, with the author urging NVIDIA to ensure it receives the latest CUDA updates without delay.

0 favorites 0 likes
#cuda

@PyTorch: PyTorch 2.14 brings CuTeDSL-generated CUTLASS kernels to Inductor through NVGEMM, a new nccl2 backend for PyTorch Distr…

X AI KOLs Following ↗ · 2026-09-02 Cached

PyTorch 2.14 introduces significant updates including NVGEMM for CUTLASS kernels in Inductor, a new nccl2 backend for distributed computing, first-class fault tolerance, and native linear algebra on Apple Silicon.

0 favorites 0 likes
#cuda

Measuring the Checker: Mutation Analysis for GPU-Kernel Benchmark Oracles

Hugging Face Daily Papers ↗ · 2026-09-02 Cached

This paper introduces mutation analysis as a metric to evaluate benchmark oracles for GPU kernels, revealing limitations in current testing methods and proposing optimizations for better fault detection in LLM-generated code.

0 favorites 0 likes
#cuda

CMP170Hx “Spark” Machine

Reddit r/LocalLLaMA ↗ · 2026-09-01

The author shares their DIY CUDA box setup using CMP170 mining cards to run AI models like Qwen Flash Next, achieving strong inference performance.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback