gpu

Tag

Cards List
#gpu

Multi-Level Modeling of Large Language Model Inference Latency and Energy via Hybrid Analytical--Machine-Learning Predictors

arXiv cs.LG · 4h ago Cached

This paper introduces HYMELL, a hybrid analytical-machine-learning framework for estimating LLM inference latency and energy across prefill and decode phases, validated on NVIDIA H100 with under 5% error for LLaMA 3 8B.

0 favorites 0 likes
#gpu

@TheAhmadOsman: Almost a year ago you could get an RTX PRO 6000 for free ~1.2 DGX Sparks Somehow they tripled in price since then Good …

X AI KOLs Timeline · yesterday Cached

Notes that RTX PRO 6000 GPUs could be obtained cheaply a year ago, but prices have since tripled.

0 favorites 0 likes
#gpu

RTX 5090 96GB spotted on Alibaba?

Reddit r/LocalLLaMA · yesterday

A purported RTX 5090 with 96GB of VRAM has been spotted on Alibaba, hinting at a possible new GPU variant from Nvidia.

0 favorites 0 likes
#gpu

enabling PCI-E p2p for consumer Nvidia cards will yield you more than you think

Reddit r/LocalLLaMA · yesterday

Enabling PCI-E peer-to-peer (P2P) for consumer Nvidia GPUs with patched drivers and vLLM environment variables yields roughly 25% prefill throughput improvement for free, as demonstrated by benchmarks.

0 favorites 0 likes
#gpu

@TheAhmadOsman: By the way RTX PRO 6000 = 1.8TB/s DGX Spark = 273GB/s You should aim for higher bandwidth if agents and agentic swarms …

X AI KOLs Timeline · yesterday Cached

A tweet highlights the large bandwidth difference between RTX PRO 6000 (1.8TB/s) and DGX Spark (273GB/s), arguing that higher bandwidth is crucial for local AI agents and agentic swarms.

0 favorites 0 likes
#gpu

@v0xium: A great paper, it introduces ZeRO (Zero Redundancy Optimizer), which is a system of memory optimizations for efficient …

X AI KOLs Timeline · yesterday Cached

Highlights a paper introducing ZeRO (Zero Redundancy Optimizer), a memory optimization system for efficiently training extremely large models on limited GPU memory.

0 favorites 0 likes
#gpu

@TheAhmadOsman: Some numbers from running DeepSeek V4 Flash 0731 on a DGX Station

X AI KOLs Timeline · 2d ago Cached

Ahmad Osman shares performance numbers from running DeepSeek V4 Flash 0731 on an NVIDIA DGX Station.

0 favorites 0 likes
#gpu

llama.cpp PR reports up to 169% faster quantized-KV decode at 118K context on Intel Battlemage from one SYCL kernel switch

Reddit r/LocalLLaMA · 2d ago

A llama.cpp PR proposes switching quantized-KV decode from the VEC to TILE SYCL kernel on Intel Battlemage, reportedly delivering up to ~169% faster decode at 118K context. The PR is open with caveats and limited independent verification.

0 favorites 0 likes
#gpu

@mohitwt_: Day 20/30 of Inference Engineering building a speculative decoding runtime that drafts multiple tokens ahead with a sma…

X AI KOLs Following · 2d ago Cached

A developer is building Octane, a speculative decoding runtime for local LLM inference on consumer hardware, aiming for 2-3x speedup with exact output quality. Currently in active development with paged KV cache, continuous batching, and batched attention implemented.

0 favorites 0 likes
#gpu

Learning to Rank Tensor Network Contraction Plans for GPU-Accelerated Quantum Circuit Simulation

arXiv cs.LG · 3d ago Cached

A research paper presenting a learning-to-rank framework for selecting efficient tensor-network contraction plans for GPU-accelerated quantum circuit simulation, using gradient-boosted rankers trained from GPU measurements.

0 favorites 0 likes
#gpu

