From 5098b9022f73e04fda5e4ef1d5747a4cc5f2871f Mon Sep 17 00:00:00 2001 From: Setepenre Date: Fri, 2 Jun 2023 12:10:55 -0400 Subject: [PATCH] Re-enable ROCm tests --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f3c315641..c21fea663 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,8 +27,8 @@ jobs: include: - arch: cuda exclude : "no-cuda" - # - arch: rocm - # exclude : "no-rocm" + - arch: rocm + exclude : "no-rocm" runs-on: [self-hosted, "${{ matrix.arch }}"]