matrix-multiplication

Tag

Cards List
#matrix-multiplication

Improving the matrix multiplication exponent with modern optimization and AlphaEvolve

Hugging Face Daily Papers · 2d ago Cached

The paper proposes improvements to the optimization problem in combination loss analysis using modern techniques and AlphaEvolve, yielding an improved upper bound on the matrix multiplication exponent.

0 favorites 0 likes
#matrix-multiplication

Discrete Fourier Transform by Hand

Hacker News Top · 4d ago Cached

This article provides a step-by-step guide to calculating the Discrete Fourier Transform (DFT) by hand, demonstrating that it involves matrix multiplications similar to those in deep neural networks.

0 favorites 0 likes
#matrix-multiplication

@ProfTomYeh: Backpropagation by hand ~ 11 steps walkthrough below Backpropagation is the algorithm that actually trains a neural net…

X AI KOLs Timeline · 2026-07-20 Cached

A walkthrough of backpropagation by hand through a 3-layer network using matrix multiplication, showing all 11 steps from gradients to weight updates.

0 favorites 0 likes
#matrix-multiplication

85.3 GFlops: Optimizing FP32 Matrix Multiplication on a Single AMD Zen 3 Core

Hacker News Top · 2026-07-17 Cached

A systematic exploration of FP32 matrix multiplication optimization on AMD Zen 3, achieving 85.30 GFLOPS (63.5% of theoretical peak) using AVX2/FMA intrinsics, surpassing naive implementation by 56.5x and matching optimized libraries.

0 favorites 0 likes
#matrix-multiplication

The Powerhouse of the AI Chip (6 minute read)

TLDR AI · 2026-07-16 Cached

This article explains how systolic arrays handle over 95% of AI chip compute, detailing their design, modes of operation, and why they are efficient for matrix multiplication.

0 favorites 0 likes
#matrix-multiplication

Is x86 ready to ACE it?

Hacker News Top · 2026-07-14 Cached

The article analyzes the new ACE specification from the x86 Ecosystem Advisory Group, which extends Intel's AMX for AI matrix multiplication with fixed tile sizes and outer product instructions, comparing it to Arm's SME.

0 favorites 0 likes
#matrix-multiplication

@mkvenkit: Google’s Tensor Processing Unit (TPU) uses the systolic array architecture - an idea from 1978 - to accelerate matrix m…

X AI KOLs Timeline · 2026-06-27 Cached

Google's TPU uses the systolic array architecture from 1978 to accelerate matrix multiplication with less memory movement. The post shares links to the original paper and TPU design, and suggests building a small-scale version on an FPGA.

0 favorites 0 likes
#matrix-multiplication

[x86] AI Compute Extensions (ACE) Specification

Hacker News Top · 2026-06-18 Cached

The x86 Ecosystem Advisory Group has published the AI Compute Extensions (ACE) specification, defining new x86 instructions and register state for accelerating matrix multiplication and reduced precision data formats in machine learning workloads.

0 favorites 0 likes
#matrix-multiplication

Training an LLM in Swift, Part 1: Taking matrix mult from Gflop/s to Tflop/s

Hacker News Top · 2026-05-10 Cached

The author details the process of optimizing custom matrix multiplication kernels in Swift to train a Large Language Model on Apple Silicon, aiming to outperform C implementations by leveraging CPU, SIMD, AMX, and GPU capabilities.

0 favorites 0 likes
#matrix-multiplication

Getting peak TOPS on a Ryzen AI 7 350 NPU

Lobsters Hottest · 2026-05-08 Cached

A technical deep-dive into achieving peak TOPS performance on the AMD Ryzen AI 7 350 NPU, comparing it to Xilinx AIE-ML v2 AI engines and explaining the hardware architecture for matrix multiplication workloads.

0 favorites 0 likes
← Back to home

Submit Feedback