gpu

Tag

Cards List
#gpu

@NVIDIAAI: A long-context model's serving speed is largely decided before training starts. Attention used to be a small part of a …

X AI KOLs Timeline · 6d ago Cached

NVIDIA explains how attention architecture choices (group size, head dimension, KV-cache size, parallelism) set the ceiling for long-context inference performance, with guidelines for co-designing models for faster serving.

0 favorites 0 likes
#gpu

Thermal paste PSA for old GPUs

Reddit r/LocalLLaMA · 6d ago

A PSA reminding owners of older GPUs like the RTX 3090 to replace dried-out thermal paste, which can lower temperatures by 10°C and reduce fan noise. It's a cheap, quick fix but requires care.

0 favorites 0 likes
#gpu

70-class VRAM stagnation

Reddit r/LocalLLaMA · 6d ago

The author observes that Nvidia's desktop 70-class GPUs have stayed at 12GB VRAM across two generations, and suggests Nvidia may be intentionally limiting memory to preserve demand for higher-margin AI-focused hardware.

0 favorites 0 likes
#gpu

Show HN: NixOS-DGX-Spark – Nix and NixOS on the DGX Spark

Hacker News Top · 2026-08-02 Cached

This open-source project enables Nix and NixOS on the NVIDIA DGX Spark, providing USB boot images and a NixOS module for configuring the hardware.

0 favorites 0 likes
#gpu

@divaagurlxw: I spent last few months Learning LLM Inference. Here are the best resources I have come across. 1. 𝐅𝐨𝐮𝐧𝐝𝐚𝐭𝐢𝐨𝐧…

X AI KOLs Timeline · 2026-08-02 Cached

A tweet thread shares a curated list of resources for learning LLM inference, covering tokenization, GPU hardware, optimization techniques like quantization and speculative decoding, and inference engines such as vLLM and SGLang, followed by an Nvidia architect's talk summary.

0 favorites 0 likes
#gpu

@QuixiAI: "Your evidence substantially supports the claim that NVIDIA intentionally shaped its software ecosystem to make valuabl…

X AI KOLs Following · 2026-08-01 Cached

The tweet shares evidence that NVIDIA intentionally shapes its software ecosystem to make newer workflows appear Blackwell-exclusive while leaving Ampere paths unsupported, advising users to wait before upgrading and suggesting NVIDIA's moat is weakening in favor of Intel and AMD.

0 favorites 0 likes
#gpu

@MikeBradleyAI: The fastest GPUs in the world can’t outrun lazy kernel selection. DeepSeek V4 Flash can be optimized or kneecapped by a…

X AI KOLs Following · 2026-08-01 Cached

A tweet highlights that DeepSeek V4 Flash's performance can vary by up to 7x on the same hardware solely due to kernel selection, underscoring the importance of configuration.

0 favorites 0 likes
#gpu

Full flattening of nested data parallelism

Lobsters Hottest · 2026-07-31 Cached

The Futhark compiler now supports full flattening of nested data parallelism, allowing any Futhark program to be compiled to parallel GPU code, a milestone achieved after years of work by students and researchers.

0 favorites 0 likes
#gpu

@charliermarsh: At Astral, we created pre-built wheels for popular GPU-enabled packages (like FlashAttention and DeepSpeed) and distrib…

X AI KOLs Following · 2026-07-30 Cached

Astral is open sourcing its build pipelines for pre-built wheels of GPU-enabled Python packages like FlashAttention and DeepSpeed, making them available to all via standard Python indexes.

0 favorites 0 likes
#gpu

Best Buy is selling an RTX 5080 for more than the RTX 5090’s MSRP

The Verge · 2026-07-30 Cached

Best Buy has raised the price of the Asus ROG Astral RTX 5080 OC to $2,099, exceeding the RTX 5090's MSRP, reflecting ongoing component shortages and GPU price hikes.

0 favorites 0 likes
#gpu

From Tokens to Watt-hours: Analytical Energy Estimation for LLM Inference on Modern GPUs

arXiv cs.LG · 2026-07-30 Cached

This paper presents an analytically structured, empirically calibrated methodology for estimating LLM inference energy on NVIDIA H100 GPUs without direct measurement, separating prefill and decoding phases and decomposing energy into compute, parameter-access, KV-cache write, and attention-read components.

0 favorites 0 likes
#gpu

Escha-W2 (Hugging Face Repo)

TLDR AI · 2026-07-30 Cached

Escha-W2 is a 2-bit quantized build of the Qwen3.6-35B-A3B MoE model, packaged with runtimes for local serving via an OpenAI-compatible API. It requires a 24 GB GPU (or 16 GB with trade-offs) and is available on Hugging Face.

0 favorites 0 likes
#gpu

A Texture Lookup Approach to Bézier Curve Evaluation on the GPU (JCGT)

Hacker News Top · 2026-07-29

This paper presents a method for evaluating Bézier curves on the GPU using texture lookups, improving efficiency for graphics applications.

0 favorites 0 likes
#gpu

@matthen2: how shaders work- using Excel =LET(x,(COLUMN()-24)/15,y,(ROW()-15)/15,SIN(SQRT(x*x+y*y)*10-t)) Each cell (pixel) comput…

X AI KOLs Following · 2026-07-29 Cached

Explains how shaders work using an Excel formula that computes color per cell, illustrating GPU parallelism.

0 favorites 0 likes
#gpu

Kernel Forge: An Agent Harness for LLM-based Generation and Optimization of CUDA Kernels

arXiv cs.AI · 2026-07-29 Cached

Kernel Forge is an open-source agent harness that uses LLMs and Monte Carlo Tree Search to automatically generate and optimize CUDA kernels for any unmodified PyTorch model, achieving up to 2.83× speedup on softmax in Gemma 4 E2B.

0 favorites 0 likes
#gpu

Nvidia is expected to raise GeForce RTX GPU prices again by up to 30%

Reddit r/LocalLLaMA · 2026-07-29 Cached

Nvidia is reportedly raising GPU prices by up to 30% due to rising graphics memory costs, affecting all RTX models. This marks the third price hike since January, likely passed to consumers as inventory depletes.

0 favorites 0 likes
#gpu

SK Hynix stock fell some 40% in the last 30 days, finally cheap RAM and GPUs again?

Reddit r/LocalLLaMA · 2026-07-28

SK Hynix stock has dropped 40% in 30 days, potentially signaling lower RAM and GPU prices due to eased supply constraints.

0 favorites 0 likes
#gpu

4GB graphics cards are back

The Verge · 2026-07-28 Cached

ASRock announces the Radeon RX 9050 with 4GB VRAM, the first modern GPU in years with such low memory, likely targeting budget builds due to component shortages.

0 favorites 0 likes
#gpu

Kimi K3 weights drop today. We're deploying on A100s, H200s and B300s this week and the A100 math is already rough

Reddit r/LocalLLaMA · 2026-07-27

Kimi K3 weights are being released today. The model has 2.8T parameters, MoE with 896 experts, 1M context, vision, and MXFP4 quantization. Deployment requires multiple nodes for A100s and H200s, but fits in single B300 node. Benchmarks for tok/s, ttft, and cost per M token across GPU configs are expected by end of week.

0 favorites 0 likes
#gpu

@akshay_pachaar: every inference engine makes the same mistake. an inference engine like vLLM or SGLang is the software sitting between …

X AI KOLs Following · 2026-07-27 Cached

LMCache is an open-source KV cache management layer that separates cache I/O from compute, plugging into vLLM, SGLang, and TensorRT-LLM to achieve up to 14x faster time-to-first-token and 4x faster decoding by parallelizing cache lookups and sharing GPU memory.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback