Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinygrad/tinygrad
/ amd_asm_matmul.py
File
amd_asm_matmul.py
extra/gemm/amd_asm_matmul.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# RDNA3 128x128 tiled GEMM kernel - DSL version
2
# Computes C = A @ B for NxN float32 matrices using 128x128 tiles
3
#
4
# Architecture: RDNA3 (gfx1100)
Callers
nothing calls this directly
Calls
4
getenv
Function · 0.90
derive_fmac_pattern
Function · 0.85
derive_permute_swaps
Function · 0.85
test_matmul
Function · 0.70
Tested by
no test coverage detected