-
Notifications
You must be signed in to change notification settings - Fork 2k
Conversation
Please send us the signed CLA before we can accept your contribution Thanks! |
To reply to the question in the other thread- the reason I want to use 6.5 is because I have an old NVIDIA card that isn't compatible with the 352 driver. |
Which GPU do you have? |
Here are the details of the GPU I have. I think I'll just buy a new card. I ran into issues running the code I wanted to run (CUBLAS_STATUS_EXECUTION_FAILED) Device 0: "GeForce 8400GS" deviceQuery, CUDA Driver = CUDART, CUDA Driver Version = 6.5, CUDA Runtime Version = 6.5, NumDevs = 1, Device0 = GeForce 8400GS |
Wow, that's an old GPU indeed, you won't be able to run a lot of CUDA code with this. |
Um 1.2 architecture on CUDA 6.5-19, @flx42 you're sure about this ? |
Oh no it won't work, but I would be happy to accept the contribution anyway if he fixes the PR. |
I don't have access to a printer at the moment to sign the CLA. Feel free to add the 6.5 support without my PR. |
Yea new GPU received today. I'm excited to put this baby to the test: Device 0: "GeForce GTX 950" deviceQuery, CUDA Driver = CUDART, CUDA Driver Version = 7.5, CUDA Runtime Version = 7.5, NumDevs = 1, Device0 = GeForce GTX 950 |
I tested this on my system and it seems to work.