neděle 7. srpna 2016

Installing CUDA on MacOS

Installing CUDA on MacOS developed to a bit of challenge so here is how to do:

  1. Download cuda_7.5.27_mac.dmg & install
  2. Download cuDNN & install:
  3. Test CUDA:
It failed on with with "ld: framework not found CUDA" error. The solution was to edit every Makefile and replace "-framework CUDA" with "-F/Library/Frameworks -framework CUDA". I actually used IntelliJ IDEA to do the job.

Žádné komentáře:

Okomentovat