qazal
|
55915584e5
|
viz: fix cfg for emulated amd on the null device (#15976)
* simple failing when i test it end to end
* pass
* linter
* assemble
|
2026-04-30 05:18:09 +09:00 |
|
qazal
|
a37b605523
|
remove arch from asm kernel class (#15977)
* rm arch from kernel
* update other tests
* update abstractions4.py
|
2026-04-30 03:39:52 +09:00 |
|
chenyu
|
654e611a29
|
_bits_to_rand to mixin (#15972)
|
2026-04-29 13:47:25 -04:00 |
|
George Hotz
|
5f441ecffc
|
unify reduce + reduce_axis (#15973)
* unify reduce + reduce_axis
* fix all tests
* lil cleanups
|
2026-04-29 10:29:56 -07:00 |
|
nimlgen
|
7787f76dcc
|
get_runner -> get_runtime (#15967)
* get_runner -> get_runtime
* do not use get_runner
* fix
* remove get_tunner
* remove
* fix
* x
|
2026-04-29 18:29:49 +03:00 |
|
chenyu
|
fb188c3c23
|
UOp.bitcast noop early return (#15968)
matches Tensor
|
2026-04-29 09:41:40 -04:00 |
|
chenyu
|
c4bea54e9c
|
_threefry_random_bits to mixin (#15959)
start RandMixin
|
2026-04-28 19:13:57 -04:00 |
|
chenyu
|
77f9125c21
|
move Tensor.pad to OpMixin (#15946)
|
2026-04-27 16:56:04 -04:00 |
|
nimlgen
|
4164666c72
|
programinfo (#15942)
* programinfo
* fix
* m
* x
* x
* changes
* x
* fix
* rm
|
2026-04-27 23:12:03 +03:00 |
|
chenyu
|
fe38d6de94
|
_pad_circular and _pad_reflect_replicate to mixin (#15944)
|
2026-04-27 16:07:05 -04:00 |
|
nimlgen
|
bb652352c7
|
remove execitem (#15932)
* remove execitem
* f
* x
|
2026-04-25 19:33:04 +03:00 |
|
qazal
|
9a23de7d27
|
viz/cli: unify profile and rewrites, -s ALL default (#15931)
* work
* workg
* better
* cleanup
* better defaults
* --ls
* better
* work
* update llama
* update
|
2026-04-25 22:31:24 +09:00 |
|
nimlgen
|
a5e9ea7a60
|
remove schedule batch 4 (#15927)
* remove schedule batch 4
* fini
|
2026-04-25 12:36:55 +03:00 |
|
nimlgen
|
3c8a2db870
|
remove schedule() from tests batch 2 (#15923)
* remove schedule() from tests batch 2
* batch 4
|
2026-04-25 10:44:41 +03:00 |
|
Christopher Milan
|
57fbaa3d49
|
amd: fallback to llvm when comgr is not available (#15914)
|
2026-04-24 23:30:16 -04:00 |
|
nimlgen
|
d3378010ee
|
schedule() -> schedule_linear() in tests (batch 1) (#15915)
* schedule_with_vars -> linear_with_vars in tests
* tests batch 1
* batch 2
* estimate_uop
* simpler
* rm
|
2026-04-24 23:40:53 +03:00 |
|
chenyu
|
b501ba3e42
|
nll_loss to mixin (#15918)
|
2026-04-24 15:50:31 -04:00 |
|
chenyu
|
2f9fdb4a37
|
scatter to mixin (#15917)
|
2026-04-24 15:37:37 -04:00 |
|
nimlgen
|
f2751955cb
|
remove linear_to_schedule from tests (#15912)
* remove linear_to_schedule from tests
* x
|
2026-04-24 20:02:10 +03:00 |
|
chenyu
|
03a7604f76
|
sort argsort topk allclose to mixin (#15910)
|
2026-04-24 10:20:46 -04:00 |
|
chenyu
|
c24da99d56
|
avg_pool2d, max_pool2d to mixin (#15903)
* avg_pool2d, max_pool2d to mixin
* fix
* just dtype
* that
|
2026-04-23 23:36:17 -04:00 |
|
chenyu
|
08d9106c9f
|
scatter_reduce and sparse_categorical_crossentropy to mixin (#15902)
also use `.ne` to fix `# type: ignore[comparison-overlap]`
|
2026-04-23 21:06:36 -04:00 |
|
chenyu
|
8cc2c69e21
|
fix isclose mixin (#15898)
use `.eq` instead of `==`
|
2026-04-23 20:40:43 -04:00 |
|
chenyu
|
782bc6aece
|
broadcast in ElementwiseMixin.div [pr] (#15897)
|
2026-04-23 16:02:43 -04:00 |
|
chenyu
|
11c197955b
|
interpolate and cross_entropy to mixin (#15895)
|
2026-04-23 14:59:45 -04:00 |
|
chenyu
|
f0dbc68aa9
|
gather to mixin (#15891)
|
2026-04-23 14:00:57 -04:00 |
|
chenyu
|
87223f870e
|
logcumsumexp, argmax, argmin, sequential to mixin (#15890)
|
2026-04-23 12:10:42 -04:00 |
|
George Hotz
|
0c3260d5d9
|
rename VECTORIZE to STACK (#15880)
|
2026-04-23 10:43:42 +08:00 |
|
chenyu
|
7c9bc29e44
|
Tensor method raise if arg is on different device (#15879)
instead of implicit `to`. this matches torch
|
2026-04-22 22:20:22 -04:00 |
|
chenyu
|
1fc4b3788c
|
cummax/cummin to mixin (#15877)
|
2026-04-22 21:25:39 -04:00 |
|
chenyu
|
684e95e1d4
|
UOp binary op broadcasts dtype (#15875)
* UOp binary op broadcasts dtype
matches Tensor
* fix
* fix?
|
2026-04-22 20:37:19 -04:00 |
|
Christopher Milan
|
b0dc95a390
|
AMX in arch, better docs (#15871)
|
2026-04-22 17:25:18 -04:00 |
|
nimlgen
|
e5891acab2
|
jit: precompile (#15848)
* x
* jit: precompile as sep step
* x
* s
* x
* x
* x
* ?
* ?
* x
* x
* viz
* f
* x
* u
* x
* x
|
2026-04-23 00:23:32 +03:00 |
|
chenyu
|
b9e2bc619e
|
simplify bool.cast() != const (#15874)
|
2026-04-22 17:08:09 -04:00 |
|
chenyu
|
3c8daa9a75
|
update test_where_removal (#15872)
don't use UOp.ufix for const_like, it will broadcast dtype soon
|
2026-04-22 14:56:37 -04:00 |
|
qazal
|
719a7bdac5
|
viz: respect optional estimates in kernel info (#15867)
* simple failing test
* unpack kernel info
|
2026-04-22 14:24:48 +03:00 |
|
chenyu
|
3821e442eb
|
_one_hot_along_dim and one_hot to mixin (#15861)
|
2026-04-21 20:24:38 -04:00 |
|
chenyu
|
75ee51a446
|
triu tril _tri to mixin (#15857)
|
2026-04-21 17:10:55 -04:00 |
|
Christopher Milan
|
99a0debd62
|
Device.count() (#15842)
|
2026-04-21 16:46:38 -04:00 |
|
chenyu
|
1946ae8b51
|
linspace and eye to mixin (#15854)
|
2026-04-21 15:58:03 -04:00 |
|
qazal
|
0fbe0a6a99
|
viz/cli: ux tweaks (#15853)
* viz/cli: rename to --json
* st_ms, end confuses kimi
* remove pickle spam
* better
* comment
|
2026-04-21 22:18:27 +03:00 |
|
chenyu
|
86ceb3bd6b
|
arange to mixin (#15852)
|
2026-04-21 13:00:19 -04:00 |
|
chenyu
|
420e4c4673
|
zeros, ones, invalids to mixin (#15850)
|
2026-04-21 11:53:08 -04:00 |
|
chenyu
|
d08b5d0a3b
|
full to mixin (#15840)
with unique_const
|
2026-04-21 10:53:43 -04:00 |
|
nimlgen
|
01ac1c8c15
|
remove all run_schedule from tests (#15846)
|
2026-04-21 12:02:10 +03:00 |
|
qazal
|
f9655af2a3
|
viz/cli: move to tinygrad (#15835)
* move cli
* update imports
* cleanup the readme
* edit
* work
* details
* python -m tinygrad.viz.cli
* do not execv in non tty
* option
* lint
* simpler
* gemm pmc
|
2026-04-21 13:35:10 +09:00 |
|
Christopher Milan
|
1a8ba4cbd6
|
CPU renderers use arch (#15839)
|
2026-04-20 23:38:29 -04:00 |
|
chenyu
|
cabc347066
|
conv2d and conv_transpose2d to mixin (#15838)
* conv2d and conv_transpose2d to mixin
* cleanup
|
2026-04-20 18:10:06 -04:00 |
|
chenyu
|
b01704444b
|
einsum to ReduceMixin (#15833)
|
2026-04-20 11:49:24 -04:00 |
|
nimlgen
|
c0d7135b5f
|
do not use jit_cache in test (#15823)
* do not use jit_cache in test
* fix
|
2026-04-20 11:45:17 +03:00 |
|