Skip to content

RIKEN-RCCS/dalotia_evaluation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

134 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Benchmark code for inference with dalotia

Installation

Assuming you have a working C++/Fortran compiler and a BLAS installation in your path, run the following:

git clone https://github.com/RIKEN-RCCS/dalotia_evaluation.git
cd dalotia_evaluation
mkdir -p build
cd build
cmake ..
make -j

This will put the executables in the build directory (it will automatically pull dalotia and build it as dependency.)

Running the benchmarks and postprocessing

See this Zenodo repository for additional scripts and commands to perform the experiments published at SCA'26.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published