Skip to content

Commit d5f10d1

Browse files
Update Headers in Kerngen Python Code (#91)
1 parent 7f0bbed commit d5f10d1

File tree

6 files changed

+17
-8
lines changed

6 files changed

+17
-8
lines changed

p-isa_tools/kerngen/const/options.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# Copyright (C) 2024 Intel Corporation
1+
# Copyright (C) 2025 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
3+
# These contents may have been developed with support from one or more Intel-operated
4+
# generative artificial intelligence solutions.
35

46
"""Module for defining constants and enums used in the kernel generator"""
57
from enum import Enum

p-isa_tools/kerngen/kernel_optimization/loops.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# Copyright (C) 2024 Intel Corporation
1+
# Copyright (C) 2025 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
3+
# These contents may have been developed with support from one or more Intel-operated
4+
# generative artificial intelligence solutions.
35

46
"""Module for loop interchange optimization in P-ISA operations"""
57

p-isa_tools/kerngen/kernel_parser/parser.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# Copyright (C) 2024 Intel Corporation
1+
# Copyright (C) 2025 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
3+
# These contents may have been developed with support from one or more Intel-operated
4+
# generative artificial intelligence solutions.
35

46
"""Module for parsing kernel commands from Kerngen"""
57

p-isa_tools/kerngen/kerngraph.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#! /usr/bin/env python3
2-
# Copyright (C) 2024 Intel Corporation
2+
# Copyright (C) 2025 Intel Corporation
33
# SPDX-License-Identifier: Apache-2.0
4+
# These contents may have been developed with support from one or more Intel-operated
5+
# generative artificial intelligence solutions.
46

57
"""
68
kerngraph.py

p-isa_tools/kerngen/tests/test_kerngraph_command.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# Copyright (C) 2024 Intel Corporation
1+
# Copyright (C) 2025 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
3+
# These contents may have been developed with support from one or more Intel-operated
4+
# generative artificial intelligence solutions.
35

46
"""
57
Unit tests for the `parse_args` function from the `kerngraph` module.

p-isa_tools/kerngen/tests/test_kerngraph_parser.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# Copyright (C) 2024 Intel Corporation
2-
# SPDX-License-Identifier: Apache-2.0
3-
41
# Copyright (C) 2025 Intel Corporation
52
# SPDX-License-Identifier: Apache-2.0
3+
# These contents may have been developed with support from one or more Intel-operated
4+
# generative artificial intelligence solutions.
65

76
"""
87
Unit tests for the kernel parser functionality.

0 commit comments

Comments
 (0)