@CycleDecoded: Stop brute-forcing local LLM inference with vanilla HuggingFace — VRAM instantly maxes out, and throughput is as slow as a turtle! vLLM from Berkeley Lab uses the same OS memory-paging trick (PagedAttention) to squeeze GPU VRAM to the extreme, and KV Cache...

X AI KOLs Timeline · 3d ago Cached

vLLM, open-sourced by UC Berkeley's Sky Computing Lab, is a high-performance LLM inference and serving library. Through PagedAttention and continuous batching, it dramatically improves throughput and reduces VRAM waste, while being compatible with the OpenAI API and various hardware.

0 favorites 0 likes
#gpu

@julien_c: “Your data lives on Hugging Face. Your compute runs on Vast GPUs.” I love this!!

X AI KOLs Timeline · 3d ago Cached

vast.ai now supports Hugging Face Storage Buckets as a cloud connection, allowing rented GPU instances to pull datasets and checkpoints directly from HF buckets and push results back without manual transfers.

0 favorites 0 likes
#gpu

I ported vLLM's serving stack to C++20: 66 MiB binary, no Python at inference, output checked token-for-token against vLLM

Reddit r/LocalLLaMA · 3d ago

The author ports vLLM's serving stack to C++20, creating a 66 MiB binary with no Python at inference, token-for-token verifiable against vLLM and competitive in throughput on tested hardware.

0 favorites 0 likes
#gpu

Finally adding recursive functions to Futhark

Lobsters Hottest · 4d ago Cached

A blog post announcing the addition of recursive functions to the Futhark programming language, explaining the historical challenges of recursion on GPU backends and the design trade-offs involved.

0 favorites 0 likes
#gpu

@Suhail: PSA: I strongly recommend everyone make late fees on GPU delivery in this market the defacto standard. If you’re buying…

X AI KOLs Timeline · 4d ago

A PSA recommending that buyers of GPU compute include late fees on delivery as a standard contract clause in the current market, arguing it benefits everyone.

0 favorites 0 likes
#gpu

@ycombinator: Philip Johnston (@PhilipJohnston) is the co-founder and CEO of @Starcloud_, the company building data centers in space.…

X AI KOLs Timeline · 4d ago Cached

YC shares a podcast episode with Starcloud CEO Philip Johnston, whose company launched an Nvidia H100 GPU into orbit and trained the first LLM in space, raising $200M and planning 88,000 satellites.

0 favorites 0 likes
#gpu

@akshay_pachaar: https://x.com/akshay_pachaar/status/2084992645966016757

X AI KOLs Timeline · 4d ago Cached

A technical guide demonstrating how to serve five specialized small models (SLM, OCR, NER, reranker, object detector) on a single GPU using open-source tools, covering memory management, batching, and the Superlinked Inference Engine.

0 favorites 0 likes
#gpu

What does the next generation of models need?

Reddit r/AI_Agents · 5d ago

A discussion about the next evolution of frontier AI usage, questioning whether cloud-based agent workflows and massive distributed compute will replace local setups, referencing Tibo's tweet and OpenAI's recent math results.

0 favorites 0 likes
#gpu

A llama.cpp PR caches “hot” MoE experts on the GPU — 33 → 56 tok/s reported with 8GB VRAM

Reddit r/LocalLLaMA · 5d ago

A llama.cpp PR adds heatmap-based caching of 'hot' MoE experts on the GPU, improving tok/s by ~1.7-2x for some models on 8GB VRAM, but with mixed results for others.

0 favorites 0 likes
#gpu

As AI Increases Demands on Memory, Storage Steps Up

NVIDIA Blog · 5d ago Cached

At the Future of Memory and Storage conference, NVIDIA announced open sourcing its cuFile APIs for GPU-direct storage and featured its Vera CPU delivering up to 3.21x higher throughput than x86 in compression and encryption pipelines, addressing AI's growing storage demands.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback