From def2c720e34e51a3d94a6bbfb2f7e99a3e094ed3 Mon Sep 17 00:00:00 2001 From: Allison Piper Date: Mon, 22 Apr 2024 23:15:30 +0000 Subject: [PATCH] Short group name. --- ci/compute-matrix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/compute-matrix.py b/ci/compute-matrix.py index 9f2d19e70de..ea614ea178a 100755 --- a/ci/compute-matrix.py +++ b/ci/compute-matrix.py @@ -168,7 +168,7 @@ def generate_dispatch_group_name(matrix_job): if device_compiler['name'] == 'nvcc': compiler_info = f"nvcc {host_compiler_name}" elif device_compiler['name'] == 'llvm': - compiler_info = f"clang-cuda-{device_compiler['version']}" + compiler_info = f"clang-cuda" else: compiler_info = f"{device_compiler['name']}-{device_compiler['version']} {host_compiler_name}"