From 492c8204dda29ba23a7fe86edf0d3eaec3c4f23f Mon Sep 17 00:00:00 2001 From: Alexander Penev Date: Sat, 31 Aug 2024 08:42:14 +0000 Subject: [PATCH] [cuda][ci] Run the cuda tests on a self-hosted runner with a gpu. --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04a2ecec2..8cf88d095 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -238,6 +238,13 @@ jobs: clang-runtime: '10' cuda: true + - name: selfh-ubu20-clang9-runtime10-cuda + os: self-hosted #ubuntu-20.04 + runs-on: cuda + compiler: clang-9 + clang-runtime: '10' + cuda: true + - name: ubu20-clang9-runtime15 os: ubuntu-20.04 compiler: clang-9