惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
大猫的无限游戏
大猫的无限游戏
B
Blog
阮一峰的网络日志
阮一峰的网络日志
IT之家
IT之家
Hugging Face - Blog
Hugging Face - Blog
博客园 - 【当耐特】
Jina AI
Jina AI
博客园 - 聂微东
T
The Blog of Author Tim Ferriss
宝玉的分享
宝玉的分享
L
LangChain Blog
M
MIT News - Artificial intelligence
Blog — PlanetScale
Blog — PlanetScale
腾讯CDC
酷 壳 – CoolShell
酷 壳 – CoolShell
Y
Y Combinator Blog
F
Fortinet All Blogs
H
Help Net Security
B
Blog RSS Feed
J
Java Code Geeks
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Apple Machine Learning Research
Apple Machine Learning Research
S
SegmentFault 最新的问题

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
CUDA-Oxide 0.1, RTX 5070 Launch, & BeeLlama.cpp Boost 309...
soy · 2026-05-10 · via DEV Community

soy

CUDA-Oxide 0.1, RTX 5070 Launch, & BeeLlama.cpp Boost 3090 Inference

Today's Highlights

NVIDIA makes strides in developer tools with a Rust-to-CUDA compiler, while ZOTAC quietly launches an RTX 50 series GPU. Meanwhile, a new llama.cpp fork pushes local LLM inference speeds and VRAM efficiency on consumer hardware.

NVIDIA releases CUDA-Oxide 0.1 for experimental Rust-to-CUDA compiler (r/nvidia)

Source: https://reddit.com/r/nvidia/comments/1t7a7e7/nvidia_releases_cudaoxide_01_for_experimental/

NVIDIA has officially released CUDA-Oxide 0.1, an experimental compiler designed to translate Rust code into NVIDIA's PTX (Parallel Thread Execution) assembly. This project aims to bring the memory safety guarantees, modern language features, and robust tooling ecosystem of Rust to high-performance GPU computing, offering a compelling alternative to traditional CUDA C++ for systems-level programming on GPUs. CUDA-Oxide targets the existing CUDA ecosystem, enabling Rust developers to leverage NVIDIA's powerful GPUs for highly parallel processing tasks without sacrificing performance-critical optimizations or requiring a complete paradigm shift. The initial release marks a significant step towards broadening the accessibility of GPU programming, enabling a wider range of software engineers to contribute to CUDA-accelerated applications, and potentially improving code reliability and maintainability in complex HPC and AI workloads by reducing common pitfalls associated with C++ memory management. This initiative could foster a new generation of CUDA kernels written in Rust, benefiting from its strong type system and ownership model.

Comment: As a developer, I'm excited about using Rust for CUDA. The promise of memory safety and modern language features in GPU kernels could drastically reduce bugs and improve productivity for complex parallel tasks, especially for new projects.

ZOTAC quietly launches GeForce RTX 5070 AMP GPU, its first RTX 50 AMP model in white (r/nvidia)

Source: https://reddit.com/r/nvidia/comments/1t8ddk8/zotac_quietly_launches_geforce_rtx_5070_amp_gpu/

ZOTAC has quietly introduced its first GeForce RTX 50 series graphics card, the RTX 5070 AMP, distinguished by its unique white aesthetic and ZOTAC's signature factory-overclocked performance. This subtle launch, observed from a major NVIDIA partner, signals the gradual rollout of NVIDIA's next-generation Blackwell GPU architecture into the consumer market. While specific performance benchmarks and architectural details for the RTX 5070 are not yet officially disclosed, its emergence suggests significant improvements in core performance, advanced ray tracing capabilities, and enhanced power efficiency over its 40-series predecessors. The 'AMP' designation typically implies a premium offering, featuring robust power delivery and advanced cooling solutions designed to extract optimal out-of-the-box performance and stability for enthusiasts. This release sets the stage for more widespread RTX 50 series announcements and detailed performance analyses in the coming months, offering an exciting glimpse into the future of high-end gaming and professional GPU capabilities built on NVIDIA's latest silicon roadmap. It confirms that the next generation of GPUs is indeed on the horizon for consumers.

Comment: A quiet launch of an RTX 5070 is intriguing. It hints at the impending full Blackwell rollout and suggests NVIDIA partners are readying their custom designs, even if official specs are still under wraps.

BeeLlama.cpp: advanced DFlash & TurboQuant with support of reasoning and vision. Qwen 3.6 27B Q5 with 200k context on 3090, 2-3x faster than baseline (peak 135 tps!) (r/LocalLLaMA)

Source: https://reddit.com/r/LocalLLaMA/comments/1t88zvv/beellamacpp_advanced_dflash_turboquant_with/

BeeLlama.cpp, a newly unveiled fork of the widely adopted llama.cpp inference engine, is making waves with its introduction of advanced optimization techniques, specifically DFlash and TurboQuant. These innovations are engineered to significantly boost performance for local Large Language Model (LLM) inference on consumer-grade GPUs. This fork has already demonstrated impressive capabilities, successfully running the Qwen 3.6 27B Q5 model with an unprecedented 200,000 token context on a single NVIDIA RTX 3090 GPU, all while achieving peak generation speeds of 135 tokens per second. Such optimizations contribute to a remarkable 2-3x speedup compared to the baseline llama.cpp implementation, making high-context and larger models far more accessible and practical on existing hardware. Beyond raw speed, BeeLlama.cpp also integrates robust support for reasoning and vision capabilities, actively pushing the boundaries of what is achievable for multimodal local inference. This project provides an invaluable, hands-on tool for developers and AI enthusiasts aiming to maximize their GPU's potential for demanding AI applications, particularly those focused on long-context processing, complex reasoning, and multimodal inputs directly on their local machines.

Comment: Seeing a llama.cpp fork achieve 200k context at 135 tps on a 3090 is a game-changer for local LLM users. DFlash and TurboQuant seem like crucial VRAM and speed optimizations.