Created
March 24, 2015 21:50
-
-
Save shriphani/0fc90e6286a06b5bb936 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ bandwidthTest ./bandwidthTest -h | |
[CUDA Bandwidth Test] - Starting... | |
Running on... | |
Device 0: GRID K520 | |
Quick Mode | |
Host to Device Bandwidth, 1 Device(s) | |
PINNED Memory Transfers | |
Transfer Size (Bytes) Bandwidth(MB/s) | |
33554432 9067.8 | |
Device to Host Bandwidth, 1 Device(s) | |
PINNED Memory Transfers | |
Transfer Size (Bytes) Bandwidth(MB/s) | |
33554432 8145.4 | |
Device to Device Bandwidth, 1 Device(s) | |
PINNED Memory Transfers | |
Transfer Size (Bytes) Bandwidth(MB/s) | |
33554432 119202.8 | |
Result = PASS | |
NOTE: The CUDA Samples are not meant for performance measurements. Results may vary when GPU Boost is enabled. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment