From 673c6463f9defd9497f80c23cefca6638dd5e734 Mon Sep 17 00:00:00 2001 From: George Hotz <72895+geohot@users.noreply.github.com> Date: Thu, 13 Aug 2026 13:14:40 -0700 Subject: [PATCH] disable HCQ2 for AMD CI (#17523) --- .github/workflows/benchmark.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 739f7242c0..b805c99694 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -94,7 +94,6 @@ jobs: shell: bash -e -o pipefail {0} env: DEV: ${{ matrix.dev }} - HCQ2: ${{ matrix.dev == 'AMD' && '1' || '0' }} if: github.repository_owner == 'tinygrad' steps: - name: Checkout Code @@ -149,7 +148,6 @@ jobs: shell: bash -e -o pipefail {0} env: DEV: ${{ matrix.dev }} - HCQ2: ${{ matrix.dev == 'AMD' && '1' || '0' }} if: github.repository_owner == 'tinygrad' steps: - name: Checkout Code @@ -202,7 +200,6 @@ jobs: shell: bash -e -o pipefail {0} env: DEV: ${{ matrix.dev }} - HCQ2: ${{ matrix.dev == 'AMD' && '1' || '0' }} if: github.repository_owner == 'tinygrad' steps: - name: Checkout Code @@ -252,7 +249,6 @@ jobs: shell: bash -e -o pipefail {0} env: DEV: ${{ matrix.dev }} - HCQ2: ${{ matrix.dev == 'AMD' && '1' || '0' }} if: github.repository_owner == 'tinygrad' steps: - name: Checkout Code