Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions projects/rocblas/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions projects/rocblas/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#Testing CI
Testing

# rocBLAS

rocBLAS is the [ROCm](https://rocm.docs.amd.com/en/latest) Basic Linear Algebra Subprograms (BLAS)
Expand Down
2 changes: 2 additions & 0 deletions projects/rocblas/rmake.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions projects/rocblas/rtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading