Skip to content

Commit

Permalink
[luci/tests] Enable RmsNorm test (#14215)
Browse files Browse the repository at this point in the history
This commit enables RmsNorm test which was temporarily disabled.

ONE-DCO-1.0-Signed-off-by: Seockho Kim [email protected]
  • Loading branch information
seockho-kim authored Oct 14, 2024
1 parent b70d6eb commit c991e81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/luci/tests/test.lst
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ addread(BCQFullyConnected_001)
addread(BCQGather_000)
addread(CircleBatchMatMul_000)
addread(InstanceNorm_000)
#addread(RmsNorm_000)
addread(RmsNorm_000)
addread(RoPE_000)

addwrite(Abs_000)
Expand Down Expand Up @@ -462,5 +462,5 @@ addwrite(BCQFullyConnected_001)
addwrite(BCQGather_000)
addwrite(CircleBatchMatMul_000)
addwrite(InstanceNorm_000)
#addwrite(RmsNorm_000)
addwrite(RmsNorm_000)
addwrite(RoPE_000)

0 comments on commit c991e81

Please sign in to comment.