diff --git a/projects/rocblas/CMakeLists.txt b/projects/rocblas/CMakeLists.txt index 6f530ee8800..ee21a6880c2 100644 --- a/projects/rocblas/CMakeLists.txt +++ b/projects/rocblas/CMakeLists.txt @@ -20,6 +20,9 @@ # # ######################################################################## +#commit +# add another one + cmake_minimum_required( VERSION 3.24.4 ) # This has to be initialized before the project() command appears diff --git a/projects/rocblas/README.md b/projects/rocblas/README.md index fcf8d4169a9..4e10206bf2b 100644 --- a/projects/rocblas/README.md +++ b/projects/rocblas/README.md @@ -1,3 +1,6 @@ +#Testing CI +Testing + # rocBLAS rocBLAS is the [ROCm](https://rocm.docs.amd.com/en/latest) Basic Linear Algebra Subprograms (BLAS) diff --git a/projects/rocblas/rmake.py b/projects/rocblas/rmake.py index 458bdd3c7ee..93c6af25204 100755 --- a/projects/rocblas/rmake.py +++ b/projects/rocblas/rmake.py @@ -19,6 +19,8 @@ CTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. """ +#another commit + import re import sys import os diff --git a/projects/rocblas/rtest.py b/projects/rocblas/rtest.py index a18350f9206..4bc3c95d7ee 100644 --- a/projects/rocblas/rtest.py +++ b/projects/rocblas/rtest.py @@ -19,6 +19,9 @@ CTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. """ +#yet another commit +#+1 + import re import os import sys