We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2991d6b commit eb4b555Copy full SHA for eb4b555
.github/workflows/reusable_gpu.yml
@@ -53,7 +53,7 @@ jobs:
53
compiler: {c: cl, cxx: cl}
54
number_of_processors: '$Env:NUMBER_OF_PROCESSORS'
55
56
- runs-on: ["DSS-${{inputs.name}}", "DSS-${{matrix.os}}"]
+ runs-on: ["DSS-${{inputs.name}}", "DSS-${{matrix.os}}"] # "DSS-L0-BMG"
57
steps:
58
- name: Checkout
59
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
0 commit comments