-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix vck5000 tests in programming examples (#1301)
vector_scalar_mul is repaired for vck5000 vector_reduce_min is removed for vck5000 due to lack of aie1 micro-kernel
- Loading branch information
Showing
3 changed files
with
4 additions
and
155 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
141 changes: 0 additions & 141 deletions
141
programming_examples/basic/vector_reduce_min/test_vck5000.cpp
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
// (c) Copyright 2023 Advanced Micro Devices, Inc. | ||
// (c) Copyright 2024 Advanced Micro Devices, Inc. | ||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | ||
// | ||
// REQUIRES: hsa | ||
// REQUIRES: hsa, chess | ||
// | ||
// RUN: xchesscc_wrapper aie -I %aietools/include -c %S/../../../aie_kernels/generic/scale.cc -o ./scale.o | ||
// RUN: xchesscc_wrapper aie -I %aietools/include -c %S/scale.cc -o ./scale.o | ||
// RUN: %python %S/aie2.py xcvc1902 6 > ./aie.mlir | ||
// 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 | ||
|
||
// RU: %run_on_vck5000 ./test.elf |