remove pushing contig + fix linearizer bug (#2798)

* remove that logic

* fix test, move LOADs

* fix repeat issue on LLVM

* with_phi
This commit is contained in:
George Hotz
2023-12-16 09:36:31 -08:00
committed by GitHub
parent a7264dcb2b
commit 051402625e
5 changed files with 19 additions and 19 deletions

View File

@@ -184,7 +184,7 @@ jobs:
- if: ${{ matrix.task == 'openpilot' }}
name: Test openpilot model compile and size
run: |
DEBUG=2 ALLOWED_KERNEL_COUNT=207 FLOAT16=1 DEBUGCL=1 GPU=1 IMAGE=2 python openpilot/compile2.py
DEBUG=2 ALLOWED_KERNEL_COUNT=208 FLOAT16=1 DEBUGCL=1 GPU=1 IMAGE=2 python openpilot/compile2.py
#python -c 'import os; assert os.path.getsize("/tmp/output.thneed") < 100_000_000'
- if: ${{ matrix.task == 'openpilot' }}
name: Test openpilot model correctness (float32)