Skip to content

BenchCouncil/IoTBench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IoTBench

Download

Compile

  • make $isa SID=$SID

    • $isa can be riscv or arm;
    • $SID is the name of the subspace;
    • The name of the obtained file is iotbench-$ISA-$SID
    • Example: run make riscv SID=A , get iotbench-RISCV-A

Parameters

The parameters below can be changed according to the scenario.

benchmark.h

  • TOTAL_DATA_SIZE is the data size;
  • TEST_TYPE is the data type;
  • DATA_DIM is the data dimension;
  • CALCULATE_ACCURACY is the accuracy of the calculation;
  • NUM_ITERATE represents the number of iterations.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published