Skip to content

Commit

Permalink
Merge pull request #944 from xmos/merge-transposes-2
Browse files Browse the repository at this point in the history
Merge transposes
  • Loading branch information
panickal-xmos authored Dec 15, 2024
2 parents 0a63d97 + 42f1df9 commit bc0b994
Show file tree
Hide file tree
Showing 25 changed files with 626 additions and 259 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def dailyDeviceTest = {
sh "pytest examples/app_mobilenetv2"
}
runPytestDevice("8x8/test_broadcast", "-n 1 --tc 1", "broadcast_1")
runPytestDevice("8x8/test_concatenate", "-n 1 --tc 1", "concat_1")
runPytestDevice("16x8/test_transpose", "-n 1", "16x8_transpose")
runPytestDevice("8x8/test_concatenate", "-n 1 --tc 5", "concat_5")
runPytestDevice("8x8/test_mean", "-n 1 --tc 1", "mean_1")
runPytestDevice("16x8/test_mean", "-n 1 --tc 1", "16x8_mean_1")
Expand Down
Loading

0 comments on commit bc0b994

Please sign in to comment.