-
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.
Cleaning up VCK5000 makefiles and removing test_vck5000.cpp and run_v…
…ck5000.lit for tests hat don't have the appropriate kernels (#1407) Co-authored-by: Joseph Melber <jgmelber@gmail.com>
- Loading branch information
1 parent
ee7311b
commit 4039c7d
Showing
20 changed files
with
45 additions
and
641 deletions.
There are no files selected for viewing
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
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,9 +1,8 @@ | ||
// (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 | ||
// | ||
// 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: make -f %S/Makefile clean | ||
// RUN: make -f %S/Makefile vck5000 | ||
// RUN: %run_on_vck5000 ./test.elf | ||
|
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
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,8 +1,8 @@ | ||
// (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 | ||
// | ||
// 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: make -f %S/Makefile clean | ||
// RUN: make -f %S/Makefile vck5000 | ||
// RUN: %run_on_vck5000 ./test.elf |
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
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
11 changes: 0 additions & 11 deletions
11
programming_examples/basic/vector_reduce_add/run_vck5000.lit
This file was deleted.
Oops, something went wrong.
148 changes: 0 additions & 148 deletions
148
programming_examples/basic/vector_reduce_add/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
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
11 changes: 0 additions & 11 deletions
11
programming_examples/basic/vector_reduce_max/run_vck5000.lit
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.