Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ nvidia-smi -L
- GPU 0: GeForce GTX TITAN Black (UUID: GPU-abcdef12-abcd-1234-1234-01234567890a)
- $ nvcc --version
- nvcc: NVIDIA (R) Cuda compiler driver
- Copyright (c) 2005-2013 NVIDIA Corporation
- Built on Thu_Mar_13_11:58:58_PDT_2014
- Cuda compilation tools, release 6.0, V6.0.1
- $ nvidia-smi -a
- ==============NVSMI LOG==============
- Timestamp : Fri Apr 17 18:44:41 2015
- Driver Version : 331.79
- Attached GPUs : 1
- GPU 0000:01:00.0
- Product Name : GeForce GTX TITAN Black
- Display Mode : N/A
- Display Active : N/A
- Persistence Mode : Disabled
- Accounting Mode : N/A
- Accounting Mode Buffer Size : N/A
- Driver Model
- Current : N/A
- Pending : N/A
- Serial Number : N/A
- GPU UUID : GPU-fcff168f-a045-2f95-7a4f-8e1cf26a24eb
- Minor Number : 0
- VBIOS Version : 80.80.4E.00.01
- Inforom Version
- Image Version : N/A
- OEM Object : N/A
- ECC Object : N/A
- Power Management Object : N/A
- GPU Operation Mode
- Current : N/A
- Pending : N/A
- PCI
- Bus : 0x01
- Device : 0x00
- Domain : 0x0000
- Device Id : 0x100C10DE
- Bus Id : 0000:01:00.0
- Sub System Id : 0x106610DE
- GPU Link Info
- PCIe Generation
- Max : N/A
- Current : N/A
- Link Width
- Max : N/A
- Current : N/A
- Bridge Chip
- Type : N/A
- Firmware : N/A
- Fan Speed : 26 %
- Performance State : N/A
- Clocks Throttle Reasons : N/A
- FB Memory Usage
- Total : 6143 MiB
- Used : 39 MiB
- Free : 6104 MiB
- BAR1 Memory Usage
- Total : N/A
- Used : N/A
- Free : N/A
- Compute Mode : Default
- Utilization
- Gpu : N/A
- Memory : N/A
- Ecc Mode
- Current : N/A
- Pending : N/A
- ECC Errors
- Volatile
- Single Bit
- Device Memory : N/A
- Register File : N/A
- L1 Cache : N/A
- L2 Cache : N/A
- Texture Memory : N/A
- Total : N/A
- Double Bit
- Device Memory : N/A
- Register File : N/A
- L1 Cache : N/A
- L2 Cache : N/A
- Texture Memory : N/A
- Total : N/A
- Aggregate
- Single Bit
- Device Memory : N/A
- Register File : N/A
- L1 Cache : N/A
- L2 Cache : N/A
- Texture Memory : N/A
- Total : N/A
- Double Bit
- Device Memory : N/A
- Register File : N/A
- L1 Cache : N/A
- L2 Cache : N/A
- Texture Memory : N/A
- Total : N/A
- Retired Pages
- Single Bit ECC : N/A
- Double Bit ECC : N/A
- Pending : N/A
- Temperature
- Gpu : 29 C
- Power Readings
- Power Management : N/A
- Power Draw : N/A
- Power Limit : N/A
- Default Power Limit : N/A
- Enforced Power Limit : N/A
- Min Power Limit : N/A
- Max Power Limit : N/A
- Clocks
- Graphics : N/A
- SM : N/A
- Memory : N/A
- Applications Clocks
- Graphics : N/A
- Memory : N/A
- Default Applications Clocks
- Graphics : N/A
- Memory : N/A
- Max Clocks
- Graphics : N/A
- SM : N/A
- Memory : N/A
- Compute Processes : N/A
- $ python theanotest.py
- Using gpu device 0: GeForce GTX TITAN Black
- [GpuElemwise{exp,no_inplace}(<CudaNdarrayType(float32, vector)>), HostFromGpu(GpuElemwise{exp,no_inplace}.0)]
- Looping 1000 times took 0.38205909729 seconds
- Result is [ 1.23178029 1.61879349 1.52278066 ..., 2.20771813 2.29967761
- 1.62323296]
- Used the gpu
- $ cat ~/.theanorc
- [global]
- device=gpu
- floatX=float32%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement