MCPcopy
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

1import numpy as np
2from tinygrad import dtypes, Tensor
3from tinygrad.helpers import getenv, get_single_element
4from tinygrad.dtype import _to_np_dtype

Callers

nothing calls this directly

Calls 11

getenvFunction · 0.90
compile_linearFunction · 0.90
get_single_elementFunction · 0.90
init_matrixFunction · 0.85
realizeMethod · 0.80
matmulMethod · 0.80
schedule_linearMethod · 0.80
iscloseMethod · 0.80
getMethod · 0.45
numpyMethod · 0.45
whereMethod · 0.45

Tested by

no test coverage detected