microsoft / CNTK

Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
https://docs.microsoft.com/cognitive-toolkit/
Other
17.51k stars 4.28k forks source link

Volta ? #2550

Open DHOFM opened 6 years ago

DHOFM commented 6 years ago

As mentinoned here: https://github.com/Microsoft/CNTK/issues/2194 you are planning to support Volta GPU. Since CUDA 9 is out, are there Updates ? Will CNTK make use of the 120 TFLOPS (theoretically) ? Will V100 GPUs come to Azure ( they are available in AWS now ) ???

Thanks, Dirk

cha-zhang commented 6 years ago

We are not the Azure team so we can't answer your question regarding V100 availability.

We are trying to give 16bit support by this iteration, still on track although with some issues with our build environment.

rfernand2 commented 6 years ago

Any updates on support for V100 (and new Titan V)? Besides the 16bit support, are other changes required to take advantage of the tensor cores?

ke1337 commented 6 years ago

Please take a look at a WIP branch kedeng/CUDA9 if you want to try on V100. There are some cuda code changes needed to make use of TensorCore.