 wozeparrotandGitHub
|
bba611bb59
|
gemm: fix mxfp8 on more shapes (#16677)
|
2026-06-19 13:28:53 -07:00 |
|
 George HotzandGitHub
|
649971f02a
|
remove DEFINE_LOCAL and DEFINE_REG (gpt) (#16673)
* remove define_local and define_reg (gpt)
* fix precommit
* cleanups
* regalloc fix
* cleanups 2
|
2026-06-19 10:07:50 -07:00 |
|
 George HotzandGitHub
|
b05bea81ce
|
x86 cleanups (fable) [pr] (#16591)
* x86 cleanups (fable)
* support shrink
* remove ptr dtype
* move that
* is_lane helper
* Revert "is_lane helper"
This reverts commit ea4571254d.
|
2026-06-19 09:04:51 -07:00 |
|
 George HotzandGitHub
|
925c49ce99
|
use placeholder in tests (#16672)
|
2026-06-18 20:51:44 -07:00 |
|
 qazalandGitHub
|
924bece1d5
|
remove some old scheduler tests (#16660)
|
2026-06-18 22:15:00 +09:00 |
|
 chenyuandGitHub
|
1e08c0a07c
|
remove NOOP from AFTER with multiple srcs (#16646)
|
2026-06-17 14:35:02 -04:00 |
|
 chenyuandGitHub
|
1acc40600d
|
indexing an after with all fully invalid stores is invalid (#16643)
* indexing an after with all fully invalid stores is invalid
* typing cast
|
2026-06-17 11:06:36 -04:00 |
|
 wozeparrotandGitHub
|
36f6d1b064
|
gemm: fix bf16 atb for mp sharding (#16637)
|
2026-06-16 15:58:47 -07:00 |
|
geohot
|
b1fb39502d
|
delete that test
|
2026-06-14 09:42:58 -07:00 |
|
 nimlgenandGitHub
|
c43091a464
|
fix missing cast in cstyle (#16608)
* fix missing cast in cstyle
* x
* x
|
2026-06-13 10:04:06 +03:00 |
|
 chenyuandGitHub
|
aa32d309db
|
fix rangeify indexing for pad/reduce (#16599)
|
2026-06-12 20:26:15 -04:00 |
|
 qazalandGitHub
|
4d34590b7d
|
llama: less E kernels (#16517)
|
2026-06-12 19:49:25 +09:00 |
|
 sirhcmandGitHub
|
4d893f626a
|
move a bunch of test_schedule to null (#16578)
|
2026-06-11 20:26:34 -04:00 |
|
 wozeparrotandGitHub
|
c38d6a7e3a
|
mxfp8 part 2 (#16561)
|
2026-06-10 23:36:11 -07:00 |
|
 George HotzandGitHub
|
7e6d617935
|
addrspace cleanups (#16565)
* addrspace cleanups
* bumps
* eh, relax a little
|
2026-06-10 15:57:18 -07:00 |
|
 qazalandGitHub
|
34481830f1
|
rangeify: fix cost function for AFTER(out, CALL) (#16559)
* simple failing test
* fix rangeify cost function
* new ops count
|
2026-06-10 17:30:50 +09:00 |
|
 sirhcmandGitHub
|
f9d88d3c3a
|
fix race in test_quantize_onnx (#16555)
|
2026-06-09 18:39:48 -04:00 |
|
 wozeparrotandGitHub
|
2bdc360606
|
gemm: mxfp8 hipkittens gemm (#16541)
* gemm: mxfp8 hipkittens gemm
* feat: update hipkittens
* feat: kernel signature
* clean: just kernel
* feat: from tinygrad
* feat: test
* fix: add back utils
* clean: no diff
* clean: no diff
|
2026-06-09 15:20:05 -07:00 |
|
 George HotzandGitHub
|
0336ba8eb1
|
buffer param arg + dsp fixups (#16528)
|
2026-06-07 12:07:00 -07:00 |
|
 George HotzandGitHub
|
2a2f81dd3d
|
remove ANON from addrspace, refactor marg (#16523)
* remove ANON from addrspace, refactor marg
* as_shape
* as_shape is cached
|
2026-06-06 09:49:09 -07:00 |
|
 sirhcmandGitHub
|
8c0ba1da5c
|
cleanup more from test/backend (#16521)
|
2026-06-05 18:38:46 -04:00 |
|
 sirhcmandGitHub
|
9b0f75622c
|
many jit tests belong in unit (#16508)
|
2026-06-04 21:36:53 -04:00 |
|
 chenyuandGitHub
|
4a8bf07a87
|
remove CONST(DEVICE) (#16506)
|
2026-06-04 11:29:46 -04:00 |
|
 chenyuandGitHub
|
5fad87252d
|
no device= into arange and eye (#16503)
|
2026-06-04 09:21:50 -04:00 |
|
 wozeparrotandGitHub
|
fd13080636
|
deviceless const skip axis check (#16496)
|
2026-06-03 19:13:20 -07:00 |
|
 chenyuandGitHub
|
2f83d01ccf
|
fix deviceless materialize device (#16493)
symbolic arange currently does not fuse, which creates a deviceless UOp post rangeify that needs a device to bufferize
|
2026-06-03 19:13:21 -04:00 |
|
 chenyuandGitHub
|
19eb72ff60
|
remove use of full with buffer=False and non-None device= (#16489)
|
2026-06-03 16:21:24 -04:00 |
|
 chenyuandGitHub
|
8a4203638a
|
make full with buffer=False deviceless (#16483)
affects arange and eye
|
2026-06-03 12:35:59 -04:00 |
|
 chenyuandGitHub
|
a43b55d480
|
deviceless const folding schedule test (#16477)
|
2026-06-02 18:46:30 -04:00 |
|
 George HotzandGitHub
|
20242fdf1d
|
update test + spec from shrink_in_render (#16467)
* update test + spec from shrink_in_render
* cast
|
2026-06-01 19:24:43 -07:00 |
|
 George HotzandGitHub
|
124d2f8227
|
anon addrspace from new renderer (#16461)
* anon addrspace from new renderer
* use max_numel in python renderer
* add sizes to ptrs in tests
* more
* correct fix
|
2026-06-01 14:42:02 -07:00 |
|
 Javier De JesusandGitHub
|
989f713c1b
|
support negative pads in circular pad mode (#16448)
|
2026-05-31 09:28:45 -07:00 |
|
 qazalandGitHub
|
29b47a0057
|
llama: update local amax implementation after ParamArgs change (#16446)
* local amax failing test
* update _local_abs_max_fxn
|
2026-05-30 16:55:43 +09:00 |
|
 sirhcmandGitHub
|
434cfa96a3
|
ci: no fetch in backend tests (#16438)
should make for less actions cache thrashing
|
2026-05-29 17:11:16 -04:00 |
|
 chenyuandGitHub
|
b7280705a7
|
limit CONST(UNIQUE) to invalids only (#16432)
|
2026-05-29 16:02:06 -04:00 |
|
 George HotzandGitHub
|
1e7f1dcf49
|
add ParamArgs [pr] (#16421)
* add ParamArgs
* fix export
* cleanups
* fixes
* simpler
|
2026-05-28 19:17:17 -07:00 |
|
 sirhcmandGitHub
|
171401e8df
|
skip modulo by zero in test_dtype_alu (#16404)
|
2026-05-27 17:09:05 -04:00 |
|
 chenyuandGitHub
|
c33b767407
|
bring back test and torch backend change for unique const (#16403)
|
2026-05-27 15:16:08 -04:00 |
|
 chenyuandGitHub
|
3e80f375ee
|
skip test_setitem_fancy_on_unrealized_view (#16400)
crashes in linux llvm ci
|
2026-05-27 09:50:26 -04:00 |
|
 chenyuandGitHub
|
945ed4f689
|
revert const unique changes (#16395)
|
2026-05-27 00:06:41 -04:00 |
|
 chenyuandGitHub
|
fa14cde05c
|
test update for arange and eye (#16394)
these will need explicit clone to make a buffer
|
2026-05-26 22:48:34 -04:00 |
|
 George HotzandGitHub
|
156a4438d9
|
rename BUFFER_VIEW to SLICE (#16391)
* rename BUFFER_VIEW to SLICE
* fix comments
|
2026-05-26 18:15:00 -07:00 |
|
 sirhcmandGitHub
|
3adf7f5d95
|
disable flaky cl test (#16388)
|
2026-05-26 19:56:57 -04:00 |
|
 sirhcmandGitHub
|
d23659d38b
|
cleanup some old test skips (#16384)
|
2026-05-26 19:07:22 -04:00 |
|
 chenyuandGitHub
|
d861c50dce
|
remove unique_const (#16382)
|
2026-05-26 13:53:31 -04:00 |
|
 George HotzandGitHub
|
bac82d4949
|
fix emu bug in gfx950 (#16381)
* fix emu bug in gfx950
* fix renderer
|
2026-05-26 10:32:03 -07:00 |
|
 chenyuandGitHub
|
9b00defc8c
|
Revert "remove unique_const (#16372)" (#16380)
This reverts commit 09019d6761.
|
2026-05-26 12:30:07 -04:00 |
|
 chenyuandGitHub
|
09019d6761
|
remove unique_const (#16372)
* remove unique_const
* fix SDWA thing
* that?
|
2026-05-26 12:18:03 -04:00 |
|
 wozeparrotandGitHub
|
76fc39ccc0
|
gather to single device (#16354)
|
2026-05-25 17:27:08 -07:00 |
|
 sirhcmandGitHub
|
8ddd1328df
|
remove getenv(CI) (#16365)
gone everywhere except test_interop, because torch MPS does not work in actions
|
2026-05-25 20:23:33 -04:00 |
|