From a86fc8076ce9891eb99a1ac5dbdd561a035d74c5 Mon Sep 17 00:00:00 2001 From: Jiangyon Date: Tue, 16 Dec 2025 08:38:34 +0000 Subject: [PATCH] fix the copyrights --- example/ck_tile/50_sparse_attn/bias.hpp | 3 +-- example/ck_tile/50_sparse_attn/fmha_fwd_trek.hpp | 3 +-- example/ck_tile/50_sparse_attn/mask.hpp | 3 +-- include/ck_tile/ops/sparse_attn.hpp | 3 ++- .../ck_tile/ops/sparse_attn/kernel/fmha_fwd_jenga_kernel.hpp | 3 +-- include/ck_tile/ops/sparse_attn/kernel/fmha_fwd_vsa_kernel.hpp | 3 +-- 6 files changed, 7 insertions(+), 11 deletions(-) diff --git a/example/ck_tile/50_sparse_attn/bias.hpp b/example/ck_tile/50_sparse_attn/bias.hpp index f9dc656f63..4f013341e8 100644 --- a/example/ck_tile/50_sparse_attn/bias.hpp +++ b/example/ck_tile/50_sparse_attn/bias.hpp @@ -1,6 +1,5 @@ +// Copyright (c) Advanced Micro Devices, Inc., or its affiliates. // SPDX-License-Identifier: MIT -// Copyright (c) 2018-2024, Advanced Micro Devices, Inc. All rights reserved. - #pragma once #include diff --git a/example/ck_tile/50_sparse_attn/fmha_fwd_trek.hpp b/example/ck_tile/50_sparse_attn/fmha_fwd_trek.hpp index 31f59ef516..1c6cb39a3c 100644 --- a/example/ck_tile/50_sparse_attn/fmha_fwd_trek.hpp +++ b/example/ck_tile/50_sparse_attn/fmha_fwd_trek.hpp @@ -1,6 +1,5 @@ +// Copyright (c) Advanced Micro Devices, Inc., or its affiliates. // SPDX-License-Identifier: MIT -// Copyright (c) 2018-2024, Advanced Micro Devices, Inc. All rights reserved. - #pragma once #include "ck_tile/core.hpp" diff --git a/example/ck_tile/50_sparse_attn/mask.hpp b/example/ck_tile/50_sparse_attn/mask.hpp index b96482f535..b484ccc590 100644 --- a/example/ck_tile/50_sparse_attn/mask.hpp +++ b/example/ck_tile/50_sparse_attn/mask.hpp @@ -1,6 +1,5 @@ +// Copyright (c) Advanced Micro Devices, Inc., or its affiliates. // SPDX-License-Identifier: MIT -// Copyright (c) 2018-2024, Advanced Micro Devices, Inc. All rights reserved. - #pragma once #include diff --git a/include/ck_tile/ops/sparse_attn.hpp b/include/ck_tile/ops/sparse_attn.hpp index 2e3872c824..5e7e692a2a 100644 --- a/include/ck_tile/ops/sparse_attn.hpp +++ b/include/ck_tile/ops/sparse_attn.hpp @@ -1,5 +1,6 @@ -// Copyright (c) Advanced Micro Devices, Inc., or its affiliates. // SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + #pragma once #include "ck_tile/ops/sparse_attn/block/block_fmha_pipeline_qr_ks_vs_async_jenga.hpp" diff --git a/include/ck_tile/ops/sparse_attn/kernel/fmha_fwd_jenga_kernel.hpp b/include/ck_tile/ops/sparse_attn/kernel/fmha_fwd_jenga_kernel.hpp index 72acd0f604..985b2f5348 100644 --- a/include/ck_tile/ops/sparse_attn/kernel/fmha_fwd_jenga_kernel.hpp +++ b/include/ck_tile/ops/sparse_attn/kernel/fmha_fwd_jenga_kernel.hpp @@ -1,6 +1,5 @@ +// Copyright (c) Advanced Micro Devices, Inc., or its affiliates. // SPDX-License-Identifier: MIT -// Copyright (c) 2018-2024, Advanced Micro Devices, Inc. All rights reserved. - #pragma once #include "ck_tile/core.hpp" diff --git a/include/ck_tile/ops/sparse_attn/kernel/fmha_fwd_vsa_kernel.hpp b/include/ck_tile/ops/sparse_attn/kernel/fmha_fwd_vsa_kernel.hpp index 3b2c701979..52948f0d30 100644 --- a/include/ck_tile/ops/sparse_attn/kernel/fmha_fwd_vsa_kernel.hpp +++ b/include/ck_tile/ops/sparse_attn/kernel/fmha_fwd_vsa_kernel.hpp @@ -1,6 +1,5 @@ +// Copyright (c) Advanced Micro Devices, Inc., or its affiliates. // SPDX-License-Identifier: MIT -// Copyright (c) 2018-2024, Advanced Micro Devices, Inc. All rights reserved. - #pragma once #include "ck_tile/core.hpp"