From c991e8118c5232fb486a4e0d7a3c002511ec744c Mon Sep 17 00:00:00 2001 From: seockho-kim Date: Mon, 14 Oct 2024 17:44:26 +0900 Subject: [PATCH] [luci/tests] Enable RmsNorm test (#14215) This commit enables RmsNorm test which was temporarily disabled. ONE-DCO-1.0-Signed-off-by: Seockho Kim seockho.kim@samsung.com --- compiler/luci/tests/test.lst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/luci/tests/test.lst b/compiler/luci/tests/test.lst index a75367656ae..67b40c8038e 100644 --- a/compiler/luci/tests/test.lst +++ b/compiler/luci/tests/test.lst @@ -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) @@ -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)