Skip to content

Commit 0be0288

Browse files
authored
[CK_BUILDER] Update copyright messages. (#3150)
* Update copyright messages. Copyright messages should no longer include a year. This PR updates all 38 source files to the new format. * Switch to (C) from unicode copyright symbol. The unicodein comments was causing compilation errors.
1 parent 6dbee64 commit 0be0288

File tree

49 files changed

+71
-38
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+71
-38
lines changed

experimental/builder/include/ck_tile/builder/builder_utils.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
// Copyright (C) Advanced Micro Devices, Inc., or its affiliates.
12
// SPDX-License-Identifier: MIT
2-
// Copyright (c) 2025, Advanced Micro Devices, Inc. All rights reserved.
33

44
#pragma once
55

experimental/builder/include/ck_tile/builder/conv_algorithm_concepts.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
// Copyright (C) Advanced Micro Devices, Inc., or its affiliates.
12
// SPDX-License-Identifier: MIT
2-
// Copyright (c) 2025, Advanced Micro Devices, Inc. All rights reserved.
33

44
#pragma once
55

experimental/builder/include/ck_tile/builder/conv_algorithm_limits.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
// Copyright (C) Advanced Micro Devices, Inc., or its affiliates.
12
// SPDX-License-Identifier: MIT
2-
// Copyright (c) 2025, Advanced Micro Devices, Inc. All rights reserved.
33

44
#pragma once
55

experimental/builder/include/ck_tile/builder/conv_builder.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
// Copyright (C) Advanced Micro Devices, Inc., or its affiliates.
12
// SPDX-License-Identifier: MIT
2-
// Copyright (c) 2025, Advanced Micro Devices, Inc. All rights reserved.
33

44
#pragma once
55

experimental/builder/include/ck_tile/builder/conv_factory.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
// Copyright (C) Advanced Micro Devices, Inc., or its affiliates.
12
// SPDX-License-Identifier: MIT
2-
// Copyright (c) 2025, Advanced Micro Devices, Inc. All rights reserved.
33

44
// A factory for instantiating CK convolution kernels.
55
//

experimental/builder/include/ck_tile/builder/conv_signature_concepts.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
// Copyright (C) Advanced Micro Devices, Inc., or its affiliates.
12
// SPDX-License-Identifier: MIT
2-
// Copyright (c) 2025, Advanced Micro Devices, Inc. All rights reserved.
33

44
// This file defines the compile-time "signature" for grouped convolution operations.
55
// A signature is a collection of properties that fully describe a convolution kernel's

experimental/builder/include/ck_tile/builder/conv_signature_predicates.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
// Copyright (C) Advanced Micro Devices, Inc., or its affiliates.
12
// SPDX-License-Identifier: MIT
2-
// Copyright (c) 2025, Advanced Micro Devices, Inc. All rights reserved.
33

44
#pragma once
55

experimental/builder/include/ck_tile/builder/reflect/instance_traits.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
// Copyright (C) Advanced Micro Devices, Inc., or its affiliates.
12
// SPDX-License-Identifier: MIT
2-
// Copyright (c) 2025, Advanced Micro Devices, Inc. All rights reserved.
33

44
// Compile-time reflection for CK device kernel instances.
55
//

experimental/builder/include/ck_tile/builder/reflect/instance_traits_device_grouped_conv_fwd_dl_multiple_d_nhwc_kyxc_nhwk.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
// Copyright (C) Advanced Micro Devices, Inc., or its affiliates.
12
// SPDX-License-Identifier: MIT
2-
// Copyright (c) 2025, Advanced Micro Devices, Inc. All rights reserved.
33

44
// InstanceTraits specialization for DeviceGroupedConvFwdDlMultipleD_NHWC_KYXC_NHWK
55
//

experimental/builder/include/ck_tile/builder/reflect/instance_traits_device_grouped_conv_fwd_multiple_abd_xdl_cshuffle.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
// Copyright (C) Advanced Micro Devices, Inc., or its affiliates.
12
// SPDX-License-Identifier: MIT
2-
// Copyright (c) 2025, Advanced Micro Devices, Inc. All rights reserved.
33

44
// InstanceTraits specialization for DeviceGroupedConvFwdMultipleABD_Xdl_CShuffle
55
//

0 commit comments

Comments
 (0)