remove triton (#2396)

This commit is contained in:
George Hotz
2023-11-23 07:40:59 -08:00
committed by GitHub
parent 8656eebb42
commit 66c75f30c6
7 changed files with 12 additions and 16 deletions

View File

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