Changes between Version 6 and Version 7 of Reading/XenG/cuda
- Timestamp:
- Apr 16, 2009, 5:59:44 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Reading/XenG/cuda
v6 v7 182 182 }}} 183 183 184 == 實作二: 在虛擬機器( DomU/Dom0)上試跑 CUDA Examples ==184 == 實作二: 在虛擬機器( Dom0 / DomU )上試跑 CUDA Examples == 185 185 186 186 == 步驟九: 安裝 CUDA Toolkit & SDK == … … 259 259 rider@nvidia:/usr/local/NVIDIA_CUDA_SDK/projects/deviceQuery$ cd ../../bin/linux/release/ [[BR]] 260 260 '''# 執行''' [[BR]] 261 rider@nvidia:/usr/local/NVIDIA_CUDA_SDK/ projects/deviceQuery$ sudo ./deviceQuery [[BR]]261 rider@nvidia:/usr/local/NVIDIA_CUDA_SDK/bin/linux/release$ sudo ./deviceQuery [[BR]] 262 262 '''# 輸出結果''' [[BR]] 263 263 {{{ … … 280 280 Concurrent copy and execution: Yes 281 281 }}} 282 {{{ 283 284 }}}