Skip to content

Instantly share code, notes, and snippets.

@shriphani
Created March 24, 2015 21:50
Show Gist options
  • Save shriphani/0fc90e6286a06b5bb936 to your computer and use it in GitHub Desktop.
Save shriphani/0fc90e6286a06b5bb936 to your computer and use it in GitHub Desktop.
➜ 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