-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. A sample third party app. 2. Excluding 3rd party filters from default filter. 3. Added a script to clean the entire project. 4. Displaying Error for build fail in case of HIP Catch2. 5. Changing from amd -> hiptestsuite in examples/ Change-Id: Ifd9bbbbb16d1118d9cae1a5238188edea2f70890
- Loading branch information
1 parent
8c4f685
commit fce8823
Showing
15 changed files
with
474 additions
and
369 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
#!/bin/sh | ||
|
||
# This shell script removes all generated files/folders and cloned repositories | ||
echo "Cleaning hip-testsuite project.." | ||
find . | grep -E "(__pycache__|\.pyc|\.pyo$)" | xargs rm -rf | ||
rm -Rf report | ||
rm -Rf src/hiptestsuite/applications/cuda_grep/CUDA-grep | ||
rm -Rf src/hiptestsuite/applications/cuda_memtest/cuda_memtest | ||
rm -Rf src/hiptestsuite/applications/hip_examples/GPU-STREAM | ||
rm -Rf src/hiptestsuite/applications/hip_examples/HIP-Examples | ||
rm -Rf src/hiptestsuite/applications/hip_examples/mixbench | ||
rm -Rf src/hiptestsuite/applications/mgbench/mgbench | ||
rm -Rf src/hiptestsuite/applications/hpc_apps/gridtools/boost_1_72_0 | ||
rm -Rf src/hiptestsuite/applications/hpc_apps/gridtools/GridTools | ||
rm -Rf src/hiptestsuite/applications/hpc_apps/gridtools/gridtools | ||
rm -Rf src/hiptestsuite/applications/hpc_apps/kokkos/kokkos | ||
rm -Rf src/hiptestsuite/applications/hpc_apps/laghos/hypre* | ||
rm -Rf src/hiptestsuite/applications/hpc_apps/laghos/Laghos | ||
rm -Rf src/hiptestsuite/applications/hpc_apps/laghos/metis* | ||
rm -Rf src/hiptestsuite/applications/hpc_apps/laghos/mfem | ||
rm -Rf src/hiptestsuite/applications/hpc_apps/quicksilver/Quicksilver | ||
rm -Rf src/hiptestsuite/conformance/HIP |
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
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
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
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
Oops, something went wrong.