CUDA for M1 MacBook Pro
Ältere Kommentare anzeigen
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 Kommentar
Ram Kokku
am 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.
Akzeptierte Antwort
Weitere Antworten (1)
Andrea Picciau
am 21 Jun. 2022
1 Stimme
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!).
Kategorien
Mehr zu Parallel and Cloud finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!