-
Notifications
You must be signed in to change notification settings - Fork 6.8k
CUDA 10 Support and Testing #12877
Comments
@sbodenstein thanks for your issue. |
The code for cuda 10 pip release is ready. We need to request to increase the size limit of mxnet-cu100/mxnet-cu100mkl pip packages to 600mb. @dstufft used to help us with these requests but I haven't heard from him yet. We may need to request this through github issues on pypa repo this time but I don't have enough time to drive this right now. |
looks like this pypi is slow to respond, is there another release channel we can use? |
Unfortunately, no... |
s3? |
Are there any news about mxnet-cu100 pip release? |
@yajiedesign opened an issue and it's currently sitting in pypi/warehouse#4986 |
@szha Can you please post the link to the artifacts in s3 when they're ready? |
@UnclaimedPants will do |
I've been working towards an event recently so unfortunately, I haven't got to this yet. I will try to find some cycles on this around 12/3 |
Upload limit for mxnet-cu100 and mxnet-cu100mkl was increased on PyPI! |
CUDA10 versions are being published now. |
Now that CUDA 10 and Turing GPUs are out, what are the plans for adding testing for CUDA 10 builds?
For example, we've had breakages with building MXNet with CUDA 10 on OSX (eg
MXImperativeInvoke
seems to cause corruption of NDArrays).The text was updated successfully, but these errors were encountered: