-
Notifications
You must be signed in to change notification settings - Fork 6.7k
pin Sphinx due to autodocsumm issue with v2.4.0 #17561
pin Sphinx due to autodocsumm issue with v2.4.0 #17561
Conversation
samskalicky
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You got some skills @aaronmarkham! Not sure how setting 2.2.2 results in:
[2020-02-11T07:37:34.895Z] [07:37:33] C:\jenkins_slave\workspace\build-gpu\src\resource.cc:279: Ignore CUDA Error [07:37:33] c:\jenkins_slave\workspace\build-gpu\src\storage\./pooled_storage_manager.h:97: CUDA:
[2020-02-11T07:37:34.895Z] unspecified launch failure
But if anybody can break GPUs with 2's its you...I restarted the job
Let's put in v🥈. 🥈. 🥈 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's get this merged! Retriggered the windows-gpu job!
|
Retriggerd failled CI job |
|
@aaronmarkham let's not change the title to avoid re-triggering all CI jobs. It's better to just re-trigger the failed job |
Doh! I forgot it did that. Lame. |
|
@mxnet-label-bot add [pr-awaiting-merge] |
|
hey @aaronmarkham: This PR can be reverted as the new version of autodocsumm (0.1.12) works well with sphinx 2.4.0 (see Chilipp/autodocsumm#22 (comment)) |
Awesome! I'll try it out. Thanks @Chilipp |
* Fix transformer.cu interleaved matmul for cuda arch < 5 (#17596) cublasGemmBatchedEx is only supported for GPU with architecture capabilities equal or greater than 5.0. Fixes a bug in #16408 * pin Markdown version to 3.1 in Julia doc build (#17549) * pin Sphinx due to autodocsumm issue with v4.2.0 (#17561) * pin python dependencies (#17556) * [CI] Fix static build pipeline (#17474) * 1.5.x CI fixes (#17426) * Fix numpy decorator * Workaround pytest-dev/pytest#5903 * Disable pylint warnings * Fix Edge build * Fix numpy decorator on Centos * Follow redirects when downloading apache-maven-3.3.9-bin.tar.gz Co-authored-by: Hao Jin <[email protected]> Co-authored-by: Aaron Markham <[email protected]>

Description ##https://github.com/apache/incubator-mxnet/pull/17561/commits
Fixes #17560
Comin' in 🌶 - haven't had a chance to run it through the full tests yet, but this issue is blocking, so let's see what CI thinks!
Edit: The reason I chose 2.2.2 is that 2.2.x was the latest version that was passing autodocsumm's CI. And v2.2.2 is the latest minor version of Sphinx offered on PyPi.