Skip to content

Commit

Permalink
Added perf tests used for 2022 RISC-V Summit
Browse files Browse the repository at this point in the history
  • Loading branch information
dxie-tt committed Dec 13, 2022
1 parent 545e591 commit 8b80ff9
Show file tree
Hide file tree
Showing 25 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions generators/chipyard/src/main/scala/config/BoomConfigs.scala
Expand Up @@ -10,6 +10,11 @@ class SmallBoomConfig extends Config(
new boom.common.WithNSmallBooms(1) ++ // small boom config
new chipyard.config.AbstractConfig)

class SmallBoomVecConfig extends Config(
new boom.common.WithVector(1) ++ // Add vector
new boom.common.WithNSmallBooms(1) ++ // small boom config
new chipyard.config.AbstractConfig)

class MediumBoomConfig extends Config(
new boom.common.WithNMediumBooms(1) ++ // medium boom config
new chipyard.config.AbstractConfig)
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added tests/rvv/kernels/axpy/axpy-auto-vector.elf
Binary file not shown.
Binary file added tests/rvv/kernels/axpy/axpy-scalar.elf
Binary file not shown.
Binary file added tests/rvv/kernels/axpy/axpy-vector.elf
Binary file not shown.
Binary file added tests/rvv/kernels/conv1d/conv1d-scalar.elf
Binary file not shown.
Binary file added tests/rvv/kernels/conv1d/conv1d-vector.elf
Binary file not shown.
Binary file added tests/rvv/kernels/conv2d/conv2d-scalar.elf
Binary file not shown.
Binary file added tests/rvv/kernels/conv2d/conv2d-vector.elf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added tests/rvv/kernels/relu/relu-auto-vector.elf
Binary file not shown.
Binary file added tests/rvv/kernels/relu/relu-scalar.elf
Binary file not shown.
Binary file added tests/rvv/kernels/relu/relu-unroll-vector.elf
Binary file not shown.
Binary file added tests/rvv/kernels/relu/relu-vector.elf
Binary file not shown.
Binary file not shown.
Binary file added tests/rvv/kernels/transpose/transpose-scalar.elf
Binary file not shown.
Binary file not shown.
Binary file added tests/rvv/kernels/transpose/transpose-vector.elf
Binary file not shown.

0 comments on commit 8b80ff9

Please sign in to comment.