bring ptx back (#3623)

* bring ptx back

* ptx back

* fix define var

* fix a few bugs

* bugfixes

* fixes

* fix llvm bug

* fix test bug
This commit is contained in:
George Hotz
2024-03-06 13:34:21 -08:00
committed by GitHub
parent c270d54c32
commit 81baf3eed3
13 changed files with 135 additions and 70 deletions

View File

@@ -346,7 +346,7 @@ jobs:
strategy:
fail-fast: false
matrix:
backend: [llvm, clang, gpu, cuda, hip] #, triton] #, ptx]
backend: [llvm, clang, gpu, cuda, hip, ptx] #, triton]
name: Tests on (${{ matrix.backend }})
runs-on: ubuntu-latest