Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinygrad/tinygrad
/ simple_matmul.py
File
simple_matmul.py
extra/gemm/simple_matmul.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
numpy
as
np
2
from
tinygrad
import
dtypes, Tensor
3
from
tinygrad.helpers
import
getenv, get_single_element
4
from
tinygrad.dtype
import
_to_np_dtype
Callers
nothing calls this directly
Calls
11
getenv
Function · 0.90
compile_linear
Function · 0.90
get_single_element
Function · 0.90
init_matrix
Function · 0.85
realize
Method · 0.80
matmul
Method · 0.80
schedule_linear
Method · 0.80
isclose
Method · 0.80
get
Method · 0.45
numpy
Method · 0.45
where
Method · 0.45
Tested by
no test coverage detected