Benchmark code for inference with dalotia
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 -jThis will put the executables in the build directory (it will automatically pull dalotia and build it as dependency.)
See this Zenodo repository for additional scripts and commands to perform the experiments published at SCA'26.