Skip to content

Commit

Permalink
Short group name.
Browse files Browse the repository at this point in the history
  • Loading branch information
alliepiper committed Apr 22, 2024
1 parent 0c8e770 commit def2c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/compute-matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

Expand Down

0 comments on commit def2c72

Please sign in to comment.