Search found 2 matches
- Thu Sep 08, 2016 11:33 pm
- Forum: Problems with NVidia drivers
- Topic: Is Tesla K40C a Cuda-enabled GPU card ?
- Replies: 4
- Views: 2851
Re: Is Tesla K40C a Cuda-enabled GPU card ?
Dear Sir, Thanks for ur reply. Below is the full text of command lspci... [root@CVLab1 CVLab]# lspci | grep -i nvidia 02:00.0 3D controller: NVIDIA Corporation GK110GL [Tesla K40c] (rev a1) [root@CVLab1 CVLab]# gcc --version gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-4) Copyright (C) 2010 Free Software...
- Wed Sep 07, 2016 12:40 am
- Forum: Problems with NVidia drivers
- Topic: Is Tesla K40C a Cuda-enabled GPU card ?
- Replies: 4
- Views: 2851
Is Tesla K40C a Cuda-enabled GPU card ?
I have installed centOS 6.5 and window 8.1 OS on my Machine (GPU Superserver 7048 GR-TR with NVIDIA TESLA K40C). I have successfully compiled a test program hello.cu by using following commands #nvcc –arch sm_20 hello.cu –o hello I couldn’t execute it. I have entered the following commands to verify...