Skip to content

Commit

Permalink
add concat test back
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpoluektov committed Dec 11, 2024
1 parent eca04ac commit 42f1df9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def dailyDeviceTest = {
}
runPytestDevice("8x8/test_broadcast", "-n 1 --tc 1", "broadcast_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")
runPytestDevice("8x8/test_lstm", "-n 1 --tc 1", "lstm_1")
Expand Down

0 comments on commit 42f1df9

Please sign in to comment.