George Hotz
|
cc21351428
|
move to SPEC=3
|
2026-04-30 12:42:33 -07:00 |
|
George Hotz
|
7e329c5219
|
spec=2 checks shape
|
2026-04-30 11:39:34 -07:00 |
|
George Hotz
|
d1193c72ac
|
real fixes
|
2026-04-30 11:12:40 -07:00 |
|
George Hotz
|
fe2dcbd573
|
fix image dtypes
|
2026-04-30 10:58:41 -07:00 |
|
George Hotz
|
4b16c81944
|
Merge branch 'master' into dtype_shape
|
2026-04-30 10:35:32 -07:00 |
|
nimlgen
|
11e1a2b89f
|
cleaner and faster run_linear (#15987)
* cleaner and faster run_linear
* x
* assert for now
* x
* x
* sym_infer
* remove sink
|
2026-04-30 20:15:22 +03:00 |
|
qazal
|
58b34e71bd
|
failing test for llama useless copies (#15989)
|
2026-05-01 00:55:29 +09:00 |
|
George Hotz
|
05638ed496
|
Merge branch 'master' into dtype_shape
|
2026-04-30 08:05:42 -07:00 |
|
George Hotz
|
0f7e296f5b
|
fix some indexing edge cases (#15988)
|
2026-04-30 08:05:30 -07:00 |
|
George Hotz
|
f8460c1021
|
fix image
|
2026-04-30 07:37:40 -07:00 |
|
George Hotz
|
273e0a4fa6
|
test fix
|
2026-04-30 07:31:06 -07:00 |
|
George Hotz
|
649cdbf216
|
Merge branch 'master' into dtype_shape
|
2026-04-30 07:24:10 -07:00 |
|
George Hotz
|
7969b205dd
|
fix
|
2026-04-30 07:22:06 -07:00 |
|
George Hotz
|
ac6dee758a
|
fix test
|
2026-04-30 07:06:48 -07:00 |
|
George Hotz
|
4fb29cc0c4
|
const assert
|
2026-04-30 07:02:54 -07:00 |
|
George Hotz
|
c4d1792edf
|
fixes
|
2026-04-30 06:33:00 -07:00 |
|
George Hotz
|
4a4455f5b1
|
rev
|
2026-04-30 06:30:28 -07:00 |
|
nimlgen
|
6f8b10d251
|
remove base Runner (#15986)
* remove base Runner
* linters
|
2026-04-30 13:04:55 +03:00 |
|
George Hotz
|
29dd605a91
|
Merge branch 'master' into dtype_shape
|
2026-04-29 19:41:10 -07:00 |
|
George Hotz
|
46a36a838a
|
small dtype shapes fixups (#15984)
|
2026-04-29 19:40:38 -07:00 |
|
chenyu
|
b73248958a
|
minor rand cleanups (#15982)
|
2026-04-29 22:22:29 -04:00 |
|
George Hotz
|
5325db3af6
|
direct buffer view
|
2026-04-29 18:38:04 -07:00 |
|
George Hotz
|
cfdff84df0
|
fixes
|
2026-04-29 18:20:20 -07:00 |
|
George Hotz
|
4bf0c35300
|
correct for index
|
2026-04-29 17:27:41 -07:00 |
|
George Hotz
|
8ad8249e06
|
tests pass
|
2026-04-29 16:01:29 -07:00 |
|
George Hotz
|
95d04048b0
|
more shapes
|
2026-04-29 15:57:47 -07:00 |
|
George Hotz
|
d1f9ade9a0
|
DEFINE_VAR can also have shape
|
2026-04-29 15:46:42 -07:00 |
|
George Hotz
|
dd19cdc0cd
|
more shape
|
2026-04-29 15:31:30 -07:00 |
|
George Hotz
|
4b4cfc0d81
|
dtype.count is shape
|
2026-04-29 15:07:37 -07:00 |
|
chenyu
|
53a28bafbd
|
rand device seed to its own function (#15979)
|
2026-04-29 17:21:40 -04:00 |
|
Christopher Milan
|
d07741f1d7
|
am: look for firmware in /lib/firmware/amdgpu (#15974)
|
2026-04-29 17:15:09 -04:00 |
|
nimlgen
|
c73e667fc0
|
remove if for precompiled programs (#15980)
|
2026-04-29 23:43:36 +03:00 |
|
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 |
|
nimlgen
|
dfd2d07005
|
remove CompiledRunner (#15970)
* rm usage of CompiledRunner
* more tests
* last
* linter
* sink
* remove
* linter
|
2026-04-29 22:45:48 +03:00 |
|
wozeparrot
|
0080489abe
|
llama: use env vars (#15978)
|
2026-04-29 12:37:15 -07: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 |
|
Christopher Milan
|
7a79c2948a
|
DEV visible device filter supports hyphenated syntax (#15971)
|
2026-04-29 14:02:21 -04:00 |
|
Christopher Milan
|
6b9a45568c
|
autogen: better version handling for llvm and libclang (#15975)
|
2026-04-29 14:01:33 -04: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 |
|
qazal
|
b63e0a5f74
|
viz/sqtt: move amd decoder to extra, don't import from ops_amd (#15969)
* don't import from ops_amd
* start
* cleanup
|
2026-04-30 00:49:15 +09: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 |
|
qazal
|
30403c1e25
|
viz/cli: merge DEBUG=6 and -i (#15966)
* print_step contiguous
* merge
|
2026-04-29 19:52:17 +09:00 |
|
qazal
|
86621e9e7c
|
gate f32_to_fp8 renderer (#15964)
|
2026-04-29 19:12:46 +09:00 |
|
wozeparrot
|
ef09071073
|
llama: speed 2 (#15960)
|
2026-04-28 20:44:37 -07:00 |
|
Christopher Milan
|
e6863a1cc5
|
autogen: fewer type: ignores (#15956)
|
2026-04-28 21:58:13 -04:00 |
|
chenyu
|
836af56513
|
some RandMixin cleanup (#15961)
cleaner to just put inside OpMixin
|
2026-04-28 19:58:02 -04:00 |
|
chenyu
|
c4bea54e9c
|
_threefry_random_bits to mixin (#15959)
start RandMixin
|
2026-04-28 19:13:57 -04:00 |
|
George Hotz
|
796fdf9fd8
|
end has no shape (#15958)
|
2026-04-28 15:15:48 -07:00 |
|