CUDA - My GPU (Quadro M2000M) is listed as CUDA compatible, but CUDA installation fails? -


i'm running nvidia quadro m2000m on windows 8.1. gpu listed compatible (compute compatibility 5.0) on developer.nvidia.com/cuda-gpus , when try installing cuda 7.5 (latest version), error "graphics driver not find compatible graphics hardware". further, when check device list of 7.5, m2000m not listed. tried hack device in .inf file, got same error. tried installing , running cuda via theano on python, got error message "cuda unavailable".

i tried rolling older versions (6.0, 5.5, 5.0), still recieved same error. has ideas?

thanks in advance.

i not have same gpu model, in order fix kind of problems when trying install cuda on windows proceed follows:

  1. download , install latest version of nvidia drivers offering support intended gpu.
  2. execute local installer cuda version need. in wizard deselect options install video driver.
  3. set environment variables, cudnn packages, etc.
  4. execute tests.

according install guide can use -s flag perform subpackage installation. deselect options not need in install wizard, described.

i hope helps.


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -