Skip to content

Commit

Permalink
Adding expected to fail to IRON example that is under development
Browse files Browse the repository at this point in the history
  • Loading branch information
eddierichter-amd committed Mar 22, 2024
1 parent 489e889 commit 0e0ead2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
//
// REQUIRES: ryzen_ai
//
// RUN: %python %S/aie2.py > ./aie.mlir
// RUN: %python %S/aie2.py ipu 0 > ./aie.mlir
// RUN: %python aiecc.py --aie-generate-cdo --aie-generate-ipu --no-compile-host --xclbin-name=aie.xclbin --ipu-insts-name=insts.txt ./aie.mlir
// RUN: clang %S/test.cpp -o test.exe -std=c++11 -Wall %xrt_flags -lrt -lstdc++ -lboost_program_options -lboost_filesystem
// RUN: %run_on_ipu ./test.exe -x aie.xclbin -k MLIR_AIE -i insts.txt | FileCheck %s
// CHECK: PASS!

// XFAIL: *

0 comments on commit 0e0ead2

Please sign in to comment.