From e8c2d7aa6773e4c24d382ea5c0b46f35ee350ec9 Mon Sep 17 00:00:00 2001 From: Joseph Melber Date: Mon, 22 Apr 2024 15:48:22 -0600 Subject: [PATCH] Disable resnet --- programming_examples/ml/resnet/layers_conv2_x/run.lit | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/programming_examples/ml/resnet/layers_conv2_x/run.lit b/programming_examples/ml/resnet/layers_conv2_x/run.lit index 81431fd4f6..4c6ad4e893 100755 --- a/programming_examples/ml/resnet/layers_conv2_x/run.lit +++ b/programming_examples/ml/resnet/layers_conv2_x/run.lit @@ -10,5 +10,7 @@ // RUN: xchesscc_wrapper aie2 -I %aietools/include -DBIT_WIDTH=8 -DSCALAR -DUINT8_ACT -c %S/../../../../aie_kernels/aie2/conv2dk1_skip.cc -o conv2dk1_skip.o // RUN: %python %S/aie2.py | aie-opt -cse -canonicalize -o ./aie.mlir // RUN: %python aiecc.py --xbridge --aie-generate-cdo --aie-generate-ipu --no-compile-host --xclbin-name=aie.xclbin --ipu-insts-name=insts.txt ./aie.mlir -// RUN: %run_on_ipu %python %S/test.py -x aie.xclbin -i insts.txt -k MLIR_AIE | FileCheck %s -// CHECK: PASS! \ No newline at end of file +// %run_on_ipu %python %S/test.py -x aie.xclbin -i insts.txt -k MLIR_AIE | FileCheck %s +// CHECK: PASS! + +// XFAIL: * \ No newline at end of file