1540 related articles

Analyzing real LLM inference costs: from B200 GPU compute gains, vLLM framework optimization to MTP multi-token prediction, explaining why serving costs are widely overestimated.

Local LLM crashing in Agent frameworks? The issue may be num_gpu set too high. Learn what num_gpu really controls (GPU layer offloading, not GPU count) and how to tune it for stable Agent performance.

Reddit user Noniv used Claude Code with the Opus model to build SNOWFLOW, a stunning WebGPU real-time snow renderer, in just 9 hours using 4 million tokens. A deep dive into prompt strategy, snow shaders, and performance optimization.

Explore how WebGPU brings 3Blue1Brown's Manim math animation engine to the browser, enabling zero-install, real-time mathematical visualization with interactive education potential.

Facing GPU fragmentation on edge devices, the PostSlate team used ncnn's Vulkan backend for cross-platform ML inference, achieving 10× speedup on RTX 4070 with half the model size and zero runtime installation.

RX 9060 XT vs RTX 5060 Ti both offer 16GB VRAM — which is better for local AI inference? A full comparison of CUDA ecosystem, ROCm compatibility, LLM performance, and real-world usability.

RX 9060 XT vs RTX 5060 Ti — both 16GB VRAM, but which is better for local AI? We compare CUDA ecosystem, ROCm compatibility, LLM inference, and real-world usability.

NVIDIA's investment in Ilya Sutskever's SSI reveals a GPU demand self-reinforcing loop, a secretive superintelligence strategy, and the deep entanglement of AI capital and technology.

DeepSeek founder Liang Wenfeng reveals a five-step AGI roadmap—from chain-of-thought to embodied intelligence—under a 20,000-GPU constraint, using the TileLang compiler to break domestic substitution challenges while API cash flow backs AGI exploration.

DeepSeek founder Liang Wenfeng reveals a five-step AGI roadmap from chain-of-thought to embodied intelligence. How does TileLang crack domestic GPU substitution under a 20,000-card constraint?

Benchmarking 4×V100 16G PCIe vs. 2×V100 32G SXM adapter for local LLM inference. Prefill speed, decode speed, power limits, and bandwidth bottlenecks analyzed.

Apple's 1-bit compression fits 27B models on iPhone, Meta builds custom chip Iris, China's 100K-GPU cluster goes live, Samsung enters AI PC — a deep dive into AI's new full-spectrum competition.
AirLLM: How a 4GB GPU Can Run a 70B Mo…
AirLLM is an open-source project that uses layer-by-layer inference to run 70B LLMs on a single 4GB GPU. Learn how it works, its tradeoffs, and ideal use cases.
Block Low-Rank Compression: A Guide to…
Learn how Block Low-Rank (BLR) decomposition compresses large model memory usage and accelerates GPU inference, including CUDA kernel optimization and combination with quantization and pruning.
CUDA 13.3 Adds Carryless Multiplicatio…
CUDA 13.3 introduces native carryless multiplication support, closing a 15-year GPU gap in AES-GCM, CRC, and cryptographic acceleration. Here's what it means.

Deploy DeepSeek-V4-Flash DSpark on 8× H20-141G using GPUStack's SGLang backend on Day 0. Full walkthrough of Web UI config, parameter tuning, and 200 tokens/sec benchmark results.

A deep dive into MIG, MPS, and Time-Slicing GPU sharing solutions for Kubernetes production. Compare isolation, performance, and use cases to make the right choice.

Should low-usage teams rent or buy GPUs? Based on real billing data, we break down hardware costs, electricity, and hidden time losses to help small teams decide.

Womprat is an open-source lightweight aerial target tracking tool by Punk Labs. Runs fully on CPU — no GPU or trained models required. Uses classical CV algorithms.

Mesh LLM is an open-source distributed inference framework that splits model layers across multiple devices, creating a virtual super GPU to run 100GB+ LLMs on consumer hardware.