Commit cd002b0
committed
Update submodule refs after upstream rebase
Automated sync of submodule pointers to latest commits1 parent 08faba4 commit cd002b0
3 files changed
+3
-3
lines changedSubmodule opendbc_repo updated 16 files
- .github/workflows/auto_pr_review.yaml+3-3
- .github/workflows/stale.yml+1-1
- .github/workflows/tests.yml+5-5
- SConstruct+3-1
- docs/CARS.md+1-1
- opendbc/car/ford/carcontroller.py+32-2
- opendbc/car/honda/carstate.py+1-1
- opendbc/car/honda/fingerprints.py+11
- opendbc/car/honda/interface.py+1-1
- opendbc/car/hyundai/fingerprints.py+2
- opendbc/car/mazda/fingerprints.py+1
- opendbc/car/tests/routes.py+1
- opendbc/car/toyota/fingerprints.py+3
- opendbc/car/toyota/values.py+1-1
- opendbc/dbc/generator/hyundai/hyundai_canfd.dbc+25-9
- opendbc/safety/tests/libsafety/SConscript+1
Submodule tinygrad_repo updated 35 files
- .github/workflows/benchmark_search.yml+1
- .github/workflows/mlperf.yml+1
- .github/workflows/test.yml+27-3
- autogen_stubs.sh+3-1
- docs/runtime.md+1-1
- extra/amdpci/am_smi.py+4-15
- extra/onnx.py+2-2
- extra/optimization/generate_dataset.sh+1-1
- test/external/external_test_onnx_backend.py+3-9
- test/external/process_replay/process_replay.py+12-5
- test/test_linalg.py+66
- test/test_nn.py-23
- test/test_ops.py+42-3
- test/test_outerworld_range.py+148
- test/test_setitem.py+7
- test/unit/test_disk_tensor.py+9-1
- test/unit/test_helpers.py+15-2
- test/unit/test_linearizer_rewrite.py+14
- test/unit/test_uop_symbolic.py+6
- test/unit/test_viz.py+20-11
- tinygrad/helpers.py+1
- tinygrad/kernelize/kernelize.py+1-2
- tinygrad/nn/optim.py+1-1
- tinygrad/opt/kernel.py+28-18
- tinygrad/runtime/autogen/nv_gpu.py+211-38
- tinygrad/runtime/ops_disk.py+5-3
- tinygrad/runtime/ops_python.py+3-7
- tinygrad/runtime/support/am/amdev.py+27-21
- tinygrad/runtime/support/nv/ip.py+13-13
- tinygrad/runtime/support/webgpu.py+8-2
- tinygrad/tensor.py+70-4
- tinygrad/uop/ops.py+7-6
- tinygrad/uop/symbolic.py+3-2
- tinygrad/uop/upat.py+21-21
- tinygrad/viz/serve.py+1-1
0 commit comments