mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-09-18 12:33:43 +08:00
81ae1a2e2d
* Use tinygrad generic ONNX compiler artifacts * Keep compiler temporary model buffers off device tmpfs * Keep recurrent model state updates on the GPU * Use compiled output buffers and swap recurrent state inputs * Note when ONNX chunk reassembly can be removed * Bump tinygrad to rebased compilers and AMD queue fix * Keep recurrent buffers fixed and use faster USB argument updates * Bump tinygrad for faster model startup
20 lines
506 B
Plaintext
20 lines
506 B
Plaintext
[submodule "panda"]
|
|
path = panda
|
|
url = ../../commaai/panda.git
|
|
[submodule "opendbc"]
|
|
path = opendbc_repo
|
|
url = ../../commaai/opendbc.git
|
|
[submodule "msgq"]
|
|
path = msgq_repo
|
|
url = ../../commaai/msgq.git
|
|
[submodule "rednose_repo"]
|
|
path = rednose_repo
|
|
url = ../../commaai/rednose.git
|
|
[submodule "teleoprtc_repo"]
|
|
path = teleoprtc_repo
|
|
url = ../../commaai/teleoprtc
|
|
[submodule "tinygrad"]
|
|
path = tinygrad_repo
|
|
url = https://github.com/commaai/tinygrad.git
|
|
branch = model-warp-compile
|