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
tsoc
superbenchmark
Commits
3296265c
Unverified
Commit
3296265c
authored
Apr 12, 2021
by
Yifan Xiong
Committed by
GitHub
Apr 12, 2021
Browse files
CI/CD: Add Feature - Add azure pipelines for CUDA tests (#44)
* add azure pipelines for CUDA tests
parent
57114294
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
.azure-pipelines/cuda-unit-test.yml
.azure-pipelines/cuda-unit-test.yml
+27
-0
No files found.
.azure-pipelines/cuda-unit-test.yml
0 → 100644
View file @
3296265c
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT license.
trigger
:
-
master
-
dev
pool
:
name
:
SuperBench CI
vmImage
:
ubuntu-latest
container
:
image
:
nvcr.io/nvidia/pytorch:20.12-py3
steps
:
-
script
:
|
python3 -m pip install .[test,torch]
displayName
:
Install dependencies
-
script
:
|
python3 setup.py lint
displayName
:
Run code lint
-
script
:
|
python3 setup.py test
displayName
:
Run unit tests
-
script
:
|
bash <(curl -s https://codecov.io/bash)
displayName
:
Report coverage results
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