Skip to content

Commit

Permalink
[common-artifacts] Exclude rope test (#14087)
Browse files Browse the repository at this point in the history
This commit is to exclude rope test until it's fully supported

ONE-DCO-1.0-Signed-off-by: youngsik kim <[email protected]>
  • Loading branch information
ys44kim authored Sep 25, 2024
1 parent bfaa3fc commit 0b7b37a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler/common-artifacts/exclude.lst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ optimize(Add_STR_001) # STRING is not supported

## CircleRecipes
optimize(RmsNorm_000)
optimize(RoPE_000)

#[[ tcgenerate : Exclude from test data generation(TestDataGenerator) ]]
## TensorFlowLiteRecipes
Expand Down Expand Up @@ -180,3 +181,4 @@ tcgenerate(GRU_000) # luci-interpreter does not support custom GRU
tcgenerate(InstanceNorm_000)
tcgenerate(InstanceNorm_001)
tcgenerate(RmsNorm_000)
tcgenerate(RoPE_000)

0 comments on commit 0b7b37a

Please sign in to comment.