Skip to content

skehrli/UPMEM_synchronization_benchmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

To generate Benchmarks, first compile them with:

bash benchmarks/compile.sh

The compile.sh script compiles the various benchmark source files and also compiles each one for different numbers of tasklets (threads).

The compiled files are in the bin folder. To run the compiled benchmarks, use the following:

bash benchmarks/<benchmark>.sh

Where is a placeholder for the following:

  • bench_lock
  • bench_lock_multi
  • bench_barrier
  • bench_barrier_multi
  • bench_handshake
  • bench_semaphore

The Makefile doesn't have to be touched for compiling and running benchmarks - the compile.sh script makes use of the Makefile.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published