cpu

Tag

Cards List
#cpu

@HowToPrompt__: Someone open-sourced a tool that converts pdfs to markdown at 122 pages per second. → PDFs, DOCX, PPTX, XLSX, EPUB, ima…

X AI KOLs Timeline · yesterday Cached

An open-source tool converts PDFs, DOCX, PPTX, XLSX, EPUB, and images to markdown at 122 pages per second, supporting tables, equations, and forms on GPU, CPU, or Mac.

0 favorites 0 likes
#cpu

NEW on Hugging Face: Filter by hardware compatibility

Reddit r/LocalLLaMA · yesterday Cached

Hugging Face has added a new filter to its Models page that lets users filter by hardware compatibility (GPU, CPU, Apple Silicon), ensuring they only see models that can run on their machine. The filter stacks with other filters and is shareable via URL.

0 favorites 0 likes
#cpu

@oliviscusAI: OpenAI's co-founder just released his personal guide to train LLMs from scratch. It's called llm.c. No heavy setup. Jus…

X AI KOLs Timeline · 2026-06-24 Cached

OpenAI co-founder Andrej Karpathy released llm.c, an open-source guide to training LLMs from scratch with simple code that runs on any hardware, including CPUs and MacBooks, and is 7% faster than standard approaches.

0 favorites 0 likes
#cpu

Multi Tier MoE Caching

Reddit r/LocalLLaMA · 2026-06-23

Discusses multi-tier caching strategies for MoE models to improve inference speed by keeping frequently activated experts on GPU, referencing existing implementations like PowerInfer and llama.cpp branches.

0 favorites 0 likes
#cpu

@sumitdotml: week 25, 2026: cpu tensor core basics (add/mul, reduce, stride, 2d matmul, etc.) in c, reading some arcee

X AI KOLs Timeline · 2026-06-22 Cached

The author shares progress on building a CPU-only tensor library in C, covering basics like add/mul, reduce, strides, and 2D matmul, along with insights from reading Arcee's technical blogs on foundation models.

0 favorites 0 likes
#cpu

Guide to the TD4 4-bit DIY CPU

Hacker News Top · 2026-06-18 Cached

A detailed guide on building and understanding the TD4 4-bit DIY CPU kit from Aliexpress, covering soldering, schematics, and operation principles.

0 favorites 0 likes
#cpu

@TechFlowPost: https://x.com/TechFlowPost/status/2067185245036659061

X AI KOLs Timeline · 2026-06-17 Cached

Bernstein research report predicts that the era of Agentic AI will drive a reversal of CPU roles in data centers, with the server CPU addressable market possibly reaching $223 billion by 2030, favoring stocks such as Haiguang Information and Arm.

0 favorites 0 likes
#cpu

When float division beats integer division

Lobsters Hottest · 2026-06-16 Cached

A blog post explaining a counterintuitive optimization where using float division (DIVSD) instead of integer division (IDIVQ) yields faster performance on modern CPUs, with benchmarks and assembly analysis.

0 favorites 0 likes
#cpu

@PyTorch: Enable smarter, longer-thinking agents Scale agentic AI and reinforcement learning by shortening CPU execution time, in…

X AI KOLs Following · 2026-06-11 Cached

NVIDIA introduces the Vera CPU with a neural branch predictor to accelerate agentic AI and reinforcement learning workloads by reducing CPU execution time and increasing throughput in AI factories.

0 favorites 0 likes
#cpu

@antoine_chaffin: Whether you are GPU poor or GPU rich, today's release of PyLate has something for you! GPU maxxers: MaxSim kernels grea…

X AI KOLs Following · 2026-06-11 Cached

The release of PyLate introduces MaxSim kernels for GPU-accelerated training with lower memory requirements and TACHIOM for fast multi-vector indexing and search on CPU.

0 favorites 0 likes
#cpu

TorchCodec 0.14: HDR Video Decoding for CPU and CUDA, and Fast Wav Decoder

Hacker News Top · 2026-06-10 Cached

TorchCodec 0.14 adds HDR video decoding for CPU and CUDA, along with a fast WAV decoder, enabling efficient conversion of video and audio data into PyTorch tensors for ML workflows.

0 favorites 0 likes
#cpu

PlayStation Architecture

Hacker News Top · 2026-06-03 Cached

A detailed breakdown of the original PlayStation's hardware architecture, covering the CPU design and its historical context.

0 favorites 0 likes
#cpu

Nvidia chases $200B CPU market with AI agent PCs from Microsoft, Dell, and HP

TechCrunch AI · 2026-06-01 Cached

Nvidia announced the RTX Spark CPU for AI agent PCs, partnering with major PC makers like Microsoft, Dell, and HP, aiming to capture a $200B market.

0 favorites 0 likes
#cpu

AMD extends Socket AM5 support through at least 2029; AM4 refuses to die

Ars Technica · 2026-06-01 Cached

At Computex 2026, AMD announced extended AM5 socket support through at least 2029 and re-released the Ryzen 7 5800X3D as a 10th Anniversary Edition for AM4, offering budget-friendly CPU upgrade options.

0 favorites 0 likes
#cpu

AMD’s new pitch: our old tech is so good you should just keep using it

The Verge · 2026-06-01 Cached

AMD at Computex 2026 promises AM5 motherboard support through 2029, relaunches the Ryzen 7 5800X3D for AM4's 10th anniversary, introduces the Ryzen 7 7700X3D, and expands the Radeon RX 9070 GRE globally, emphasizing the longevity of its existing platforms.

0 favorites 0 likes
#cpu

Floor and Ceil versus Denormals on CPU and GPU

Hacker News Top · 2026-05-26 Cached

Explores the behavior of floor and ceil functions when applied to denormalized floating-point numbers, highlighting differences between CPU and GPU implementations and potential pitfalls.

0 favorites 0 likes
#cpu

Benchmarked Needle 26M vs Qwen3-0.6B on CPU function calling, 50 queries across 5 difficulty tiers. The 23x smaller model wins on accuracy and is 4.4x faster.

Reddit r/LocalLLaMA · 2026-05-23

A benchmark comparing Needle 26M and Qwen3-0.6B on CPU function calling shows the smaller Needle model wins in accuracy and speed, but with distinct failure modes: Needle picks the wrong tool while Qwen3 often fails to emit tool calls.

0 favorites 0 likes
#cpu

z386: An Open-Source 80386 Built Around Original Microcode

Hacker News Top · 2026-05-23 Cached

The article details z386, an open-source FPGA implementation of an 80386 CPU built using the original Intel microcode. It can boot DOS 6/7, run protected-mode programs, and play classic games like Doom, serving as both an educational reconstruction and a usable FPGA CPU.

0 favorites 0 likes
#cpu

80386 Microcode Disassembled

Hacker News Top · 2026-05-23 Cached

A blog post detailing the successful disassembly and analysis of the Intel 80386 microcode, revealing 215 instruction entry points and the complex internal architecture.

0 favorites 0 likes
#cpu

L1 instruction cache set conflicts, associativity, and code alignment in Go

Lobsters Hottest · 2026-05-21 Cached

A deep dive into how L1 instruction cache set conflicts and code alignment caused an unexpected performance regression in Go, and the investigation process.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback