arathorn2nd Posted May 3, 2017 Share Posted May 3, 2017 Hello there! I'm considering updating my trusty nVidia GT 640 for a newer pascal card. I've found one that seems to be recommended for its good support with nvidia web drivers: GIGABYTE GEFORCE GTX 1050 TI 4GB GDDR5 128BIT, GV-N105TD5-4GD The question is, does anyone knows if CUDA and cudNN works with the web drivers? I'm currently working on neural networks using TensorFlow and that would be a requirement for me. Anyone using CUDA with a pascal card? Thanks a lot! Link to comment https://www.insanelymac.com/forum/topic/323373-cuda-cudnn-on-gigabyte-gtx-1050-ti-gv-n105td5-4gd/ Share on other sites More sharing options...
duffs Posted May 5, 2017 Share Posted May 5, 2017 Hi ! i'm using 1050. cuda driver is loaded ver. 8.0.81. kextstat | grep -i cuda 121 0 0xffffff7f82865000 0x2000 0x2000 com.nvidia.CUDA (1.1.0) DD792765-CA28-395A-8593-D6837F05C4FF <4 1> i think it works, but i'm getting this error when try to compile samples from cuda toolkit. on sierra for 8.0 cuda. xcode 8.3 nvcc fatal : The version ('80100') of the host compiler ('Apple clang') is not supported Link to comment https://www.insanelymac.com/forum/topic/323373-cuda-cudnn-on-gigabyte-gtx-1050-ti-gv-n105td5-4gd/#findComment-2418029 Share on other sites More sharing options...
Funky frank Posted July 27, 2017 Share Posted July 27, 2017 Is that still a problem? Can you post some benchmarks please? Link to comment https://www.insanelymac.com/forum/topic/323373-cuda-cudnn-on-gigabyte-gtx-1050-ti-gv-n105td5-4gd/#findComment-2470387 Share on other sites More sharing options...
mitch_de Posted August 1, 2017 Share Posted August 1, 2017 I would check for cuda sdk (mac) updates first. Cuda will work but dev in CUDA (using SDK) is other thing - Xcode version must fit !! https://developer.nvidia.com/cuda-downloads Look, after selecting Mac, OS X version in the realease notes about what Xcode is supported. Often the newest and never beta version are not supported. June 2017 : CUDA Compilers. The CUDA compiler now supports Xcode 8.2.1. = No higher version support yet!!! For cuda dev you must downgrade Xcode. Link to comment https://www.insanelymac.com/forum/topic/323373-cuda-cudnn-on-gigabyte-gtx-1050-ti-gv-n105td5-4gd/#findComment-2472883 Share on other sites More sharing options...
mitch_de Posted August 5, 2017 Share Posted August 5, 2017 Upcoming CUDA 9 SDK perhaps will have support for newer Xcode! CUDA 9 RC SDK already available (Dev reg needed): https://developer.nvidia.com/compute/cuda/9.0/rc/local_installers/cuda_9.0.103_mac-dmg Link to comment https://www.insanelymac.com/forum/topic/323373-cuda-cudnn-on-gigabyte-gtx-1050-ti-gv-n105td5-4gd/#findComment-2474621 Share on other sites More sharing options...
Recommended Posts