Skip to content

Commit b097e3d

Browse files
[rocm-libraries] ROCm/rocm-libraries#1504 (commit 2bc5d60)
Update files in MIOpen that are missing a copyright ## Motivation This PR is to update the AMD authored files in MIOpen that do not have copyrights as specified in ticket SWDEV-553033 "Palamida scan remediation [ROCM 7.1] - miopen - [copyright]". ## Technical Details No functional changes in this PR. ## Test Plan - Rerun the Palamida scan to verify that all flagged files have been addressed.
1 parent f7dab45 commit b097e3d

33 files changed

Lines changed: 88 additions & 2 deletions

script/sccache_wrapper.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright © Advanced Micro Devices, Inc., or its affiliates.
2+
# SPDX-License-Identifier: MIT
3+
14
#!/bin/bash
25
set -e
36
COMPILERS_HASH_DIR=${COMPILERS_HASH_DIR:-"/tmp/.sccache"}

src/conv/invokers/impl_gemm.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright © Advanced Micro Devices, Inc., or its affiliates.
2+
// SPDX-License-Identifier: MIT
3+
14
#include <miopen/conv/invokers/impl_gemm.hpp>
25

36
#include <miopen/conv/data_invoke_params.hpp>

src/conv/invokers/impl_gemm_dynamic.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright © Advanced Micro Devices, Inc., or its affiliates.
2+
// SPDX-License-Identifier: MIT
3+
14
#include <miopen/buffer_info.hpp>
25
#include <miopen/conv/invokers/impl_gemm_dynamic.hpp>
36
#include <miopen/conv/data_invoke_params.hpp>

src/include/miopen/allocator.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright © Advanced Micro Devices, Inc., or its affiliates.
2+
// SPDX-License-Identifier: MIT
3+
14
#ifndef GUARD_MLOPEN_ALLOCATOR_HPP
25
#define GUARD_MLOPEN_ALLOCATOR_HPP
36

src/include/miopen/check_numerics.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright © Advanced Micro Devices, Inc., or its affiliates.
2+
// SPDX-License-Identifier: MIT
3+
14
#ifndef GUARD_MIOPEN_CHECK_NUMERICS_HPP
25
#define GUARD_MIOPEN_CHECK_NUMERICS_HPP
36

src/include/miopen/fusion_plan.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright © Advanced Micro Devices, Inc., or its affiliates.
2+
// SPDX-License-Identifier: MIT
13

24
#ifndef MIOPEN_GUARD_MLOPEN_FUSION_PLAN_HPP
35
#define MIOPEN_GUARD_MLOPEN_FUSION_PLAN_HPP

src/include/miopen/md5.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright © Advanced Micro Devices, Inc., or its affiliates.
2+
// SPDX-License-Identifier: MIT
3+
14
#ifndef GUARD_MLOPEN_MD5_HPP
25
#define GUARD_MLOPEN_MD5_HPP
36

src/include/miopen/op_kernel_args.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright © Advanced Micro Devices, Inc., or its affiliates.
2+
// SPDX-License-Identifier: MIT
3+
14
#ifndef MIOPEN_GUARD_MLOPEN_OP_KERNEL_ARGS_HPP
25
#define MIOPEN_GUARD_MLOPEN_OP_KERNEL_ARGS_HPP
36

src/include/miopen/reduce_tunables.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright © Advanced Micro Devices, Inc., or its affiliates.
2+
// SPDX-License-Identifier: MIT
3+
14
#ifndef REDUCE_TUNABLES_HPP
25
#define REDUCE_TUNABLES_HPP
36

src/include/miopen/tmp_dir.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright © Advanced Micro Devices, Inc., or its affiliates.
2+
// SPDX-License-Identifier: MIT
3+
14
#ifndef MIOPEN_GUARD_MLOPEN_TMP_DIR_HPP
25
#define MIOPEN_GUARD_MLOPEN_TMP_DIR_HPP
36

0 commit comments

Comments
 (0)