Skip to content

Commit

Permalink
Disable resnet
Browse files Browse the repository at this point in the history
  • Loading branch information
jgmelber committed Apr 22, 2024
1 parent 0a10ef5 commit e8c2d7a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions programming_examples/ml/resnet/layers_conv2_x/run.lit
Original file line number Diff line number Diff line change
Expand Up @@ -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!
// %run_on_ipu %python %S/test.py -x aie.xclbin -i insts.txt -k MLIR_AIE | FileCheck %s
// CHECK: PASS!

// XFAIL: *

0 comments on commit e8c2d7a

Please sign in to comment.