chore: [rdc] Add copyright notice (#1098)

This commit is contained in:
Dmitrii
2025-09-24 11:07:20 -05:00
committed by GitHub
orang tua bd7a1de879
melakukan 0575606e49
13 mengubah file dengan 39 tambahan dan 1 penghapusan
@@ -1,5 +1,8 @@
#!/bin/bash
# Copyright © Advanced Micro Devices, Inc., or its affiliates.
# SPDX-License-Identifier: MIT
# This script should be called only once to generate a root
# certificate
@@ -1,5 +1,8 @@
#!/bin/bash
# Copyright © Advanced Micro Devices, Inc., or its affiliates.
# SPDX-License-Identifier: MIT
# This script generates ssl keys and self-signed certificates
INSTALL_RT="artifacts"
@@ -1,5 +1,8 @@
#!/bin/bash
# Copyright © Advanced Micro Devices, Inc., or its affiliates.
# SPDX-License-Identifier: MIT
# Note:
# * This script should reside in the artifacts directory
# when executed.
@@ -1,5 +1,8 @@
#!/bin/bash
# Copyright © Advanced Micro Devices, Inc., or its affiliates.
# SPDX-License-Identifier: MIT
# Note:
# * This script should reside in the artifacts directory
# when executed.
@@ -1,5 +1,8 @@
#!/bin/bash
# Copyright © Advanced Micro Devices, Inc., or its affiliates.
# SPDX-License-Identifier: MIT
# Handle commandline args
while [ "$1" != "" ]; do
case $1 in
+3 -1
Melihat File
@@ -1,3 +1,5 @@
// Copyright © Advanced Micro Devices, Inc., or its affiliates.
// SPDX-License-Identifier: MIT
#ifndef INCLUDE_RDC_RDC_PRIVATE_H_
#define INCLUDE_RDC_RDC_PRIVATE_H_
@@ -63,4 +65,4 @@ rdc_status_t get_mixed_component_version(rdc_handle_t p_rdc_handle, mixed_compon
}
#endif // __cplusplus
#endif // INCLUDE_RDC_RDC_PRIVATE_H_
#endif // INCLUDE_RDC_RDC_PRIVATE_H_
@@ -1,3 +1,6 @@
# Copyright © Advanced Micro Devices, Inc., or its affiliates.
# SPDX-License-Identifier: MIT
import os,time
from rdc_bootstrap import *
from RdcUtil import RdcUtil
@@ -1,3 +1,6 @@
# Copyright © Advanced Micro Devices, Inc., or its affiliates.
# SPDX-License-Identifier: MIT
from rdc_bootstrap import *
class RdcUtil:
@@ -1,3 +1,6 @@
# Copyright © Advanced Micro Devices, Inc., or its affiliates.
# SPDX-License-Identifier: MIT
import os, time
import ctypes.util
from ctypes import *
@@ -1,3 +1,6 @@
# Copyright © Advanced Micro Devices, Inc., or its affiliates.
# SPDX-License-Identifier: MIT
from RdcReader import RdcReader
from rdc_bootstrap import *
import collectd
@@ -1,3 +1,6 @@
# Copyright © Advanced Micro Devices, Inc., or its affiliates.
# SPDX-License-Identifier: MIT
import argparse
import os
from RdcReader import RdcReader
+3
Melihat File
@@ -1,5 +1,8 @@
#!/bin/bash
# Copyright © Advanced Micro Devices, Inc., or its affiliates.
# SPDX-License-Identifier: MIT
mkdir -p build
cd build
cmake -DROCM_DIR=/opt/rocm ..
+3
Melihat File
@@ -1,5 +1,8 @@
#!/usr/bin/env bash
# Copyright © Advanced Micro Devices, Inc., or its affiliates.
# SPDX-License-Identifier: MIT
set -e
set -u
set -o pipefail