diff --git a/example/ck_tile/18_hstu_attention/block_gemm_areg_bsmem_creg_v2_hack_0.hpp b/example/ck_tile/18_hstu_attention/block_gemm_areg_bsmem_creg_v2_hack_0.hpp index d33c1d2dc2..7764178ea5 100644 --- a/example/ck_tile/18_hstu_attention/block_gemm_areg_bsmem_creg_v2_hack_0.hpp +++ b/example/ck_tile/18_hstu_attention/block_gemm_areg_bsmem_creg_v2_hack_0.hpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright (c) 2018-2024, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. #pragma once diff --git a/example/ck_tile/18_hstu_attention/block_gemm_areg_bsmem_creg_v2_hack_1.hpp b/example/ck_tile/18_hstu_attention/block_gemm_areg_bsmem_creg_v2_hack_1.hpp index 0198704dbe..4d35ad030d 100644 --- a/example/ck_tile/18_hstu_attention/block_gemm_areg_bsmem_creg_v2_hack_1.hpp +++ b/example/ck_tile/18_hstu_attention/block_gemm_areg_bsmem_creg_v2_hack_1.hpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright (c) 2018-2024, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. #pragma once diff --git a/example/ck_tile/18_hstu_attention/example_hstu_attention.cpp b/example/ck_tile/18_hstu_attention/example_hstu_attention.cpp index eaff1800b1..f7c2b674aa 100644 --- a/example/ck_tile/18_hstu_attention/example_hstu_attention.cpp +++ b/example/ck_tile/18_hstu_attention/example_hstu_attention.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright (c) 2018-2024, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. #include #include diff --git a/example/ck_tile/18_hstu_attention/generate_instances.py b/example/ck_tile/18_hstu_attention/generate_instances.py index 0f6f6191fd..50b2b370a8 100644 --- a/example/ck_tile/18_hstu_attention/generate_instances.py +++ b/example/ck_tile/18_hstu_attention/generate_instances.py @@ -10,16 +10,12 @@ from pathlib import Path from typing import List HSTU_COPYRIGHT_HEADER = """ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `{file}` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `{file}` """.format( file=os.path.relpath(os.path.realpath(__file__), start=Path(__file__).parents[4]) ) diff --git a/example/ck_tile/18_hstu_attention/hstu_attention_batched_forward_bf16.cpp b/example/ck_tile/18_hstu_attention/hstu_attention_batched_forward_bf16.cpp index 0a9bdbac6d..d42da91366 100644 --- a/example/ck_tile/18_hstu_attention/hstu_attention_batched_forward_bf16.cpp +++ b/example/ck_tile/18_hstu_attention/hstu_attention_batched_forward_bf16.cpp @@ -1,9 +1,6 @@ -/* - * Copyright (c) 2023, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + #include #include diff --git a/example/ck_tile/18_hstu_attention/hstu_attention_batched_forward_dispatch.hpp b/example/ck_tile/18_hstu_attention/hstu_attention_batched_forward_dispatch.hpp index 3b7fbd304b..7c2ff295c5 100644 --- a/example/ck_tile/18_hstu_attention/hstu_attention_batched_forward_dispatch.hpp +++ b/example/ck_tile/18_hstu_attention/hstu_attention_batched_forward_dispatch.hpp @@ -1,9 +1,6 @@ -/* - * Copyright (c) 2023, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + #pragma once #include diff --git a/example/ck_tile/18_hstu_attention/hstu_attention_batched_forward_fp16.cpp b/example/ck_tile/18_hstu_attention/hstu_attention_batched_forward_fp16.cpp index 8fd791380d..e067f4bff7 100644 --- a/example/ck_tile/18_hstu_attention/hstu_attention_batched_forward_fp16.cpp +++ b/example/ck_tile/18_hstu_attention/hstu_attention_batched_forward_fp16.cpp @@ -1,9 +1,6 @@ -/* - * Copyright (c) 2023, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + #include #include diff --git a/example/ck_tile/18_hstu_attention/hstu_attention_bool_switch.hpp b/example/ck_tile/18_hstu_attention/hstu_attention_bool_switch.hpp index 22e25d97e7..705ab432c2 100644 --- a/example/ck_tile/18_hstu_attention/hstu_attention_bool_switch.hpp +++ b/example/ck_tile/18_hstu_attention/hstu_attention_bool_switch.hpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright (c) 2018-2024, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. #pragma once diff --git a/example/ck_tile/18_hstu_attention/hstu_attention_fwd_kernel.hpp b/example/ck_tile/18_hstu_attention/hstu_attention_fwd_kernel.hpp index fe6fb7a4ed..5fa72897c9 100644 --- a/example/ck_tile/18_hstu_attention/hstu_attention_fwd_kernel.hpp +++ b/example/ck_tile/18_hstu_attention/hstu_attention_fwd_kernel.hpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright (c) 2018-2024, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. #pragma once diff --git a/example/ck_tile/18_hstu_attention/hstu_attention_fwd_pipeline.hpp b/example/ck_tile/18_hstu_attention/hstu_attention_fwd_pipeline.hpp index 86b5da9af2..293752ae2c 100644 --- a/example/ck_tile/18_hstu_attention/hstu_attention_fwd_pipeline.hpp +++ b/example/ck_tile/18_hstu_attention/hstu_attention_fwd_pipeline.hpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright (c) 2018-2024, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. #pragma once diff --git a/example/ck_tile/18_hstu_attention/hstu_attention_fwd_pipeline_default_policy.hpp b/example/ck_tile/18_hstu_attention/hstu_attention_fwd_pipeline_default_policy.hpp index 8bfb1fa8b3..e063873d47 100644 --- a/example/ck_tile/18_hstu_attention/hstu_attention_fwd_pipeline_default_policy.hpp +++ b/example/ck_tile/18_hstu_attention/hstu_attention_fwd_pipeline_default_policy.hpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright (c) 2018-2023, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. #pragma once diff --git a/example/ck_tile/18_hstu_attention/hstu_attention_fwd_setting.hpp b/example/ck_tile/18_hstu_attention/hstu_attention_fwd_setting.hpp index 3cbb31fd75..b3c8dfdc30 100644 --- a/example/ck_tile/18_hstu_attention/hstu_attention_fwd_setting.hpp +++ b/example/ck_tile/18_hstu_attention/hstu_attention_fwd_setting.hpp @@ -1,9 +1,6 @@ -/* - * Copyright (c) 2023-2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + #pragma once #include diff --git a/example/ck_tile/18_hstu_attention/hstu_attention_fwd_type_config.hpp b/example/ck_tile/18_hstu_attention/hstu_attention_fwd_type_config.hpp index 83d2682eb6..7cf13ca618 100644 --- a/example/ck_tile/18_hstu_attention/hstu_attention_fwd_type_config.hpp +++ b/example/ck_tile/18_hstu_attention/hstu_attention_fwd_type_config.hpp @@ -1,9 +1,6 @@ -/* - * Copyright (c) 2023-2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + #pragma once #include diff --git a/example/ck_tile/18_hstu_attention/hstu_attention_hdim_switch.hpp b/example/ck_tile/18_hstu_attention/hstu_attention_hdim_switch.hpp index ab8cbe31ed..bc1a907305 100644 --- a/example/ck_tile/18_hstu_attention/hstu_attention_hdim_switch.hpp +++ b/example/ck_tile/18_hstu_attention/hstu_attention_hdim_switch.hpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright (c) 2018-2024, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. #pragma once diff --git a/example/ck_tile/18_hstu_attention/hstu_attention_jagged_forward_bf16.cpp b/example/ck_tile/18_hstu_attention/hstu_attention_jagged_forward_bf16.cpp index 12d88238cf..b7056fdef5 100644 --- a/example/ck_tile/18_hstu_attention/hstu_attention_jagged_forward_bf16.cpp +++ b/example/ck_tile/18_hstu_attention/hstu_attention_jagged_forward_bf16.cpp @@ -1,9 +1,6 @@ -/* - * Copyright (c) 2023, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + #include #include diff --git a/example/ck_tile/18_hstu_attention/hstu_attention_jagged_forward_dispatch.hpp b/example/ck_tile/18_hstu_attention/hstu_attention_jagged_forward_dispatch.hpp index b51f766da2..68d40a61a1 100644 --- a/example/ck_tile/18_hstu_attention/hstu_attention_jagged_forward_dispatch.hpp +++ b/example/ck_tile/18_hstu_attention/hstu_attention_jagged_forward_dispatch.hpp @@ -1,9 +1,6 @@ -/* - * Copyright (c) 2023, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + #pragma once #include diff --git a/example/ck_tile/18_hstu_attention/hstu_attention_jagged_forward_fp16.cpp b/example/ck_tile/18_hstu_attention/hstu_attention_jagged_forward_fp16.cpp index c35ddf51b8..fcf29bfc2f 100644 --- a/example/ck_tile/18_hstu_attention/hstu_attention_jagged_forward_fp16.cpp +++ b/example/ck_tile/18_hstu_attention/hstu_attention_jagged_forward_fp16.cpp @@ -1,9 +1,6 @@ -/* - * Copyright (c) 2023, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + #include #include diff --git a/example/ck_tile/18_hstu_attention/hstu_attention_params.hpp b/example/ck_tile/18_hstu_attention/hstu_attention_params.hpp index 168d3b4781..5f3a3ef1a1 100644 --- a/example/ck_tile/18_hstu_attention/hstu_attention_params.hpp +++ b/example/ck_tile/18_hstu_attention/hstu_attention_params.hpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright (c) 2018-2024, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. #pragma once diff --git a/example/ck_tile/18_hstu_attention/hstu_attention_pipeline_problem.hpp b/example/ck_tile/18_hstu_attention/hstu_attention_pipeline_problem.hpp index fb6d9d2a24..7ed4c492ab 100644 --- a/example/ck_tile/18_hstu_attention/hstu_attention_pipeline_problem.hpp +++ b/example/ck_tile/18_hstu_attention/hstu_attention_pipeline_problem.hpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright (c) 2018-2024, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. #pragma once diff --git a/example/ck_tile/18_hstu_attention/hstu_attention_tile_setting_define.hpp b/example/ck_tile/18_hstu_attention/hstu_attention_tile_setting_define.hpp index 48aec57f17..d0b8920997 100644 --- a/example/ck_tile/18_hstu_attention/hstu_attention_tile_setting_define.hpp +++ b/example/ck_tile/18_hstu_attention/hstu_attention_tile_setting_define.hpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright (c) 2018-2024, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. #pragma once diff --git a/example/ck_tile/18_hstu_attention/hstu_attention_traits.hpp b/example/ck_tile/18_hstu_attention/hstu_attention_traits.hpp index 184b5352db..5762e501b3 100644 --- a/example/ck_tile/18_hstu_attention/hstu_attention_traits.hpp +++ b/example/ck_tile/18_hstu_attention/hstu_attention_traits.hpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright (c) 2018-2024, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. #pragma once diff --git a/example/ck_tile/18_hstu_attention/hstu_block_masking.hpp b/example/ck_tile/18_hstu_attention/hstu_block_masking.hpp index 8e59995ff3..f1bb1308dc 100644 --- a/example/ck_tile/18_hstu_attention/hstu_block_masking.hpp +++ b/example/ck_tile/18_hstu_attention/hstu_block_masking.hpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright (c) 2018-2024, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. #pragma once diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_has_bias_has_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_has_bias_has_dropout_maxk_128.cpp index 135653e3ee..ebb7dfb5b9 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_has_bias_has_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_has_bias_has_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_has_bias_has_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_has_bias_has_dropout_maxk_256.cpp index 1240e37c28..3616fbc82e 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_has_bias_has_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_has_bias_has_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_has_bias_has_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_has_bias_has_dropout_maxk_64.cpp index dc61eb8ce7..143caa1c27 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_has_bias_has_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_has_bias_has_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_has_bias_no_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_has_bias_no_dropout_maxk_128.cpp index b6fd75d101..7193f61a9b 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_has_bias_no_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_has_bias_no_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_has_bias_no_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_has_bias_no_dropout_maxk_256.cpp index fecc66f9ef..ff694c28d1 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_has_bias_no_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_has_bias_no_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_has_bias_no_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_has_bias_no_dropout_maxk_64.cpp index ee6bc64f14..7b777fd02b 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_has_bias_no_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_has_bias_no_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_no_bias_has_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_no_bias_has_dropout_maxk_128.cpp index 58f5c2837b..c9dd88599e 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_no_bias_has_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_no_bias_has_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_no_bias_has_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_no_bias_has_dropout_maxk_256.cpp index e567c295f4..2743ff0507 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_no_bias_has_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_no_bias_has_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_no_bias_has_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_no_bias_has_dropout_maxk_64.cpp index 4a9fdb3052..64b371ed84 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_no_bias_has_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_no_bias_has_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_no_bias_no_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_no_bias_no_dropout_maxk_128.cpp index 6610b3d37d..bfe7dd8024 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_no_bias_no_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_no_bias_no_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_no_bias_no_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_no_bias_no_dropout_maxk_256.cpp index a75ff8e76a..913da7195a 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_no_bias_no_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_no_bias_no_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_no_bias_no_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_no_bias_no_dropout_maxk_64.cpp index a4f6adc2eb..0827dd641a 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_no_bias_no_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_has_local_no_bias_no_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_has_bias_has_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_has_bias_has_dropout_maxk_128.cpp index 8924b97631..530968c54e 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_has_bias_has_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_has_bias_has_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_has_bias_has_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_has_bias_has_dropout_maxk_256.cpp index 9bbdd62a9f..8ea210105b 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_has_bias_has_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_has_bias_has_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_has_bias_has_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_has_bias_has_dropout_maxk_64.cpp index 4a65433223..a0439abbdc 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_has_bias_has_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_has_bias_has_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_has_bias_no_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_has_bias_no_dropout_maxk_128.cpp index 1473328181..ed1b5b43c0 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_has_bias_no_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_has_bias_no_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_has_bias_no_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_has_bias_no_dropout_maxk_256.cpp index bee6cb5b7b..11d89d957e 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_has_bias_no_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_has_bias_no_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_has_bias_no_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_has_bias_no_dropout_maxk_64.cpp index e0ece6745a..5efeeb0f98 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_has_bias_no_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_has_bias_no_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_no_bias_has_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_no_bias_has_dropout_maxk_128.cpp index 52f27706bc..9f590f43e0 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_no_bias_has_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_no_bias_has_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_no_bias_has_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_no_bias_has_dropout_maxk_256.cpp index a0fa6eaf31..ce68bab719 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_no_bias_has_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_no_bias_has_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_no_bias_has_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_no_bias_has_dropout_maxk_64.cpp index 49b1192f4f..b3d67cd9fe 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_no_bias_has_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_no_bias_has_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_no_bias_no_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_no_bias_no_dropout_maxk_128.cpp index 7581915e4b..fd094bcce4 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_no_bias_no_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_no_bias_no_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_no_bias_no_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_no_bias_no_dropout_maxk_256.cpp index a5da3f40ab..1f63832c84 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_no_bias_no_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_no_bias_no_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_no_bias_no_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_no_bias_no_dropout_maxk_64.cpp index 2ba44c444e..4ab250e46a 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_no_bias_no_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_has_causal_no_local_no_bias_no_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_instances_ref.hpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_instances_ref.hpp index c4a377f9ed..4b19b6d2c1 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_instances_ref.hpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_instances_ref.hpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_has_bias_has_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_has_bias_has_dropout_maxk_128.cpp index c8fcc94019..7643e5326c 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_has_bias_has_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_has_bias_has_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_has_bias_has_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_has_bias_has_dropout_maxk_256.cpp index 450a70774d..63bb2ac438 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_has_bias_has_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_has_bias_has_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_has_bias_has_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_has_bias_has_dropout_maxk_64.cpp index bdc14f4caa..786f9c9571 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_has_bias_has_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_has_bias_has_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_has_bias_no_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_has_bias_no_dropout_maxk_128.cpp index c9820c4df6..093709b86c 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_has_bias_no_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_has_bias_no_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_has_bias_no_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_has_bias_no_dropout_maxk_256.cpp index 2bb09b84ca..8b734c4d19 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_has_bias_no_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_has_bias_no_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_has_bias_no_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_has_bias_no_dropout_maxk_64.cpp index 24db78fdab..b3eca34c28 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_has_bias_no_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_has_bias_no_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_no_bias_has_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_no_bias_has_dropout_maxk_128.cpp index 69c2ec0d5a..ec39ef57df 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_no_bias_has_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_no_bias_has_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_no_bias_has_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_no_bias_has_dropout_maxk_256.cpp index 7788e7f89b..4c1f00d994 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_no_bias_has_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_no_bias_has_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_no_bias_has_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_no_bias_has_dropout_maxk_64.cpp index 6227be13ac..473e878fcb 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_no_bias_has_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_no_bias_has_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_no_bias_no_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_no_bias_no_dropout_maxk_128.cpp index fcd5c78b0a..bbc0126fc5 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_no_bias_no_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_no_bias_no_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_no_bias_no_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_no_bias_no_dropout_maxk_256.cpp index 566da83708..483d070740 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_no_bias_no_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_no_bias_no_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_no_bias_no_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_no_bias_no_dropout_maxk_64.cpp index f39d11a2aa..dfd30e573b 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_no_bias_no_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_has_local_no_bias_no_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_has_bias_has_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_has_bias_has_dropout_maxk_128.cpp index a222471687..08c2242cf3 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_has_bias_has_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_has_bias_has_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_has_bias_has_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_has_bias_has_dropout_maxk_256.cpp index f723f0fb38..6306e49158 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_has_bias_has_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_has_bias_has_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_has_bias_has_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_has_bias_has_dropout_maxk_64.cpp index 09be671b6c..7818379bb3 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_has_bias_has_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_has_bias_has_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_has_bias_no_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_has_bias_no_dropout_maxk_128.cpp index 7fc08fc7f0..a1a99bd253 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_has_bias_no_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_has_bias_no_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_has_bias_no_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_has_bias_no_dropout_maxk_256.cpp index 6b2de8cc19..68d6e94220 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_has_bias_no_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_has_bias_no_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_has_bias_no_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_has_bias_no_dropout_maxk_64.cpp index fe1e8b3509..8b22b16fb5 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_has_bias_no_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_has_bias_no_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_no_bias_has_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_no_bias_has_dropout_maxk_128.cpp index 602de60114..72be06ea3f 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_no_bias_has_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_no_bias_has_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_no_bias_has_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_no_bias_has_dropout_maxk_256.cpp index fd41687481..e281335eff 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_no_bias_has_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_no_bias_has_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_no_bias_has_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_no_bias_has_dropout_maxk_64.cpp index 89160eb715..f633c234c4 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_no_bias_has_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_no_bias_has_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_no_bias_no_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_no_bias_no_dropout_maxk_128.cpp index cdef3391a1..13915e9551 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_no_bias_no_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_no_bias_no_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_no_bias_no_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_no_bias_no_dropout_maxk_256.cpp index 1f4508cd6b..65f21c41ab 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_no_bias_no_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_no_bias_no_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_no_bias_no_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_no_bias_no_dropout_maxk_64.cpp index dd0c7978f2..b058fd406e 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_no_bias_no_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_bf16_no_causal_no_local_no_bias_no_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_has_bias_has_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_has_bias_has_dropout_maxk_128.cpp index 48fb53b9e8..5fd3ae24e2 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_has_bias_has_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_has_bias_has_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_has_bias_has_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_has_bias_has_dropout_maxk_256.cpp index 2bba03d1e9..f724752aa4 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_has_bias_has_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_has_bias_has_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_has_bias_has_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_has_bias_has_dropout_maxk_64.cpp index a10e926a29..f61e52535b 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_has_bias_has_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_has_bias_has_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_has_bias_no_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_has_bias_no_dropout_maxk_128.cpp index 910b50a93f..155e17d923 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_has_bias_no_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_has_bias_no_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_has_bias_no_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_has_bias_no_dropout_maxk_256.cpp index dda7dc07aa..6056255e9e 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_has_bias_no_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_has_bias_no_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_has_bias_no_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_has_bias_no_dropout_maxk_64.cpp index ce48b9a401..41ebb0aef0 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_has_bias_no_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_has_bias_no_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_no_bias_has_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_no_bias_has_dropout_maxk_128.cpp index eac83dc8fe..28a87dfdd0 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_no_bias_has_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_no_bias_has_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_no_bias_has_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_no_bias_has_dropout_maxk_256.cpp index 6e700fce4b..c5b7399039 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_no_bias_has_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_no_bias_has_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_no_bias_has_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_no_bias_has_dropout_maxk_64.cpp index 5c0206156c..e0b091eee6 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_no_bias_has_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_no_bias_has_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_no_bias_no_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_no_bias_no_dropout_maxk_128.cpp index 3cf5941e8e..2cd6b16633 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_no_bias_no_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_no_bias_no_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_no_bias_no_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_no_bias_no_dropout_maxk_256.cpp index f2f1bdc3cd..7e51cd6ef1 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_no_bias_no_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_no_bias_no_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_no_bias_no_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_no_bias_no_dropout_maxk_64.cpp index cd9979a4ee..7f45daab87 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_no_bias_no_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_has_local_no_bias_no_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_has_bias_has_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_has_bias_has_dropout_maxk_128.cpp index c2c12dac01..0853af1f05 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_has_bias_has_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_has_bias_has_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_has_bias_has_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_has_bias_has_dropout_maxk_256.cpp index 693fe022f6..20d0c83897 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_has_bias_has_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_has_bias_has_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_has_bias_has_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_has_bias_has_dropout_maxk_64.cpp index 73cb991466..528fd9378e 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_has_bias_has_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_has_bias_has_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_has_bias_no_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_has_bias_no_dropout_maxk_128.cpp index 120b531518..5a03fdae34 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_has_bias_no_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_has_bias_no_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_has_bias_no_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_has_bias_no_dropout_maxk_256.cpp index 70d9a31ae0..20426c257b 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_has_bias_no_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_has_bias_no_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_has_bias_no_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_has_bias_no_dropout_maxk_64.cpp index 51acf1b238..d3278e64d2 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_has_bias_no_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_has_bias_no_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_no_bias_has_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_no_bias_has_dropout_maxk_128.cpp index 42495b7675..b9d5720c5b 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_no_bias_has_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_no_bias_has_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_no_bias_has_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_no_bias_has_dropout_maxk_256.cpp index 295001b585..ef1920f63f 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_no_bias_has_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_no_bias_has_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_no_bias_has_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_no_bias_has_dropout_maxk_64.cpp index 3658825391..eceb46339b 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_no_bias_has_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_no_bias_has_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_no_bias_no_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_no_bias_no_dropout_maxk_128.cpp index b1b8134ea6..7b1b587c02 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_no_bias_no_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_no_bias_no_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_no_bias_no_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_no_bias_no_dropout_maxk_256.cpp index 4078670fd9..f1725692c3 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_no_bias_no_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_no_bias_no_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_no_bias_no_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_no_bias_no_dropout_maxk_64.cpp index 314f577c91..c00ae88297 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_no_bias_no_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_has_causal_no_local_no_bias_no_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_instances_ref.hpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_instances_ref.hpp index 5c350254dc..e8124ea6d0 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_instances_ref.hpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_instances_ref.hpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_has_bias_has_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_has_bias_has_dropout_maxk_128.cpp index 2e4817a09c..a9746e99a7 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_has_bias_has_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_has_bias_has_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_has_bias_has_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_has_bias_has_dropout_maxk_256.cpp index ab436fc646..aa6b5c4795 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_has_bias_has_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_has_bias_has_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_has_bias_has_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_has_bias_has_dropout_maxk_64.cpp index d2cc4b579e..8bfd0c4807 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_has_bias_has_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_has_bias_has_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_has_bias_no_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_has_bias_no_dropout_maxk_128.cpp index 40a27d584c..88517bad68 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_has_bias_no_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_has_bias_no_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_has_bias_no_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_has_bias_no_dropout_maxk_256.cpp index 71bb7a409d..7efc434b31 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_has_bias_no_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_has_bias_no_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_has_bias_no_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_has_bias_no_dropout_maxk_64.cpp index 0f209d16e6..2cb9bfd80b 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_has_bias_no_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_has_bias_no_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_no_bias_has_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_no_bias_has_dropout_maxk_128.cpp index 73758a76e0..ea8c20f1ae 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_no_bias_has_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_no_bias_has_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_no_bias_has_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_no_bias_has_dropout_maxk_256.cpp index cbefee339d..483f519e79 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_no_bias_has_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_no_bias_has_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_no_bias_has_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_no_bias_has_dropout_maxk_64.cpp index 84fe9cf731..aebe277f88 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_no_bias_has_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_no_bias_has_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_no_bias_no_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_no_bias_no_dropout_maxk_128.cpp index 7e38a00611..59ca7a30fb 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_no_bias_no_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_no_bias_no_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_no_bias_no_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_no_bias_no_dropout_maxk_256.cpp index d0f8a1131a..cc995341a6 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_no_bias_no_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_no_bias_no_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_no_bias_no_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_no_bias_no_dropout_maxk_64.cpp index a1eb2ed6f6..6d5af85623 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_no_bias_no_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_has_local_no_bias_no_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_has_bias_has_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_has_bias_has_dropout_maxk_128.cpp index 64b88f8fe2..bddcb1d74a 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_has_bias_has_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_has_bias_has_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_has_bias_has_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_has_bias_has_dropout_maxk_256.cpp index d399cf6dbb..963682f955 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_has_bias_has_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_has_bias_has_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_has_bias_has_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_has_bias_has_dropout_maxk_64.cpp index 91875c4deb..4c2878ee8a 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_has_bias_has_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_has_bias_has_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_has_bias_no_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_has_bias_no_dropout_maxk_128.cpp index 3795aa9585..a4c3cc05bd 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_has_bias_no_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_has_bias_no_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_has_bias_no_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_has_bias_no_dropout_maxk_256.cpp index 653c378852..edd7823978 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_has_bias_no_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_has_bias_no_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_has_bias_no_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_has_bias_no_dropout_maxk_64.cpp index c926f2e9b7..4c9b15f460 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_has_bias_no_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_has_bias_no_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_no_bias_has_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_no_bias_has_dropout_maxk_128.cpp index 859ff63363..2bb260f12e 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_no_bias_has_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_no_bias_has_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_no_bias_has_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_no_bias_has_dropout_maxk_256.cpp index 2d60c18f02..8e528b0642 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_no_bias_has_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_no_bias_has_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_no_bias_has_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_no_bias_has_dropout_maxk_64.cpp index bbf5f6817e..973903d250 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_no_bias_has_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_no_bias_has_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_no_bias_no_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_no_bias_no_dropout_maxk_128.cpp index e3329878ce..5e2bb132d8 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_no_bias_no_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_no_bias_no_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_no_bias_no_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_no_bias_no_dropout_maxk_256.cpp index 411afb0ec1..b05840edfe 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_no_bias_no_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_no_bias_no_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_no_bias_no_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_no_bias_no_dropout_maxk_64.cpp index 49bb0b3ce4..0086eff9f5 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_no_bias_no_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_batched_forward_fp16_no_causal_no_local_no_bias_no_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_batched_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_has_bias_has_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_has_bias_has_dropout_maxk_128.cpp index 911485ab20..2d3713cfd3 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_has_bias_has_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_has_bias_has_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_has_bias_has_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_has_bias_has_dropout_maxk_256.cpp index c1e80c9666..aaf0fdf92f 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_has_bias_has_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_has_bias_has_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_has_bias_has_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_has_bias_has_dropout_maxk_64.cpp index 795c8cc4ed..4223816948 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_has_bias_has_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_has_bias_has_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_has_bias_no_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_has_bias_no_dropout_maxk_128.cpp index 7db76cde63..fc23c7d2ad 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_has_bias_no_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_has_bias_no_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_has_bias_no_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_has_bias_no_dropout_maxk_256.cpp index 0f3ee275fb..aac484d7fc 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_has_bias_no_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_has_bias_no_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_has_bias_no_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_has_bias_no_dropout_maxk_64.cpp index c875587af3..40a9f0f7a9 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_has_bias_no_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_has_bias_no_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_no_bias_has_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_no_bias_has_dropout_maxk_128.cpp index 5a8846cc56..4ed79e6657 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_no_bias_has_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_no_bias_has_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_no_bias_has_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_no_bias_has_dropout_maxk_256.cpp index 8e73023e0c..793fcf6466 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_no_bias_has_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_no_bias_has_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_no_bias_has_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_no_bias_has_dropout_maxk_64.cpp index 71050ae3d7..a4eb582e03 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_no_bias_has_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_no_bias_has_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_no_bias_no_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_no_bias_no_dropout_maxk_128.cpp index cd165a1861..95a131e33c 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_no_bias_no_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_no_bias_no_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_no_bias_no_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_no_bias_no_dropout_maxk_256.cpp index bf40833a7f..833000f8b4 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_no_bias_no_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_no_bias_no_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_no_bias_no_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_no_bias_no_dropout_maxk_64.cpp index cef802a33e..26501a27aa 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_no_bias_no_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_has_local_no_bias_no_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_has_bias_has_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_has_bias_has_dropout_maxk_128.cpp index 88a4389fa9..78f590e62e 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_has_bias_has_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_has_bias_has_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_has_bias_has_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_has_bias_has_dropout_maxk_256.cpp index 58bc729e42..dc68b45657 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_has_bias_has_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_has_bias_has_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_has_bias_has_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_has_bias_has_dropout_maxk_64.cpp index 6e8ba77772..957bd39391 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_has_bias_has_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_has_bias_has_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_has_bias_no_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_has_bias_no_dropout_maxk_128.cpp index f2255a6feb..a53e9d6de6 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_has_bias_no_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_has_bias_no_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_has_bias_no_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_has_bias_no_dropout_maxk_256.cpp index f717ee4563..d19de5e6a1 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_has_bias_no_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_has_bias_no_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_has_bias_no_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_has_bias_no_dropout_maxk_64.cpp index 258b1a576e..85c13e8a95 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_has_bias_no_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_has_bias_no_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_no_bias_has_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_no_bias_has_dropout_maxk_128.cpp index c659bec52a..356893a2ce 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_no_bias_has_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_no_bias_has_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_no_bias_has_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_no_bias_has_dropout_maxk_256.cpp index d9b4631acd..43904b3e9c 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_no_bias_has_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_no_bias_has_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_no_bias_has_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_no_bias_has_dropout_maxk_64.cpp index 7796f67298..31c722fb58 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_no_bias_has_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_no_bias_has_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_no_bias_no_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_no_bias_no_dropout_maxk_128.cpp index def077decb..aba5b09029 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_no_bias_no_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_no_bias_no_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_no_bias_no_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_no_bias_no_dropout_maxk_256.cpp index a442eda92b..bb2862c4b9 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_no_bias_no_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_no_bias_no_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_no_bias_no_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_no_bias_no_dropout_maxk_64.cpp index d79f8ffacd..6f8f35b4cf 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_no_bias_no_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_has_causal_no_local_no_bias_no_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_instances_ref.hpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_instances_ref.hpp index 0bdbdd91fc..ba982cf034 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_instances_ref.hpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_instances_ref.hpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_has_bias_has_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_has_bias_has_dropout_maxk_128.cpp index a5be732705..dc7ba6043f 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_has_bias_has_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_has_bias_has_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_has_bias_has_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_has_bias_has_dropout_maxk_256.cpp index cbccdcdf0a..952b39b3a4 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_has_bias_has_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_has_bias_has_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_has_bias_has_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_has_bias_has_dropout_maxk_64.cpp index ea329e073f..5d8277850f 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_has_bias_has_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_has_bias_has_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_has_bias_no_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_has_bias_no_dropout_maxk_128.cpp index 15c3963ef1..7ec4ae6d9d 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_has_bias_no_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_has_bias_no_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_has_bias_no_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_has_bias_no_dropout_maxk_256.cpp index 614eae2111..1301a46510 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_has_bias_no_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_has_bias_no_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_has_bias_no_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_has_bias_no_dropout_maxk_64.cpp index 428e08cc13..f175b49fce 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_has_bias_no_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_has_bias_no_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_no_bias_has_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_no_bias_has_dropout_maxk_128.cpp index e7c7acc1d4..79cafd147f 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_no_bias_has_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_no_bias_has_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_no_bias_has_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_no_bias_has_dropout_maxk_256.cpp index aa35336a75..0dfc8afcb5 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_no_bias_has_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_no_bias_has_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_no_bias_has_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_no_bias_has_dropout_maxk_64.cpp index 3070211e3f..bee56d2edd 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_no_bias_has_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_no_bias_has_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_no_bias_no_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_no_bias_no_dropout_maxk_128.cpp index 9d3e1b2b18..cc0629a4a6 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_no_bias_no_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_no_bias_no_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_no_bias_no_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_no_bias_no_dropout_maxk_256.cpp index 44abb0207f..db4d45b044 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_no_bias_no_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_no_bias_no_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_no_bias_no_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_no_bias_no_dropout_maxk_64.cpp index b08d8d7012..8067fcac1c 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_no_bias_no_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_has_local_no_bias_no_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_has_bias_has_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_has_bias_has_dropout_maxk_128.cpp index 3507c1f29c..b2fee946f6 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_has_bias_has_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_has_bias_has_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_has_bias_has_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_has_bias_has_dropout_maxk_256.cpp index 4f330cd73b..03d9536b53 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_has_bias_has_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_has_bias_has_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_has_bias_has_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_has_bias_has_dropout_maxk_64.cpp index 22ca2c84ad..bf604e2eae 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_has_bias_has_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_has_bias_has_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_has_bias_no_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_has_bias_no_dropout_maxk_128.cpp index 3b95aeb61b..e334daa2af 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_has_bias_no_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_has_bias_no_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_has_bias_no_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_has_bias_no_dropout_maxk_256.cpp index 6a06c0e0d3..f54eda2780 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_has_bias_no_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_has_bias_no_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_has_bias_no_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_has_bias_no_dropout_maxk_64.cpp index 3bbbe402d2..56585b6fd0 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_has_bias_no_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_has_bias_no_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_no_bias_has_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_no_bias_has_dropout_maxk_128.cpp index dffc329c21..4c3ca27e98 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_no_bias_has_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_no_bias_has_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_no_bias_has_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_no_bias_has_dropout_maxk_256.cpp index 8337a1559f..188814f1ac 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_no_bias_has_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_no_bias_has_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_no_bias_has_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_no_bias_has_dropout_maxk_64.cpp index 3c09e8416f..3e2aadb020 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_no_bias_has_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_no_bias_has_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_no_bias_no_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_no_bias_no_dropout_maxk_128.cpp index 88abedfebf..5764d73b3d 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_no_bias_no_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_no_bias_no_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_no_bias_no_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_no_bias_no_dropout_maxk_256.cpp index ab45759547..8d960e7c93 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_no_bias_no_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_no_bias_no_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_no_bias_no_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_no_bias_no_dropout_maxk_64.cpp index 2843a7a1c5..eedc210e63 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_no_bias_no_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_bf16_no_causal_no_local_no_bias_no_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_has_bias_has_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_has_bias_has_dropout_maxk_128.cpp index e0a29981a8..0e9bd3243d 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_has_bias_has_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_has_bias_has_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_has_bias_has_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_has_bias_has_dropout_maxk_256.cpp index 10b05c8a77..245a74e692 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_has_bias_has_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_has_bias_has_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_has_bias_has_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_has_bias_has_dropout_maxk_64.cpp index 83d43f43ef..f981f7fdfe 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_has_bias_has_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_has_bias_has_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_has_bias_no_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_has_bias_no_dropout_maxk_128.cpp index 459cb224c0..93d0e92d04 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_has_bias_no_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_has_bias_no_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_has_bias_no_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_has_bias_no_dropout_maxk_256.cpp index 5093f4742f..ad0b09f393 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_has_bias_no_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_has_bias_no_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_has_bias_no_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_has_bias_no_dropout_maxk_64.cpp index 60440c4916..54c69c5808 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_has_bias_no_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_has_bias_no_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_no_bias_has_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_no_bias_has_dropout_maxk_128.cpp index 9be001a7e0..6eed55121c 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_no_bias_has_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_no_bias_has_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_no_bias_has_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_no_bias_has_dropout_maxk_256.cpp index 1d55f69805..fea426bff0 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_no_bias_has_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_no_bias_has_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_no_bias_has_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_no_bias_has_dropout_maxk_64.cpp index ea8e8895e9..8932369c2e 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_no_bias_has_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_no_bias_has_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_no_bias_no_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_no_bias_no_dropout_maxk_128.cpp index 0495ee907a..b18d15b246 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_no_bias_no_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_no_bias_no_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_no_bias_no_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_no_bias_no_dropout_maxk_256.cpp index 88464a5075..44395047c0 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_no_bias_no_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_no_bias_no_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_no_bias_no_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_no_bias_no_dropout_maxk_64.cpp index 5be82db604..dd79638f34 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_no_bias_no_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_has_local_no_bias_no_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_has_bias_has_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_has_bias_has_dropout_maxk_128.cpp index 2cd8232768..034fdc030a 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_has_bias_has_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_has_bias_has_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_has_bias_has_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_has_bias_has_dropout_maxk_256.cpp index 68af8bdfaf..6c9236c29d 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_has_bias_has_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_has_bias_has_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_has_bias_has_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_has_bias_has_dropout_maxk_64.cpp index 0bedd49441..bb36814293 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_has_bias_has_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_has_bias_has_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_has_bias_no_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_has_bias_no_dropout_maxk_128.cpp index 57b7ab3e74..daff11d800 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_has_bias_no_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_has_bias_no_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_has_bias_no_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_has_bias_no_dropout_maxk_256.cpp index 3679db4777..d49cb05bc4 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_has_bias_no_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_has_bias_no_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_has_bias_no_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_has_bias_no_dropout_maxk_64.cpp index dd9ad9c2bf..8af75e98de 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_has_bias_no_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_has_bias_no_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_no_bias_has_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_no_bias_has_dropout_maxk_128.cpp index 5d6ac84541..1f3757c482 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_no_bias_has_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_no_bias_has_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_no_bias_has_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_no_bias_has_dropout_maxk_256.cpp index 33d24204a9..ee03d39653 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_no_bias_has_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_no_bias_has_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_no_bias_has_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_no_bias_has_dropout_maxk_64.cpp index 12f1013041..e207cab01f 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_no_bias_has_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_no_bias_has_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_no_bias_no_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_no_bias_no_dropout_maxk_128.cpp index cbda00a646..50e43cb555 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_no_bias_no_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_no_bias_no_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_no_bias_no_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_no_bias_no_dropout_maxk_256.cpp index 4693f6ea05..2fff99894c 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_no_bias_no_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_no_bias_no_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_no_bias_no_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_no_bias_no_dropout_maxk_64.cpp index c4427d8e6e..1a0db1c976 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_no_bias_no_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_has_causal_no_local_no_bias_no_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_instances_ref.hpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_instances_ref.hpp index c4ae5f851b..06360c9ba9 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_instances_ref.hpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_instances_ref.hpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_has_bias_has_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_has_bias_has_dropout_maxk_128.cpp index 24e0a83250..95e80eb70c 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_has_bias_has_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_has_bias_has_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_has_bias_has_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_has_bias_has_dropout_maxk_256.cpp index 00be5745df..ee90d915f6 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_has_bias_has_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_has_bias_has_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_has_bias_has_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_has_bias_has_dropout_maxk_64.cpp index 2cb1cd7e83..9e63e2bd81 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_has_bias_has_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_has_bias_has_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_has_bias_no_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_has_bias_no_dropout_maxk_128.cpp index 05620a79a3..e937cb571e 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_has_bias_no_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_has_bias_no_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_has_bias_no_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_has_bias_no_dropout_maxk_256.cpp index 25b0dc246e..a95258f5c0 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_has_bias_no_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_has_bias_no_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_has_bias_no_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_has_bias_no_dropout_maxk_64.cpp index a4b8bb18e8..b98f257d79 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_has_bias_no_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_has_bias_no_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_no_bias_has_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_no_bias_has_dropout_maxk_128.cpp index 0a5e57c6af..a6c713951a 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_no_bias_has_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_no_bias_has_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_no_bias_has_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_no_bias_has_dropout_maxk_256.cpp index af606140ed..baa7ef7f8f 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_no_bias_has_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_no_bias_has_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_no_bias_has_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_no_bias_has_dropout_maxk_64.cpp index 4b05b4e9b7..5f7c3c5261 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_no_bias_has_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_no_bias_has_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_no_bias_no_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_no_bias_no_dropout_maxk_128.cpp index c4c5c2625c..56e5ad508f 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_no_bias_no_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_no_bias_no_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_no_bias_no_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_no_bias_no_dropout_maxk_256.cpp index b14466864c..60f3f4e444 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_no_bias_no_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_no_bias_no_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_no_bias_no_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_no_bias_no_dropout_maxk_64.cpp index 04e311ca20..e4d2e360fa 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_no_bias_no_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_has_local_no_bias_no_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_has_bias_has_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_has_bias_has_dropout_maxk_128.cpp index 6d8459a492..8d3d193a90 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_has_bias_has_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_has_bias_has_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_has_bias_has_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_has_bias_has_dropout_maxk_256.cpp index 23de813bbe..df56b82c20 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_has_bias_has_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_has_bias_has_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_has_bias_has_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_has_bias_has_dropout_maxk_64.cpp index 8aead96641..9aaaa2fc02 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_has_bias_has_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_has_bias_has_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_has_bias_no_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_has_bias_no_dropout_maxk_128.cpp index f8ac16a847..9e85b15989 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_has_bias_no_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_has_bias_no_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_has_bias_no_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_has_bias_no_dropout_maxk_256.cpp index a36b542f6d..a22da6a825 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_has_bias_no_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_has_bias_no_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_has_bias_no_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_has_bias_no_dropout_maxk_64.cpp index 59d20c38e7..be35b68e86 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_has_bias_no_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_has_bias_no_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_no_bias_has_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_no_bias_has_dropout_maxk_128.cpp index 54bf3b1674..e0d2795ebc 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_no_bias_has_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_no_bias_has_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_no_bias_has_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_no_bias_has_dropout_maxk_256.cpp index c78ee824fb..3706ee8400 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_no_bias_has_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_no_bias_has_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_no_bias_has_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_no_bias_has_dropout_maxk_64.cpp index 195fa6cc0a..93bebef4c4 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_no_bias_has_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_no_bias_has_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_no_bias_no_dropout_maxk_128.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_no_bias_no_dropout_maxk_128.cpp index 6df4d9713d..a1d904b917 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_no_bias_no_dropout_maxk_128.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_no_bias_no_dropout_maxk_128.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_no_bias_no_dropout_maxk_256.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_no_bias_no_dropout_maxk_256.cpp index 0a7a51034d..65c5ace8c5 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_no_bias_no_dropout_maxk_256.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_no_bias_no_dropout_maxk_256.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_no_bias_no_dropout_maxk_64.cpp b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_no_bias_no_dropout_maxk_64.cpp index 31fbe9459c..015b7ba9eb 100644 --- a/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_no_bias_no_dropout_maxk_64.cpp +++ b/example/ck_tile/18_hstu_attention/instances/hstu_attention_jagged_forward_fp16_no_causal_no_local_no_bias_no_dropout_maxk_64.cpp @@ -1,14 +1,10 @@ -/* - Copyright (c) 2024, Advanced Micro Devices, Inc. All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. - * - * The file is automatically generated, don't modify! - * See the generator script - * `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` - */ +// SPDX-License-Identifier: MIT +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. + +// The file is automatically generated, don't modify! +// See the generator script +// `composable_kernel/example/ck_tile/18_hstu_attention/generate_instances.py` #include #include "hstu_attention_jagged_forward_dispatch.hpp" diff --git a/example/ck_tile/18_hstu_attention/reference_hstu_attention.hpp b/example/ck_tile/18_hstu_attention/reference_hstu_attention.hpp index b35f96461a..90ada7e7a7 100644 --- a/example/ck_tile/18_hstu_attention/reference_hstu_attention.hpp +++ b/example/ck_tile/18_hstu_attention/reference_hstu_attention.hpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright (c) 2018-2024, Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2018-2025, Advanced Micro Devices, Inc. All rights reserved. #pragma once