From 1999ccc4fa9270b04b2e64aeac638dcfdbdc8247 Mon Sep 17 00:00:00 2001 From: Hyukjin Jeong <hj1.jeong@samsung.com> Date: Tue, 5 Nov 2024 09:34:29 +0900 Subject: [PATCH] [common-artifacts] Exclude mx type recipes This excludes mx type recipes. ONE-DCO-1.0-Signed-off-by: Hyukjin Jeong <hj1.jeong@samsung.com> --- compiler/common-artifacts/exclude.lst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/common-artifacts/exclude.lst b/compiler/common-artifacts/exclude.lst index 07f6dc37a79..fcf1efaffc0 100644 --- a/compiler/common-artifacts/exclude.lst +++ b/compiler/common-artifacts/exclude.lst @@ -176,6 +176,8 @@ tcgenerate(BCQFullyConnected_001) tcgenerate(BCQGather_000) tcgenerate(CircleBatchMatMul_I4_000) tcgenerate(CircleBatchMatMul_U4_000) +tcgenerate(CircleBatchMatMul_MXFP4_000) +tcgenerate(CircleBatchMatMul_MXINT8_000) tcgenerate(CircleFullyConnected_U4_000) tcgenerate(CircleFullyConnected_U4_001) tcgenerate(CircleFullyConnected_U4_002)