cuda

Tag

Cards List
#cuda

@suraj_sharma14: If you want to get really good at Inference Engineering, this resource is a gold mine: https://github.com/elizabetht/10…

X AI KOLs Timeline ↗ · 2026-08-31 Cached

A GitHub repository providing a structured 100-day learning plan for LLM inference engineering, covering topics from CUDA kernels to autoscaling, with runnable scripts.

0 favorites 0 likes
#cuda

(NInfer Fork) I wanted to have a 1M context Qwen-3.8 27B, tp2, dual 5090s

Reddit r/LocalLLaMA ↗ · 2026-08-29

A developer forked NInfer, a C++20/CUDA inference engine, to add tensor-parallelism and YaRN rope scaling, enabling Qwen3.8-27B to run with a 1M token context on dual 5090 GPUs and outperforming vLLM in specific decode scenarios.

0 favorites 0 likes
#cuda

@rohanpaul_ai: Chinese robots hold 86% of total global humanoid shipments and Nvidia is extending its CUDA playbook into that concentr…

X AI KOLs Timeline ↗ · 2026-08-29 Cached

Chinese robots dominate global humanoid shipments at 86%, and Nvidia is expanding its CUDA-style ecosystem into the concentrated robotics market, as reported by WSJ.

0 favorites 0 likes
#cuda

@sachindetrax: 262K context. On a 16GB RTX 5070 Ti. Qwen 3.8 27B Q3 hits ~25 tok/s while an adaptive llama.cpp fork streams KV cache b…

X AI KOLs Timeline ↗ · 2026-08-29 Cached

An adaptive KV cache streaming fork of llama.cpp enables running the Qwen 3.8 27B model with 262K context on a 16GB RTX 5070 Ti GPU, achieving ~25 tok/s by efficiently managing memory between RAM and VRAM.

0 favorites 0 likes
#cuda

DataKernelBench: Can LLMs Optimize Database Queries on GPUs?

arXiv cs.CL ↗ · 2026-08-27 Cached

This paper introduces DataKernelBench, a benchmark for evaluating LLMs on optimizing GPU kernels for database queries, achieving speedups over baseline methods like torch.compile.

0 favorites 0 likes
#cuda

@QuixiAI: https://x.com/QuixiAI/status/2092804334417236135

X AI KOLs Following ↗ · 2026-08-27 Cached

This is a fork of NVIDIA's open GPU kernel modules that enables PCIe peer-to-peer communication between consumer GeForce GPUs (3090, 4090, 5090), significantly improving multi-GPU performance by allowing direct data transfer over PCIe.

0 favorites 0 likes
#cuda

@TheAhmadOsman: To be clear, CUDA is still more mature than MLX if you’re comparing GPUs to the new M5 Ultra Mac Studio However, the ec…

X AI KOLs Timeline ↗ · 2026-08-26 Cached

The discussion compares CUDA's maturity to MLX in the context of Apple's M5 Ultra Mac Studio, stressing the need for competition to optimize hardware for local AI, which could enable Apple to surpass NVIDIA.

0 favorites 0 likes
#cuda

A Feature-Major Codebook for Memory-Efficient Sparse-Binary Self-Organizing Maps: Scaling a MEDLINE Atlas to 1.05 Million Neurons on a Single Consumer GPU

arXiv cs.LG ↗ · 2026-08-26 Cached

This paper presents a feature-major codebook layout for memory-efficient sparse-binary self-organizing maps, enabling the training of large-scale maps up to 1.05 million neurons on a single GPU with significant speed improvements for MEDLINE data.

0 favorites 0 likes
#cuda

Hot Chips 2026: CUDA Targets RISC-V – By Chester Lam

Hacker News Top ↗ · 2026-08-24 Cached

At Hot Chips 2026, Nvidia announced plans to extend CUDA support to RISC-V CPUs, outlining specific hardware requirements like server-grade CPUs, ACPI, and PCIe coherency to enable efficient GPU compute.

0 favorites 0 likes
#cuda

4xR9700, 2xMi210 or 4x4080S 32G

