Skip to content

Commit 0f88b58

Browse files
Merge pull request #1636 from ROCm/amd/dev/dsalinas/OctPromo_row5
Add AMD copyright and MIT license designation.
2 parents 67e89d5 + c1dbf79 commit 0f88b58

File tree

25 files changed

+116
-4
lines changed

25 files changed

+116
-4
lines changed

bin/build_llvm-flang-rt-host-dev.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
#!/bin/bash
22
#
3+
#Copyright © Advanced Micro Devices, Inc., or its affiliates.
4+
#
5+
#SPDX-License-Identifier: MIT
6+
#
7+
#
38
# build_llvm-flang-rt-host-dev.sh
49
#
510
# Standalone script to build the flang runtime with host-device support

bin/build_rocprofiler-sdk.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/bin/bash
22
#
3+
#Copyright © Advanced Micro Devices, Inc., or its affiliates.
4+
#
5+
#SPDX-License-Identifier: MIT
6+
#
37
# build_rocprofiler-sdk.sh: Script to build rocprofiler-sdk for AOMP standalone build
48
#
59

bin/check_openmpvv.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/bin/bash
22
#
3+
#Copyright © Advanced Micro Devices, Inc., or its affiliates.
4+
#
5+
#SPDX-License-Identifier: MIT
6+
#
37
# check_openmpvv.sh
48
# Assumes run_openmpvv.sh has been executed.
59
#

bin/clone_list_checkout

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/usr/bin/perl
22
#
3+
#Copyright © Advanced Micro Devices, Inc., or its affiliates.
4+
#
5+
#SPDX-License-Identifier: MIT
6+
#
37
# Convert 'clone_aomp.sh list' output into git checkout commands
48
#
59
# 1) Save the clone_aomp.sh list at some point

bin/rocmlibs/build_half.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#!/bin/bash
2+
#
3+
#Copyright © Advanced Micro Devices, Inc., or its affiliates.
4+
#
5+
#SPDX-License-Identifier: MIT
26
#
37
# build_half.sh: script to build and install half
48
#

bin/rocmlibs/build_hipBLAS-common.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
#!/bin/bash
2+
#
3+
#Copyright © Advanced Micro Devices, Inc., or its affiliates.
4+
#
5+
#SPDX-License-Identifier: MIT
6+
#
27
#
38
# build_hipprim-common.sh: Script to build and install hipprim-common library
49
# This build is classic cmake, make, make install

bin/rocmlibs/build_hipRAND.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
#!/bin/bash
2+
#
3+
#Copyright © Advanced Micro Devices, Inc., or its affiliates.
4+
#
5+
#SPDX-License-Identifier: MIT
6+
#
27
#
38
# build_hipRAND.sh.sh: script to build rocRAND
49
#

bin/rocmlibs/build_hipSOLVER.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
#!/bin/bash
2+
#
3+
#Copyright © Advanced Micro Devices, Inc., or its affiliates.
4+
#
5+
#SPDX-License-Identifier: MIT
6+
#
27
#
38
# build_rocsolver.sh: Script to build and install rocsolver library
49
#

bin/rocmlibs/build_rccl.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
#!/bin/bash
2+
#
3+
#Copyright © Advanced Micro Devices, Inc., or its affiliates.
4+
#
5+
#SPDX-License-Identifier: MIT
6+
#
27
#
38
# build_rccl.sh: Script to build and install rccl.
49
# This uses a slightly modified install.sh from rccl.

bin/rocmlibs/build_rocRAND.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
#!/bin/bash
2+
#
3+
#Copyright © Advanced Micro Devices, Inc., or its affiliates.
4+
#
5+
#SPDX-License-Identifier: MIT
6+
#
27
#
38
# build_rocRAND.sh: script to build rocRAND
49
#

0 commit comments

Comments
 (0)