
- Mac cuda driver update required mac os x#
- Mac cuda driver update required driver#
- Mac cuda driver update required pro#
6 tests from FlattenLayerTest/3, where TypeParam = caffe::GPUDeviceĮ0217 07:42:05.704968 758 common.cpp:104] Cannot create Cublas handle. Note: Randomizing tests' orders with a seed of 19616.
Mac cuda driver update required driver#
Support host page-locked memory mapping: Yesĭevice supports Unified Addressing (UVA): Yesĭevice PCI Domain ID / Bus ID / location ID: 0 / 1 / 0ĭeviceQuery, CUDA Driver = CUDART, CUDA Driver Version = 7.5, CUDA Runtime Version = 7.5, NumDevs = 1, Device0 = GeForce GT 750M Max dimension size of a grid size (x,y,z): (2147483647, 65535, 65535)Ĭoncurrent copy and kernel execution: Yes with 1 copy engine(s) Max dimension size of a thread block (x,y,z): (1024, 1024, 64) Maximum number of threads per block: 1024

Maximum number of threads per multiprocessor: 2048 Total number of registers available per block: 65536 Total amount of shared memory per block: 49152 bytes Total amount of constant memory: 65536 bytes Maximum Layered 1D Texture Size, (num) layers 1D=(16384), 2048 layers ( 2) Multiprocessors, (192) CUDA Cores/MP: 384 CUDA Cores Total amount of global memory: 2048 MBytes (2147024896 bytes) Probably some bug or checksum error in cutorch.ĬUDA Device Query (Runtime API) version (CUDART static linking)ĬUDA Driver Version / Runtime Version 7.5 / 7.5ĬUDA Capability Major/Minor version number: 3.0 So I have sufficient confident to believe the "CUDA driver version is insufficient for CUDA runtime version" error is related to cutorch and not cuda.
Mac cuda driver update required mac os x#
I have the same problem, running mac OS X 10.11 with coda 7.5, i run deviceQuery and everything looks normal, and when i run theano on gpu, also runs smoothly, the only issues arise with torch.


0) CUDA driver version is insufficient for CUDA runtime version 6 tests from SGDSolverTest/3, where TypeParam = N5caffe9DoubleGPUE I uncommented out CPU_ONLY : =1 in my nfig, then use make runtest.
Mac cuda driver update required pro#
I'm running this on a MacBook Pro with OS X Mavericks.Īny idea how I could solve this issue? Software details are: 3 tests from BlobSimpleTest/0, where TypeParam = float

Note: Randomizing tests' orders with a seed of 28931. Then make all and make test, runs with out any error but after doing "make runtest", It get this error. I followed steps given here:Īfter copying from nfig (uncommented the required part)
