File tree Expand file tree Collapse file tree 6 files changed +17
-8
lines changed Expand file tree Collapse file tree 6 files changed +17
-8
lines changed Original file line number Diff line number Diff line change 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"""
57from enum import Enum
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"""
68kerngraph.py
Original file line number Diff line number Diff line change 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"""
57Unit tests for the `parse_args` function from the `kerngraph` module.
Original file line number Diff line number Diff line change 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"""
87Unit tests for the kernel parser functionality.
You can’t perform that action at this time.
0 commit comments