Reddit r/LocalLLaMA ↗ · 2026-08-24

The user is comparing GPU options like R9700, Mi210, and 4080S to achieve 128GB VRAM for running multiple AI models in parallel, considering factors like cost, performance, and compatibility.

0 favorites 0 likes
#cuda

What happens when a GPU reads memory

Hacker News Top ↗ · 2026-08-21 Cached

This blog post details the hardware path of a GPU memory read instruction on an NVIDIA RTX 4090, explaining how a CUDA kernel accesses memory through components like L1 cache and DRAM for performance insights.

0 favorites 0 likes
#cuda

NVIDIA dropped an NVIDIA-hosted CUDA MCP for AI-assisted CUDA operations, such as searching official, up-to-date documentation, writing optimized GPU code, and analyzing performance data

Reddit r/LocalLLaMA ↗ · 2026-08-20 Cached

NVIDIA has released an NVIDIA-hosted CUDA MCP Server and an open-source Nsight Copilot Blueprint to provide AI-assisted CUDA development, including documentation access, code generation, and performance analysis.

0 favorites 0 likes
#cuda

Geolocating a random island using geometry and CUDA programming

Hacker News Top ↗ · 2026-08-19 Cached

A detailed write-up on solving an OSINT challenge to geolocate an island from a photo using geometric analysis, CUDA programming, and OpenStreetMap data filtering.

0 favorites 0 likes
#cuda

PTXBench: Benchmark and Adapt LLMs for GPU Kernel Optimization with Architecture-specific PTX

arXiv cs.CL ↗ · 2026-08-19 Cached

PTXBench is introduced as a benchmark to evaluate and adapt large language models for optimizing GPU kernels using architecture-specific PTX, showing uneven performance and fine-tuning insights.

0 favorites 0 likes
#cuda

KernelArc: A Multi-Agent Framework for GPU Kernel Optimization

arXiv cs.AI ↗ · 2026-08-19 Cached

KernelArc is a multi-agent framework that uses strategy-specialized agents to autonomously optimize GPU kernels across heterogeneous workloads, achieving top rankings on NVIDIA GPU benchmarks.

0 favorites 0 likes
#cuda

CUDA Shared Memory Swizzling

Hacker News Top ↗ · 2026-08-13 Cached

The article explains CUDA shared memory swizzling techniques to optimize GPU memory access patterns, with code examples demonstrating performance improvements.

0 favorites 0 likes
#cuda

@matthewjgunton: There are 3 basic levels in the NVIDIA software stack CUDA C++, PTX, and SASS Understanding all 3 helps you know why CU…

X AI KOLs Timeline ↗ · 2026-08-07 Cached

An educational tweet explaining the three levels of NVIDIA's software stack (CUDA C++, PTX, SASS) and how CUDA's abstraction creates a moat, while mentioning Luminal's automatic compiler search.

0 favorites 0 likes
#cuda

40% speedup of MoE training with faster megakernel, by cursor, of all people (for B200s)

Reddit r/LocalLLaMA ↗ · 2026-08-05 Cached

Cursor open-sources Mixture-of-Kittens (MoK), a deterministic MoE training megakernel for NVIDIA Blackwell GPUs that fuses computation and communication, delivering up to 2.37x speedup over baseline implementations.

0 favorites 0 likes
#cuda

PSA Update CUDA from 13.2 to 13.3 to solve DeepSeek V4 Flash 0731 Looping Problem!

Reddit r/LocalLLaMA ↗ · 2026-08-05

A user reports that updating CUDA from 13.2 to 13.3 fixes a looping problem with DeepSeek V4 Flash 0731, making the model usable again for long coding tasks.

0 favorites 0 likes
#cuda

@PyTorch: In this post, you’ll learn how to use the PyTorch Torch Inductor compiler and kernel fusion to improve memory bandwidth…

X AI KOLs Timeline ↗ · 2026-08-04 Cached

NVIDIA and PyTorch explain how kernel fusion in CUDA improves GPU memory bandwidth by combining multiple operations into a single kernel, reducing round-trips through global memory and kernel launch overhead.

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

Submit Feedback