| 414 | # Example:Device Bandwidth [[BR]] |
| 415 | rider@cuda:/usr/local/NVIDIA_CUDA_SDK/bin/linux/release$ sudo ./bandwidthTest [[BR]] |
| 416 | |
| 417 | {{{ |
| 418 | (Running on Xen_VirtualMachine) |
| 419 | Device 0: "GeForce 9800 GT" |
| 420 | Quick Mode |
| 421 | Host to Device Bandwidth for Pageable memory |
| 422 | . |
| 423 | Transfer Size (Bytes) Bandwidth(MB/s) |
| 424 | 33554432 31999998.0 |
| 425 | |
| 426 | Quick Mode |
| 427 | Device to Host Bandwidth for Pageable memory |
| 428 | . |
| 429 | Transfer Size (Bytes) Bandwidth(MB/s) |
| 430 | 33554432 320000000.0 |
| 431 | |
| 432 | Quick Mode |
| 433 | Device to Device Bandwidth |
| 434 | . |
| 435 | Transfer Size (Bytes) Bandwidth(MB/s) |
| 436 | 33554432 640000000.0 |
| 437 | |
| 438 | &&&& Test PASSED |
| 439 | }}} |
| 440 | |
| 441 | |
| 442 | # Example:Device Query [[BR]] |
| 443 | rider@cuda:/usr/local/NVIDIA_CUDA_SDK/bin/linux/release$ sudo ./deviceQuery [[BR]] |
| 444 | |
| 445 | {{{ |
| 446 | (Running on Xen_VirtualMachine) |
| 447 | Device 0: "GeForce 9800 GT" |
| 448 | Major revision number: 0 |
| 449 | Minor revision number: 0 |
| 450 | Total amount of global memory: 6385920 bytes |
| 451 | Number of multiprocessors: 11007 |
| 452 | Number of cores: 88056 |
| 453 | Total amount of constant memory: 6385872 bytes |
| 454 | Total amount of shared memory per block: 3236702400 bytes |
| 455 | Total number of registers available per block: 6385904 |
| 456 | Warp size: 0 |
| 457 | Maximum number of threads per block: 0 |
| 458 | Maximum sizes of each dimension of a block: 0 x 6385808 x 0 |
| 459 | Maximum sizes of each dimension of a grid: 0 x 0 x 2 |
| 460 | Maximum memory pitch: 3234490924 bytes |
| 461 | Texture alignment: 3236702608 bytes |
| 462 | Clock rate: 0.00 GHz |
| 463 | Concurrent copy and execution: Yes |
| 464 | }}} |