Skip to content

Commit

Permalink
CUDA runner name change
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszstolarczuk committed Jan 29, 2025
1 parent 14dbae9 commit 9a36d44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ur-precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,14 @@ jobs:
runner_name: OPENCL
platform: "Intel(R) OpenCL"

# TODO: temporarily change runner name to UR_CUDA, as there's already CUDA runner here
cuda:
name: CUDA
needs: [source_checks]
uses: ./.github/workflows/ur-build-hw.yml
with:
adapter_name: CUDA
runner_name: CUDA
runner_name: UR_CUDA

hip:
name: HIP
Expand Down

0 comments on commit 9a36d44

Please sign in to comment.