From b558a14321ccebeeebb2e9b92da7949bcd80c9cd Mon Sep 17 00:00:00 2001 From: Alexander Penev Date: Wed, 2 Oct 2024 13:54:04 +0000 Subject: [PATCH] Coverage CUDA self-hosted --- .github/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b00493b37..61275a2d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -129,6 +129,15 @@ jobs: extra_cmake_options: '-DCLAD_ENABLE_ENZYME_BACKEND=On' #clang-format: true + - name: selfh-ubu22-gcc11-runtime11-analyzers + os: self-hosted #ubuntu-22.04 + compiler: gcc-11 + clang-runtime: '11' + coverage: true + cuda: true + extra_cmake_options: '-DCLAD_ENABLE_ENZYME_BACKEND=On' + #clang-format: true + - name: ubu20-gcc7-runtime11-benchmarks os: ubuntu-20.04 compiler: gcc-7