-
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.
Merge pull request #1 from mohanmithur/MS4_Changes
Ms4 changes
- Loading branch information
Showing
123 changed files
with
7,897 additions
and
894 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 |
---|---|---|
@@ -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 was deleted.
Oops, something went wrong.
Oops, something went wrong.