diff --git a/programming_examples/basic/vector_add_reduce/run_vck5000.lit b/programming_examples/basic/vector_add_reduce/run_vck5000.lit index d314eea2a4..ca267e6084 100644 --- a/programming_examples/basic/vector_add_reduce/run_vck5000.lit +++ b/programming_examples/basic/vector_add_reduce/run_vck5000.lit @@ -7,3 +7,5 @@ // RUN: %python aiecc.py %VitisSysrootFlag% --host-target=%aieHostTargetTriplet% %link_against_hsa% ./aie.mlir -I%host_runtime_lib%/test_lib/include %extraAieCcFlags% %S/test_vck5000.cpp -o test.elf -L%host_runtime_lib%/test_lib/lib -ltest_lib // RUN: %run_on_vck5000 ./test.elf +// this file needs update +// XFAIL: * \ No newline at end of file diff --git a/programming_examples/basic/vector_max/run_vck5000.lit b/programming_examples/basic/vector_max/run_vck5000.lit index d314eea2a4..ca267e6084 100644 --- a/programming_examples/basic/vector_max/run_vck5000.lit +++ b/programming_examples/basic/vector_max/run_vck5000.lit @@ -7,3 +7,5 @@ // RUN: %python aiecc.py %VitisSysrootFlag% --host-target=%aieHostTargetTriplet% %link_against_hsa% ./aie.mlir -I%host_runtime_lib%/test_lib/include %extraAieCcFlags% %S/test_vck5000.cpp -o test.elf -L%host_runtime_lib%/test_lib/lib -ltest_lib // RUN: %run_on_vck5000 ./test.elf +// this file needs update +// XFAIL: * \ No newline at end of file diff --git a/programming_examples/basic/vector_max_reduce/run_vck5000.lit b/programming_examples/basic/vector_max_reduce/run_vck5000.lit index d314eea2a4..5cb1e55cb8 100644 --- a/programming_examples/basic/vector_max_reduce/run_vck5000.lit +++ b/programming_examples/basic/vector_max_reduce/run_vck5000.lit @@ -1,9 +1,12 @@ // (c) Copyright 2023 Advanced Micro Devices, Inc. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -// REQUIRES: hsa +// REQUIRES: hsa, chess // // RUN: %python %S/aie2.py xcvc1902 6 > ./aie.mlir +// RUN: xchesscc_wrapper aie -I %aietools/include -c %S/../../../aie_kernels/generic/vector_max.cc -o vector_max.o // RUN: %python aiecc.py %VitisSysrootFlag% --host-target=%aieHostTargetTriplet% %link_against_hsa% ./aie.mlir -I%host_runtime_lib%/test_lib/include %extraAieCcFlags% %S/test_vck5000.cpp -o test.elf -L%host_runtime_lib%/test_lib/lib -ltest_lib // RUN: %run_on_vck5000 ./test.elf +// broadcast_to_v16int32 does not exist +// XFAIL: * \ No newline at end of file diff --git a/programming_examples/basic/vector_min/run_vck5000.lit b/programming_examples/basic/vector_min/run_vck5000.lit index d314eea2a4..ca267e6084 100644 --- a/programming_examples/basic/vector_min/run_vck5000.lit +++ b/programming_examples/basic/vector_min/run_vck5000.lit @@ -7,3 +7,5 @@ // RUN: %python aiecc.py %VitisSysrootFlag% --host-target=%aieHostTargetTriplet% %link_against_hsa% ./aie.mlir -I%host_runtime_lib%/test_lib/include %extraAieCcFlags% %S/test_vck5000.cpp -o test.elf -L%host_runtime_lib%/test_lib/lib -ltest_lib // RUN: %run_on_vck5000 ./test.elf +// this file needs update +// XFAIL: * \ No newline at end of file diff --git a/programming_examples/basic/vector_min_reduce/run_vck5000.lit b/programming_examples/basic/vector_min_reduce/run_vck5000.lit index d314eea2a4..43ec4c7194 100644 --- a/programming_examples/basic/vector_min_reduce/run_vck5000.lit +++ b/programming_examples/basic/vector_min_reduce/run_vck5000.lit @@ -7,3 +7,5 @@ // RUN: %python aiecc.py %VitisSysrootFlag% --host-target=%aieHostTargetTriplet% %link_against_hsa% ./aie.mlir -I%host_runtime_lib%/test_lib/include %extraAieCcFlags% %S/test_vck5000.cpp -o test.elf -L%host_runtime_lib%/test_lib/lib -ltest_lib // RUN: %run_on_vck5000 ./test.elf +// test_vck5000.cpp is missing +// XFAIL: * \ No newline at end of file