Reputation: 39
Does TensorFlow
have GPU support for a late 2015 mac
running an AMD Radeon R9 M370X
AMD Radeon R9 M370X:
Chipset Model: AMD Radeon R9 M370X
Type: GPU
Bus: PCIe
PCIe Lane Width: x8
VRAM (Total): 2048 MB
Vendor: ATI (0x1002)
Device ID: 0x6821
Revision ID: 0x0083
ROM Revision: 113-C5670E-777
Automatic Graphics Switching: Supported
gMux Version: 4.0.20 [3.2.8]
EFI Driver Version: 01.00.777
Metal: Supported
Upvotes: 3
Views: 7003
Reputation: 7945
With NVIDIA you could easily do it with CUDA but since you have AMD graphics card you can use OpenCL. I have tested it and it worked fine. You can get complete steps here. https://stackoverflow.com/a/60016869/6117565
Upvotes: 0
Reputation: 515
good news! tf-coriander support amd gpu for tensorflow. Proven on MBP2017AMD Radeon 560!!
Upvotes: 0
Reputation: 5162
OpenCL is currently not supported.
You can follow the progress here: https://github.com/tensorflow/tensorflow/issues/22
Upvotes: 1