This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changed print statments to use logging
changed Jenkinsfile to use redesigned system included config file for dependency analyzer minor fixes
- Loading branch information
Carl Tsai
committed
Aug 8, 2018
1 parent
f9ec677
commit 46b3c0f
Showing
6 changed files
with
63 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"tests/python/gpu/test_operator_gpu.py": [ | ||
"test_operator.py", | ||
"test_optimizer.py", | ||
"test_random.py", | ||
"test_exc_handling.py", | ||
"test_sparse_ndarray.py", | ||
"test_sparse_operator.py", | ||
"test_ndarray.py" | ||
], | ||
"tests/python/gpu/test_gluon_gpu.py": [ | ||
"test_gluon.py", | ||
"test_loss.py", | ||
"test_gluon_rnn.py" | ||
], | ||
"tests/python/mkl/test_quantization_mkldnn.py": [ | ||
"test_quantization.py" | ||
], | ||
"tests/python/quantization_gpu/test_quantization_gpu.py": [ | ||
"test_quantization.py" | ||
] | ||
} |