Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
0c71be74
Unverified
Commit
0c71be74
authored
Feb 01, 2021
by
Nikita Titov
Committed by
GitHub
Feb 01, 2021
Browse files
added compiler in CUDA job name (#3888)
parent
b8cfaf61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/cuda.yml
.github/workflows/cuda.yml
+1
-1
No files found.
.github/workflows/cuda.yml
View file @
0c71be74
...
@@ -16,7 +16,7 @@ env:
...
@@ -16,7 +16,7 @@ env:
jobs
:
jobs
:
test
:
test
:
name
:
cuda ${{ matrix.cuda_version }} ${{ matrix.method }} (linux, Python ${{ matrix.python_version }})
name
:
cuda ${{ matrix.cuda_version }} ${{ matrix.method }} (linux,
${{ matrix.compiler }},
Python ${{ matrix.python_version }})
runs-on
:
[
self-hosted
,
linux
]
runs-on
:
[
self-hosted
,
linux
]
timeout-minutes
:
60
timeout-minutes
:
60
strategy
:
strategy
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment