Skip to content

Commit 0505aed

Browse files
committed
add Copyright (C) 2025 Intel Corporation, All rights reserved.
1 parent 2a9689b commit 0505aed

File tree

13 files changed

+14
-3
lines changed

13 files changed

+14
-3
lines changed

applications/flash_attention_v2/collective/fmha_fusion.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/***************************************************************************************************
2-
* Copyright (c) 2025 - 2025 Codeplay Software Ltd. All rights reserved.
2+
* Copyright (c) 2025 - 2025 Codeplay Software Ltd. All rights reserved.
3+
* Copyright (C) 2025 Intel Corporation, All rights reserved.
34
* SPDX-License-Identifier: BSD-3-Clause
45
*
56
* Redistribution and use in source and binary forms, with or without

benchmarks/flash_attention/flash_attention_decode/benchmark_runner.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/***************************************************************************************************
22
* Copyright (c) 2024 - 2025 Codeplay Software Ltd. All rights reserved.
3+
* Copyright (C) 2025 Intel Corporation, All rights reserved.
34
* SPDX-License-Identifier: BSD-3-Clause
45
*
56
* Redistribution and use in source and binary forms, with or without

benchmarks/flash_attention/flash_attention_prefill/benchmark_runner.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/***************************************************************************************************
22
* Copyright (c) 2024 - 2024 Codeplay Software Ltd. All rights reserved.
3+
* Copyright (C) 2025 Intel Corporation, All rights reserved.
34
* SPDX-License-Identifier: BSD-3-Clause
45
*
56
* Redistribution and use in source and binary forms, with or without

benchmarks/flash_attention/flash_attention_prefill_cachedKV/benchmark_runner.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/***************************************************************************************************
22
* Copyright (c) 2024 - 2024 Codeplay Software Ltd. All rights reserved.
3+
* Copyright (C) 2025 Intel Corporation, All rights reserved.
34
* SPDX-License-Identifier: BSD-3-Clause
45
*
56
* Redistribution and use in source and binary forms, with or without

examples/06_bmg_flash_attention/06_bmg_chunk_prefill.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/***************************************************************************************************
2-
* Copyright (c) 2024 - 2025 Codeplay Software Ltd. All rights reserved.
2+
* Copyright (C) 2025 Intel Corporation, All rights reserved.
33
* SPDX-License-Identifier: BSD-3-Clause
44
*
55
* Redistribution and use in source and binary forms, with or without

examples/06_bmg_flash_attention/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright (c) 2024 - 2025 Codeplay Software Ltd. All rights reserved.
2+
# Copyright (C) 2025 Intel Corporation, All rights reserved.
23
# SPDX-License-Identifier: BSD-3-Clause
34
#
45
# Redistribution and use in source and binary forms, with or without

examples/06_bmg_flash_attention/bmg_flash_attn_decode_runner.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/***************************************************************************************************
22
* Copyright (c) 2024 - 2025 Codeplay Software Ltd. All rights reserved.
3+
* Copyright (C) 2025 Intel Corporation, All rights reserved.
34
* SPDX-License-Identifier: BSD-3-Clause
45
*
56
* Redistribution and use in source and binary forms, with or without

examples/06_bmg_flash_attention/bmg_flash_attn_prefill_cachedKV_runner.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/***************************************************************************************************
22
* Copyright (c) 2024 - 2025 Codeplay Software Ltd. All rights reserved.
3+
* Copyright (C) 2025 Intel Corporation, All rights reserved.
34
* SPDX-License-Identifier: BSD-3-Clause
45
*
56
* Redistribution and use in source and binary forms, with or without

examples/06_bmg_flash_attention/bmg_flash_attn_prefill_runner.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/***************************************************************************************************
22
* Copyright (c) 2024 - 2025 Codeplay Software Ltd. All rights reserved.
3+
* Copyright (C) 2025 Intel Corporation, All rights reserved.
34
* SPDX-License-Identifier: BSD-3-Clause
45
*
56
* Redistribution and use in source and binary forms, with or without

examples/06_bmg_flash_attention/bmg_flash_chunk_prefill_runner.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/***************************************************************************************************
2-
* Copyright (c) 2024 - 2025 Codeplay Software Ltd. All rights reserved.
2+
* Copyright (C) 2025 Intel Corporation, All rights reserved.
33
* SPDX-License-Identifier: BSD-3-Clause
44
*
55
* Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)