Skip to content
Snippets Groups Projects
Commit cbd5e70e authored by Russel Arbore's avatar Russel Arbore
Browse files

whyyyyy

parent 65ca4faf
No related branches found
No related tags found
1 merge request!200Rodinia benches
Pipeline #201872 passed
...@@ -7,6 +7,11 @@ use hercules_rt::{runner, HerculesImmBox, HerculesImmBoxTo, HerculesMutBox, Herc ...@@ -7,6 +7,11 @@ use hercules_rt::{runner, HerculesImmBox, HerculesImmBoxTo, HerculesMutBox, Herc
juno_build::juno!("backprop"); juno_build::juno!("backprop");
// We need this even though we don't use anything from the library because of
// Rust build scripts only linking static libraries into the library, and not
// into the benchmark binary. Ugh!
use juno_backprop::*;
fn backprop_bench(c: &mut Criterion) { fn backprop_bench(c: &mut Criterion) {
let mut group = c.benchmark_group("backprop bench"); let mut group = c.benchmark_group("backprop bench");
group.sample_size(10); group.sample_size(10);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment