I have an early 2015 macbook pro with a Intel Iris Graphics 6100 1536 MB graphics card, which doesn’t support CUDA to my knowledge.
Are there other options that would allow me to run Pytorch with GPU support?
I have an early 2015 macbook pro with a Intel Iris Graphics 6100 1536 MB graphics card, which doesn’t support CUDA to my knowledge.
Are there other options that would allow me to run Pytorch with GPU support?
CUDA is NVIDIA’s proprietary GPGPU language and environment, so it needs NVIDIA’a card and won’t run on other manufacturers’ cards. So it leaves us with the following options:
Hope this helps a bit.
Thanks! Do you know of any good references for Pytorch with OpenCL?