ITzTravelInTime Posted September 26, 2017 Share Posted September 26, 2017 cool, lucky i already have cuda 9 rc installed with the toolkit and the set Link to comment Share on other sites More sharing options...
mitch_de Posted September 26, 2017 Share Posted September 26, 2017 CUDA 9 now official ! Now you could try nbody (also pascal), DL from post #266. PS: As always, because CUDA-Z (an cuda info tool) stops working with CUDA 9 - needs an update, its much to old. So you can use the nbody for example to check if cuda works. 1 Link to comment Share on other sites More sharing options...
phi777 Posted September 26, 2017 Share Posted September 26, 2017 Just of curiosity : How about the size of cuda 8 vs 9 ??? Will be metal "2" supported within the new web drivers, what do you think? With eGPU there are very interesting times coming considering deep learning/openCL and CUDA related programming, I think. -> https://github.com/AaronJackson/vrn (be blown away clicking on the "here"link....) Link to comment Share on other sites More sharing options...
Guest ricoc90 Posted September 26, 2017 Share Posted September 26, 2017 You're using vanilla driver and it does not support this new cuda version. Web driver should. Ah duh. I forgot that I'm on High Sierra now Link to comment Share on other sites More sharing options...
themacmeister Posted September 27, 2017 Share Posted September 27, 2017 Latest CUDA not working on 10.13 nbody shows no devices CUDA-Z no help at all. Using Web Driver, going to try Apple Driver, but supposedly not supported with this CUDA version? Link to comment Share on other sites More sharing options...
Regi Yassin Posted September 28, 2017 Share Posted September 28, 2017 yap, i think the latest cuda is not working on HS, nbody shows no device, in pref panes said update required. Link to comment Share on other sites More sharing options...
fantomas Posted September 28, 2017 Author Share Posted September 28, 2017 @Regi Yassin Was the same thing in Sierra debut: http://www.insanelymac.com/forum/topic/314814-cuda-support-in-sierra/?p=2277984 1 Link to comment Share on other sites More sharing options...
Regi Yassin Posted September 28, 2017 Share Posted September 28, 2017 @Regi Yassin Was the same thing in Sierra debut: http://www.insanelymac.com/forum/topic/314814-cuda-support-in-sierra/?p=2277984 those method work in high sierra libcuda_378.05.05.25_mercury.dylib > libcuda_378.10.10.10_mercury.dylib /Library/Frameworks/CUDA.framework/Versions/A/Resources/Info.plist > add new key 378.10.10.10 for now only tested with nbody, gonna try with premiere thank you for the info @fantomas1 5 Link to comment Share on other sites More sharing options...
mitch_de Posted September 28, 2017 Share Posted September 28, 2017 Great you got nbody (comipled with pascal support, some page before) to run. Did you run in 60 FPS Limit with your fast card? (even with key + for more bodies?) You win against my GT 1030 (and it won to my older GTX 650 much ) Link to comment Share on other sites More sharing options...
Z800MAC Posted September 28, 2017 Share Posted September 28, 2017 those method work in high sierra libcuda_378.05.05.25_mercury.dylib > libcuda_378.10.10.10_mercury.dylib /Library/Frameworks/CUDA.framework/Versions/A/Resources/Info.plist > add new key 378.10.10.10 for now only tested with nbody, gonna try with premiere thank you for the info @fantomas1 it working . Thanks you Link to comment Share on other sites More sharing options...
Badruzeus Posted September 28, 2017 Share Posted September 28, 2017 those method work in high sierra libcuda_378.05.05.25_mercury.dylib > libcuda_378.10.10.10_mercury.dylib /Library/Frameworks/CUDA.framework/Versions/A/Resources/Info.plist > add new key 378.10.10.10 for now only tested with nbody, gonna try with premiere thank you for the info @fantomas1 Nice, thanks! Link to comment Share on other sites More sharing options...
lalya Posted September 28, 2017 Share Posted September 28, 2017 Hello, here is the content of my "/Library/Frameworks/CUDA.framework/Versions/A/Resources/Info.plist" <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleIdentifier</key> <string>com.nvidia.CUDA</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> <string>CUDA</string> <key>CFBundlePackageType</key> <string>FMWK</string> <key>CFBundleShortVersionString</key> <string>9.0.197</string> <key>CFBundleSignature</key> <string>???</string> <key>CFBundleVersion</key> <string>9.0.197</string> <key>MaxSupportedNVDAResmanVersion</key> <string>37805</string> <key>NSHumanReadableCopyright</key> <string>© NVIDIA, 2017</string> <key>NVDAResmanVersions</key> <dict> <key>355.10.05.05</key> <string>355.10.05.05</string> <key>355.10.05.15</key> <string>355.10.05.15</string> <key>355.10.05.35</key> <string>355.10.05.35</string> <key>355.10.05.45</key> <string>355.10.05.45</string> <key>355.10.05.55</key> <string>355.10.05.55</string> <key>367.15.10.05</key> <string>367.15.10.05</string> <key>367.15.10.15</key> <string>367.15.10.15</string> <key>367.15.10.25</key> <string>367.15.10.25</string> <key>367.15.10.35</key> <string>367.15.10.35</string> <key>367.15.10.45</key> <string>367.15.10.45</string> <key>378.05.05.05</key> <string>378.05.05.05</string> <key>378.05.05.15</key> <string>378.05.05.15</string> <key>378.05.05.25</key> <string>378.05.05.25</string> </dict> </dict> </plist> Can you tell me which value do I have to change ? I tried to change: <key>378.05.05.25</key> <string>378.05.05.25</string> to: <key>378.10.10.10</key> <string>378.10.10.10</string> But still CUDA doesn't work and ask for an update. Please can you help me? Thanks. Link to comment Share on other sites More sharing options...
lalya Posted September 28, 2017 Share Posted September 28, 2017 use this terminal command because you're changement is broken sudo cp /Library/Frameworks/CUDA.framework/Versions/A/Libraries/libcuda_378.05.05.25_mercury.dylib /Library/Frameworks/CUDA.framework/Versions/A/Libraries/libcuda_378.10.10.10_mercury.dylib Thanks fabiosun, you're great ! Link to comment Share on other sites More sharing options...
J. R. Haim Posted September 29, 2017 Share Posted September 29, 2017 DaVinci and Premiere are CUDA OK :-) I done everything you said and now cuda is active in cuda-z and not asking me for update, but it don't work in premiere and after effects. Can you please help me and tell me is there any additional step? Thanks in advance. J. Link to comment Share on other sites More sharing options...
mitch_de Posted September 29, 2017 Share Posted September 29, 2017 If you tried the small cuda test apps ( i uploaded last page) then CUDA works. But it can be, always with newer CUDA versions, that some CUDA accell software may not detect CUDA because they check for some special CUDA version or similar probs came up. So irs good, if you want to compare / find out why your Premiere not use CUDA and other told premiere OK that you compare software versions of the used Adobe products. The software version of the apps can matter in this case - CUDA works or not. Link to comment Share on other sites More sharing options...
J. R. Haim Posted September 29, 2017 Share Posted September 29, 2017 In latest versions of Premiere CC and After Effects CC, CUDA is not detected. Link to comment Share on other sites More sharing options...
J. R. Haim Posted September 29, 2017 Share Posted September 29, 2017 The only thing that is different is my graphic card. I have GTX 650 Ti. Worked perfectly in Sierra, but it seems it has a problem in High Sierra. I will try to find out if there is some additional steps for older cards. Thanks a lot my friend. J. p.s. here is my cuda information in attachment Link to comment Share on other sites More sharing options...
J. R. Haim Posted September 29, 2017 Share Posted September 29, 2017 Maybe, we shall when official cuda drivers released so it might be ok Thanks again. Link to comment Share on other sites More sharing options...
mitch_de Posted September 29, 2017 Share Posted September 29, 2017 Yep , but its not only newer CUDA drivers for such probs, also the CUDA accel App must handle /know newer CUDA compute units. If app is i bit stupid and checks compute cabability to easy it may not see newest CUDA card! Happend even to CUDA-Z in the past with newer cuda drivers = CUDA-Z cant see the gpu . But i think Adobe will look for that and if necessary updates the cuda check part of their sw. If an official (buyed) user i would also contact support about the cuda /+ pascal problem,,, 1 Link to comment Share on other sites More sharing options...
fantomas Posted September 29, 2017 Author Share Posted September 29, 2017 Maybe, we shall when official cuda drivers released so it might be ok Thanks again. Official cuda driver has already been released - Check post #1. It is the same one that you can find on Nvidia (en) web-page: http://www.nvidia.com/object/macosx-cuda-9.0.197-driver.html 1 Link to comment Share on other sites More sharing options...
Badruzeus Posted September 29, 2017 Share Posted September 29, 2017 Official cuda driver has already been released - Check post #1. It is the same one that you can find on Nvidia (en) web-page: http://www.nvidia.com/object/macosx-cuda-9.0.197-driver.html The official web said that it only supports 10.12.x, but here I'm running Cuda 9.0.197 with Nvidia WebDriver 346.03.15f09 under El Capitan 10.11.6 (15G17013) w/o any incompatibily warning, nice! Link to comment Share on other sites More sharing options...
LockDown Posted September 29, 2017 Share Posted September 29, 2017 @mitch_de are you using CUDA on your GT 1030? was there an improvement? Link to comment Share on other sites More sharing options...
mitch_de Posted September 29, 2017 Share Posted September 29, 2017 No, i dont have any CUDA accell app (like Adobe,.....) - onyl tested with the test tools device query & nbody. In the past TOAST ( i have ,used CUDA for encoding too, but in later versions not anymore) 1 Link to comment Share on other sites More sharing options...
LockDown Posted September 30, 2017 Share Posted September 30, 2017 No, i dont have any CUDA accell app (like Adobe,.....) - onyl tested with the test tools device query & nbody. In the past TOAST ( i have ,used CUDA for encoding too, but in later versions not anymore) hdmi audio works? Link to comment Share on other sites More sharing options...
mitch_de Posted September 30, 2017 Share Posted September 30, 2017 Sorry, i not use HDMI Audio But what i can say thats much much faster (3-5 times!) in CUDA, OpenCL Benches than my GTX 650 - which wasnt slow. Also OpernGL is up to 2 times faster But most speedup by overholed pascal compute cores vs Kepler cores. I am sure even an highend Fermi gpu would be bet by the 1030 in gpu compute tasks. Sure GT 1050+ are even more faster - but i like small 30 Watt card very much. Much faster than GTX 650 and less watts. 1 Link to comment Share on other sites More sharing options...
Recommended Posts