[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
gpu [2017/03/16 17:10]
kocmanek [TensorFlow]
gpu [2017/03/16 17:11]
kocmanek [Installed toolkits]
Line 97: Line 97:
   /usr/local/cuda/samples/1_Utilities/deviceQuery/deviceQuery   /usr/local/cuda/samples/1_Utilities/deviceQuery/deviceQuery
     # shows CUDA capability etc.     # shows CUDA capability etc.
 +    
 +=== Select GPU device ===
 +
 +Use variable CUDA_VISIBLE_DEVICES to constrain tensorflow to compute only on the selected one. For the use of first GPU use (GPU queue do this for you):
 +  export CUDA_VISIBLE_DEVICES=0
 +
 +To list available devices, use:
 +  /opt/cuda/samples/1_Utilities/deviceQuery/deviceQuery | grep ^Device
 +
 ===== Performance tests ===== ===== Performance tests =====
  
Line 119: Line 128:
 | lucifer4   | 8x cores CPU                        134:41:22 |  | | lucifer4   | 8x cores CPU                        134:41:22 |  |
 | victoria   | GeForce GT 630; cc3.0              |        --- | never run, same GPU as Arc | | victoria   | GeForce GT 630; cc3.0              |        --- | never run, same GPU as Arc |
- 
- 
-===== Installed toolkits ===== 
- 
-//This should mention where each interesting toolkit lives (on a particular machine).// 
- 
  
  

[ Back to the navigation ] [ Back to the content ]