branch: master
Commits on master
- c7bc75e alu(c?t0:f0, c?t1:f1) -> c?alu(t0,t1):alu(f0,f1) (#7900) 1 year ago
- b91fa24 script to run regressed sd conv on metal (#7995) 1 year ago
- 0a2e10b add SELU to Tensor (#7993) 1 year ago
- 146e1ca Downgrade wgpu to prevent sd segfault (#7969) 1 year ago
- 077e7e8 fix: private segment sgpr on gfx103x (#7987) 1 year ago
- bb606e5 process replayable ops.py changes from delete_lazy [pr] (#7994) 1 year ago
- 0c7477b no bool in range [pr] (#7988) 1 year ago
- 8909dbd Remove wgpu specific checks from stable diffusion example (#7991) 1 year ago
- e2916ff image dtype fixup refactor for delete_lazy [pr] (#7989) 1 year ago
- 5340d3d Merge pull request #7986 from tinygrad/atomics-in-smem-wgpu 1 year ago
- 61b2cac basicblock is dataclass (#7985) 1 year ago
- 275951b clean up a few parents -> toposort [pr] (#7984) 1 year ago
- f17af70 replace all sparents with toposort (#7983) 1 year ago
- b09310d add toposort method to uops, faster linearize [pr] (#7982) 1 year ago
- b797aee uop global buf number tracking try 2 [pr] (#7912) 1 year ago
- cbcc1c2 second try at block linearize (#7892) 1 year ago
- 9b0859d PYTHON device is okay to use everywhere [pr] (#7981) 1 year ago
- 90e2b2d Remove gated store, put rewrite to uopgraph [pr] (#7975) 1 year ago
- d53cd92 fix tests for delete lazy [pr] (#7980) 1 year ago
- 254c86d ruff target-version "py38" -> "py310" (#7978) 1 year ago
- 6c1efb9 hotfix: amd gemv was flaky 1 year ago
- 4e46c67 small helpers cleanups (#7977) 1 year ago
- aa2e7b1 more const folding infra from the delete_lazy branch [pr] (#7976) 1 year ago
- 509c4a5 increase tolerance on test (#7972) 1 year ago
- ca20f28 late folding size 0 ops (#7940) 1 year ago
- c068e8c fetch cleanup (#7970) 1 year ago
- bb8e319 unset TRACK_MATCH_STATS while initing beam buffers [pr] (#7971) 1 year ago
- d0735d6 swizzle store [pr] (#7964) 1 year ago
- 6f17eed schedule sink folding try 2 [pr] (#7968) 1 year ago
- 293e0f8 make ASSIGN arg optional [pr] (#7966) 1 year ago