Skip to content

x-xiaojian/Hetero-Mark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hsaBench

HSA benchmarks

Compilation guide

To compile without debug
    cmake .

To compile with debug
    cmake -DCMAKE_BUILD_TYPE=Debug .

Development guide

The skeleton code for new benchmark is available
in src/template directory.

Make sure to add new benchmark dir to CmakeList.txt
file in src/, otherwise new benchmark won't be 
compiled with others.

About

A BENCHMARKING SUITE FOR HSA, OPENCL 2.0 & OpenCL 1.2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 66.3%
  • C 25.4%
  • CMake 8.2%
  • Shell 0.1%