Skip to content

Commit

Permalink
Change the first item in the configuration
Browse files Browse the repository at this point in the history
It is hardcoded as the "reference" implementation
  • Loading branch information
aMarcireau committed Jul 16, 2020
1 parent 4498b48 commit 2c48357
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Our Rust implementation can be found at https://github.com/neuromorphicsystems/s
- Rust - https://rustup.rs
- Meson - https://mesonbuild.com

The C++ and Rust implementations will be built when either benchmark (accuracy or speed) is run for the first time.

## Accuracy

Accuracy calculates the maximum propagation error of each implementation with respect to the reference implementation (`cpp-afspc`) over the full catalogue (1 minute timestep over 24 hours).
Expand Down
2 changes: 1 addition & 1 deletion configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
{"current_dir": "cpp/target", "command": "meson", "args": ["compile"]}
],
"executables": [
{"id": "cpp", "path": "cpp/target/propagate"},
{"id": "cpp-afspc", "path": "cpp/target/propagate_afspc"},
{"id": "cpp", "path": "cpp/target/propagate"},
{"id": "cpp-fastmath", "path": "cpp/target/propagate_fastmath"},
{"id": "cpp-afspc-fastmath", "path": "cpp/target/propagate_afspc_fastmath"},
{"id": "rust", "path": "rust/target/release/propagate"},
Expand Down

0 comments on commit 2c48357

Please sign in to comment.