From 03f27f28b7754f54f0a5e91edf2f82d4f41807f4 Mon Sep 17 00:00:00 2001 From: Jeff Fifield Date: Fri, 16 Aug 2024 15:16:44 -0600 Subject: [PATCH] Xfail timeout (#717) * Update run.lit * Update run.lit --- test/xrt/04_gemm_w_pack/run.lit | 1 + test/xrt/12_matmul_transform_1x4_bf16/run.lit | 1 + 2 files changed, 2 insertions(+) diff --git a/test/xrt/04_gemm_w_pack/run.lit b/test/xrt/04_gemm_w_pack/run.lit index 9a2d42ccd..feb90b7e8 100644 --- a/test/xrt/04_gemm_w_pack/run.lit +++ b/test/xrt/04_gemm_w_pack/run.lit @@ -6,3 +6,4 @@ // RUN: %python aiecc.py --no-aiesim --aie-generate-cdo --aie-generate-npu --no-compile-host --xclbin-name=aie.xclbin --npu-insts-name=insts.txt aie.mlir // RUN: clang %S/test.cpp -O3 -o test.exe -std=c++11 -Wall %xrt_flags -lrt -lstdc++ -lboost_program_options -lboost_filesystem // RUN: %run_on_npu ./test.exe -x aie.xclbin -k MLIR_AIE -i insts.txt +// XFAIL: * diff --git a/test/xrt/12_matmul_transform_1x4_bf16/run.lit b/test/xrt/12_matmul_transform_1x4_bf16/run.lit index 865f14902..0dcc23cce 100644 --- a/test/xrt/12_matmul_transform_1x4_bf16/run.lit +++ b/test/xrt/12_matmul_transform_1x4_bf16/run.lit @@ -6,3 +6,4 @@ // RUN: xchesscc_wrapper aie2 -I %aietools/include -c %S/kernel.cpp -o kernel.o // RUN: %python %S/gen.py -t %S/transform.mlir // RUN: %run_on_npu %python %S/run.py aie.xclbin +// XFAIL: *