Skip to content

Commit

Permalink
[cases] rvv_bench built from upstream source
Browse files Browse the repository at this point in the history
  • Loading branch information
SharzyL committed Jul 19, 2024
1 parent b4f6d25 commit 0dbf26b
Show file tree
Hide file tree
Showing 33 changed files with 69 additions and 3,423 deletions.
2 changes: 1 addition & 1 deletion difftest/online_drive/src/dpi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ unsafe fn load_from_payload(
let data = &byte_vec[strb_width_in_byte..];

let strb_width_in_bit = std::cmp::min(8, data_width_in_byte);
let mut masks: Vec<bool> = strobe
let masks: Vec<bool> = strobe
.into_iter()
.flat_map(|strb| {
let mask: Vec<bool> = (0..strb_width_in_bit).map(|i| (strb & (1 << i)) != 0).collect();
Expand Down
170 changes: 0 additions & 170 deletions tests/rvv_bench/_include/bench.h

This file was deleted.

25 changes: 0 additions & 25 deletions tests/rvv_bench/_include/config.h

This file was deleted.

80 changes: 0 additions & 80 deletions tests/rvv_bench/_include/nolibc.h

This file was deleted.

80 changes: 0 additions & 80 deletions tests/rvv_bench/_include/template.S

This file was deleted.

Loading

0 comments on commit 0dbf26b

Please sign in to comment.