Skip to content

Conversation

apaszke
Copy link
Contributor

@apaszke apaszke commented Jan 27, 2017

Let the travis finish the build before merging, so we can be sure that it works ok now.

@apaszke apaszke force-pushed the travis branch 2 times, most recently from 3a45090 to 65882da Compare January 27, 2017 22:06
@lukeyeager lukeyeager mentioned this pull request Jan 27, 2017
@apaszke apaszke force-pushed the travis branch 5 times, most recently from c876015 to 51a8f2d Compare January 27, 2017 23:19
@apaszke apaszke merged commit 9c41151 into master Jan 27, 2017
@apaszke apaszke deleted the travis branch January 27, 2017 23:28
@lukeyeager
Copy link
Contributor

Wow, nice use of ccache!

@apaszke
Copy link
Contributor Author

apaszke commented Jan 27, 2017

Thanks 😎 Our GPU contbuilds have been using it for some time now and it saves us a lot of time.

@soumith
Copy link
Member

soumith commented Jan 27, 2017

@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
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
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants