Files
tinygrad/tinygrad
chenyuandGitHub ea2efbf508 Add Opt(op=OptOps.LOCAL, axis=6, amt=2) to actions (#7147)
* Add Opt(op=OptOps.LOCAL, axis=6, amt=2) to actions

it's missing if we rebuild all kernels, not just the first 2k.

```
PYTHONPATH="." GPU=1 python3 extra/optimization/get_action_space.py
 29%|█████████████████████████████████████▋                                                                                            | 3682/12701 [01:42<04:11, 35.83it/s]Traceback (most recent call last):
  File "/Users/chenyu/code/tinygrad/extra/optimization/get_action_space.py", line 27, in <module>
    test_rebuild(lin)
  File "/Users/chenyu/code/tinygrad/extra/optimization/get_action_space.py", line 11, in test_rebuild
    assert o in actions, f"{o} is not in actions"
           ^^^^^^^^^^^^
AssertionError: Opt(op=OptOps.LOCAL, axis=6, amt=2) is not in actions
```

* break
2024-10-18 09:03:24 -04:00
..
2024-10-18 00:21:53 +03:00
2024-10-16 15:14:47 +03:00
2024-10-12 18:20:44 +08:00
2024-10-16 07:13:20 +03:00
2024-10-17 17:41:23 +08:00
2024-10-16 14:51:41 -04:00
2024-10-04 23:19:26 +08:00
2024-08-14 17:31:46 -07:00
2024-10-18 15:09:39 +03:00