Skip to content

Commit

Permalink
xfail broken vck5000 lit tests (#1254)
Browse files Browse the repository at this point in the history
  • Loading branch information
fifield authored Apr 16, 2024
1 parent 488413e commit 7233edb
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 1 deletion.
2 changes: 2 additions & 0 deletions programming_examples/basic/vector_add_reduce/run_vck5000.lit
Original file line number Diff line number Diff line change
Expand Up @@ -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: *
2 changes: 2 additions & 0 deletions programming_examples/basic/vector_max/run_vck5000.lit
Original file line number Diff line number Diff line change
Expand Up @@ -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: *
5 changes: 4 additions & 1 deletion programming_examples/basic/vector_max_reduce/run_vck5000.lit
Original file line number Diff line number Diff line change
@@ -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: *
2 changes: 2 additions & 0 deletions programming_examples/basic/vector_min/run_vck5000.lit
Original file line number Diff line number Diff line change
Expand Up @@ -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: *
2 changes: 2 additions & 0 deletions programming_examples/basic/vector_min_reduce/run_vck5000.lit
Original file line number Diff line number Diff line change
Expand Up @@ -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: *

0 comments on commit 7233edb

Please sign in to comment.