CUDA for M1 MacBook Pro
Show older comments
Hi, i would like to ask is there a way to install CUDA for my M1 MacBook Pro (13-inch, M1, 2020) version 12 ?
I'm working on aproject on deep learning using Matlab, i've downloaded the MatConvNet library, and i have Xcode version 13.4.1, but i couldn't install CUDA because it shown that it is no longer supports Mac! any suggestions about how to fix this sitiuation? i need it for my MSc project.
thank you.
1 Comment
Ram Kokku
on 15 Jan 2023
@Walter Roberson - thank you for chiming in.
@Fatemah Aladwani - Apple devices do not have NVIDIA GPUs (at least the ones that Apple produced in the last seven years). CUDA is a programming language for NVIDIA GPUs only. So, CUDA is not useful for Apple devices. Apple has its own integrated GPUs and Neural Processing Units to run compute-heavy loads like Machine Learning, etc.,; Apple's Metal is the programming language for these devices. As Walter stated in the earlier response, MATLAB does not currently support Apple's GPU and NPU. If your goal is to run inference, not training, the CPU may be able to provide good performance. You can use MATLAB with Rosetta or MATLAB Coder for this.
Accepted Answer
More Answers (1)
Andrea Picciau
on 21 Jun 2022
1 vote
Hi Fatemah,
You might be interested in this blog article of ours: Exploring the MATLAB beta for Native Apple Silicon. This talks about how to run MATLAB on the M1 chips (beta!).
Categories
Find more on Get Started with GPU Coder in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!