Skip to content

Commit

Permalink
Update burnbenchapp
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielsimard committed Mar 27, 2024
1 parent da186fd commit e9f32da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend-comparison/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@ name = "data"
harness = false

[[bench]]
name = "load_record"
name = "load-record"
harness = false
path = "benches/load_record.rs"

[[bench]]
name = "custom-gelu"
Expand Down
2 changes: 2 additions & 0 deletions backend-comparison/src/burnbenchapp/base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ pub(crate) enum BenchmarkValues {
Unary,
#[strum(to_string = "max-pool2d")]
MaxPool2d,
#[strum(to_string = "load-record")]
LoadRecord,
}

pub fn execute() {
Expand Down

0 comments on commit e9f32da

Please sign in to comment.