Triple Modular Redundancy using Intel Advanced Vector Extensions.
ELZAR is a compiler framework that transforms unmodified multithreaded applications to support triple modular redundancy using Intel AVX extensions for vectorization. See our technical report and our DSN'16 publication for details.
Ready-to-use Docker image
-
Refer to Dockerfile for initial setup
-
Install benchmarks:
./install/install_parsec.sh
./install/install_phoenix.sh- Run benchmarks:
./install/run_parsec.sh
./install/run_phoenix.shBy default, each benchmarks is run 3 times. To set the number of times, set environmental variable NUM_RUNS.