Friday, 15 March 2013

Cuda support on GeForce G210M -


I am trying to install Cuda with GeForce G210M on my laptop, but I'm not sure that the compile Nvcc -arch = ...

Here's my DeviceCliad output:

  ./setup device is starting ... CUDA devices Query (runtime API) version (CUDART static linking) 1 seuda enabled device (devices) detected device 0: "GeForce G210M" CUDA driver version / r Nettime Version 6.0 / 5.5 CUDA Capacity Major / Short Version Number: 1.2 Total amount of global memory: 511 MBytes (536150016 bytes) (2) Multiprocessor, (8) CUDA Core / MP3 16 CUDA Core GPU clock rate: 1468 MHz (1.47 Giga) Memory clock rate: 500 MHz Memory bus width: 64-bit maximum texture dimension size (X, Y, Z) 1D = (8192), 2D = (65536, 32768), 3D = (2048, 2048 , 2048) Maximum layered 1D texture size, (number) layers 1D = (8192), 512 layers Maxi MAM layered 2D texture Total number of shared memory: 65386 bytes per block shared memory: Total number of total registers available: 16384 Warranty size: 32 per multiprocessor Maximum number of threads: Maximum number of 1024 threads per thread: Maximum dimension size of 512 thread block (X, Y, Z): (512, 512, 64) Size of maximum movement size (x, y, z): (65535, 65535, 1) Maximum memory pitch: 2147483647 bytes Navat alignment: 256 byte concurrent copy and kernel execution: Yes 1 with copy engine: Run the deadline on the corners: Yes Integrated GPU sharing Memory memory: No support host page-lock Memory mapping: Yes Surface alignment requirement: Yes in device ECC Support: Integrated Integrated Device Supports Integrated Ressing (UVA): No Device PCI Bus ID / PCI Location ID: 1/0 Compute Mode: & lt; Default (multiple hosts can use threads: together with cudaSetDevice () device) & gt; Device Skid, CUDA Driver = Curture, Qued Driver Version = 6.0, CUDA Runtime Version = 5.5, Numdiv = 1, Device 0 = Geo Force G 210m Result = Pass  

The line you are looking for is with compute capability .

CUDA Capacity Head / Minor version number: 1.2

So you should use the flag -arch = sm_12 during compiling:

  nvcc -arch = sm_12  

No comments:

Post a Comment