1
WuwuGin 2018-11-16 09:47:28 +08:00 1
没用过,但是听他们说的和 n 卡差别还是挺大的,硬件限制。
|
3
WuwuGin 2018-11-16 11:06:13 +08:00
AMD: Powerful But Lacking Support
HIP via ROCm unifies NVIDIA and AMD GPUs under a common programming language which is compiled into the respective GPU language before it is compiled to GPU assembly. If we would have all our GPU code in HIP this would be a major milestone, but this is rather difficult because it is difficult to port the TensorFlow and PyTorch code bases. TensorFlow has some support for AMD GPUs and all major networks can be run on AMD GPUs, but if you want to develop new networks some details might be missing which could prevent you from implementing what you need. The ROCm community is also not too large and thus it is not straightforward to fix issues quickly. There also does not seem to be much money allocated for deep learning development and support from AMD ’ s side which slows the momentum. However, AMD GPUs show strong performance compared to NVIDIA GPUs and the next AMD GPU the Vega 20 will be a computing powerhouse which will feature Tensor-Core-like compute units. Overall I think I still cannot give a clear recommendation for AMD GPUs for ordinary users that just want their GPUs to work smoothly. More experienced users should have fewer problems and by supporting AMD GPUs and ROCm/HIP developers they contribute to the combat against the monopoly position of NVIDIA as this will greatly benefit everyone in the long-term. If you are a GPU developer and want to make important contributions to GPU computing, then an AMD GPU might be the best way to make a good impact over the long-term. For everyone else, NVIDIA GPUs might be the safer choice. |
4
Greendays 2018-11-16 11:31:28 +08:00
反正比 CPU 快,至于有没有 CUDA 快。。。还是等专业人士来回答吧
|
5
Rorysky OP |