Skip to content

lnangong/gpu-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPU-Benchmarking-OpenCL

Copyright (c) 2014, Long(Ryan) Nangong.
All right reserved.

Email: [email protected]
Created on: July 15, 2014

Note: You may need to download and install the OpenCL platform before running this benchmarking program. Please download Nvidia OpenCL platform from https://developer.nvidia.com/cuda-downloads
or Intel OpenCL plaform from https://software.intel.com/en-us/intel-opencl
based on your Graphic card's vendor.

Run memory benchmarking {host->device/device->host/device->device}
Test with 1byte message

gpu_start -m1b  

Test with 1kbyte message

gpu_start -m1kb  

Test with 1Mbyte message

gpu_start -m1mb  

Run GPU speed benchmarking
Floating point operation test

gpu_start -sf  

Integer operation test

gpu_start -si  

About

GPU benchmark via OpenCL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors