-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Fix travis builds #614
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Fix travis builds #614
Conversation
This file contains hidden or 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
3a45090
to
65882da
Compare
Merged
c876015
to
51a8f2d
Compare
Wow, nice use of ccache! |
Thanks 😎 Our GPU contbuilds have been using it for some time now and it saves us a lot of time. |
@lukeyeager we built ccache support for nvcc in a fork (@colesbury built it). If you are interested, here's install/usage: https://github.com/pytorch/builder/blob/master/jenkins/pytorch/build_nimbix.sh#L37-L66 |
facebook-github-bot
pushed a commit
to facebookarchive/caffe2
that referenced
this pull request
May 30, 2017
Summary: As dzhulgakov said at #227 (comment), it would be nice to avoid this stream of CPU-only test fixes. The second fix could have been avoided if tests were run on TravisCI. I think the TravisCI infra could be greatly improved if we used ccache like your colleagues at PyTorch: pytorch/pytorch#614. Would you be interested in a PR which does this? Closes #547 Differential Revision: D5147405 Pulled By: akyrola fbshipit-source-id: 5e9a4571d364c5f0ed8a5e216c9b6136dd4d10be
facebook-github-bot
pushed a commit
to facebookarchive/caffe2
that referenced
this pull request
Jun 16, 2017
Summary: Uncached build: https://travis-ci.org/lukeyeager/caffe2/builds/239677224 Cached build: https://travis-ci.org/lukeyeager/caffe2/builds/239686725 * Parallel builds everywhere * All builds use CCache for quick build times (help from pytorch/pytorch#614, ccache/ccache#145) * Run ctests when available (continuation of #550) * Upgraded from cuDNN v5 to v6 * Fixed MKL build (by updating pkg version) * Fixed android builds (b6f905a#commitcomment-22404119) * ~~Building NNPACK fails with no discernible error message (currently disabled entirely)~~ * ~~Android builds continue to fail with existing error:~~ * ~~OSX builds time-out:~~ | Before | After | Changes | | --- | --- | --- | | COMPILER=g++ | linux | without CUDA | | COMPILER=g++-5 | linux-gcc5 | without CUDA | | COMPILER=g++ | linux-cuda | updated to cuDNN v6 | | BLAS=MKL | linux-mkl | updated pkg version | | BUILD_TARGET=android | linux-android | | | COMPILER=clang++ | osx | | | BUILD_TARGET=ios | osx-ios | | | BUILD_TARGET=android | osx-android | | | QUICKTEST | **GONE** | | | COMPILER=g++-4.8 | **GONE** | | | COMPILER=g++-4.9 | **GONE** | | Closes #735 Reviewed By: Yangqing Differential Revision: D5228966 Pulled By: bwasti fbshipit-source-id: 6cfa6f5ff05fbd5c2078beea79564f1f3b9812fe
zou3519
pushed a commit
to zou3519/pytorch
that referenced
this pull request
Mar 30, 2018
ezyang
pushed a commit
to ezyang/ATen
that referenced
this pull request
Apr 19, 2018
Summary: Uncached build: https://travis-ci.org/lukeyeager/caffe2/builds/239677224 Cached build: https://travis-ci.org/lukeyeager/caffe2/builds/239686725 * Parallel builds everywhere * All builds use CCache for quick build times (help from pytorch/pytorch#614, ccache/ccache#145) * Run ctests when available (continuation of facebookarchive/caffe2#550) * Upgraded from cuDNN v5 to v6 * Fixed MKL build (by updating pkg version) * Fixed android builds (facebookarchive/caffe2@b6f905a#commitcomment-22404119) * ~~Building NNPACK fails with no discernible error message (currently disabled entirely)~~ * ~~Android builds continue to fail with existing error:~~ * ~~OSX builds time-out:~~ | Before | After | Changes | | --- | --- | --- | | COMPILER=g++ | linux | without CUDA | | COMPILER=g++-5 | linux-gcc5 | without CUDA | | COMPILER=g++ | linux-cuda | updated to cuDNN v6 | | BLAS=MKL | linux-mkl | updated pkg version | | BUILD_TARGET=android | linux-android | | | COMPILER=clang++ | osx | | | BUILD_TARGET=ios | osx-ios | | | BUILD_TARGET=android | osx-android | | | QUICKTEST | **GONE** | | | COMPILER=g++-4.8 | **GONE** | | | COMPILER=g++-4.9 | **GONE** | | Closes facebookarchive/caffe2#735 Reviewed By: Yangqing Differential Revision: D5228966 Pulled By: bwasti fbshipit-source-id: 6cfa6f5ff05fbd5c2078beea79564f1f3b9812fe
zdevito
pushed a commit
to zdevito/ATen
that referenced
this pull request
Apr 19, 2018
Summary: Uncached build: https://travis-ci.org/lukeyeager/caffe2/builds/239677224 Cached build: https://travis-ci.org/lukeyeager/caffe2/builds/239686725 * Parallel builds everywhere * All builds use CCache for quick build times (help from pytorch/pytorch#614, ccache/ccache#145) * Run ctests when available (continuation of facebookarchive/caffe2#550) * Upgraded from cuDNN v5 to v6 * Fixed MKL build (by updating pkg version) * Fixed android builds (facebookarchive/caffe2@b6f905a#commitcomment-22404119) * ~~Building NNPACK fails with no discernible error message (currently disabled entirely)~~ * ~~Android builds continue to fail with existing error:~~ * ~~OSX builds time-out:~~ | Before | After | Changes | | --- | --- | --- | | COMPILER=g++ | linux | without CUDA | | COMPILER=g++-5 | linux-gcc5 | without CUDA | | COMPILER=g++ | linux-cuda | updated to cuDNN v6 | | BLAS=MKL | linux-mkl | updated pkg version | | BUILD_TARGET=android | linux-android | | | COMPILER=clang++ | osx | | | BUILD_TARGET=ios | osx-ios | | | BUILD_TARGET=android | osx-android | | | QUICKTEST | **GONE** | | | COMPILER=g++-4.8 | **GONE** | | | COMPILER=g++-4.9 | **GONE** | | Closes facebookarchive/caffe2#735 Reviewed By: Yangqing Differential Revision: D5228966 Pulled By: bwasti fbshipit-source-id: 6cfa6f5ff05fbd5c2078beea79564f1f3b9812fe
rohithkrn
pushed a commit
to rohithkrn/pytorch
that referenced
this pull request
Apr 8, 2020
Revert "Load torch_global_deps for Windows (pytorch#35177)" (pytorch#35355)
mrshenli
pushed a commit
to mrshenli/pytorch
that referenced
this pull request
Apr 11, 2020
Add serving batching: point to service-streamer tutorial
jjsjann123
pushed a commit
to jjsjann123/pytorch
that referenced
this pull request
Apr 11, 2021
Work in progress, still in experimental stage.
KyleCZH
pushed a commit
to KyleCZH/pytorch
that referenced
this pull request
Sep 20, 2021
* add rocm 4.0 manywheel support * in rocm4.0, libamdhip64.so.3 changed to *.so.4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Let the travis finish the build before merging, so we can be sure that it works ok now.