Skip to content

Commit 4b90d64

Browse files
committed
[#70425] Updated copyrights
Signed-off-by: Grzegorz Latosinski <[email protected]>
1 parent 851e1f8 commit 4b90d64

File tree

9 files changed

+12
-8
lines changed

9 files changed

+12
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Zephyr runtime for Kenning
22

3-
Copyright (c) 2023-2024 [Antmicro](https://www.antmicro.com)
3+
Copyright (c) 2023-2025 [Antmicro](https://www.antmicro.com)
44

55
This project provides a Zephyr library for the [Kenning](https://github.com/antmicro/kenning) runtime API, along with an application for model evaluation.
66
Its aim is to simplify adoption and switching between existing runtime implementations.

app/boards/max32690fthr_max32690_m4.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Copyright (c) 2024-2025 Antmicro <www.antmicro.com>
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
CONFIG_KENNING_TVM_HEAP_SIZE=64
26
CONFIG_KENNING_TVM_GRAPH_BUFFER_SIZE=24
37
CONFIG_KENNING_TVM_INPUT_BUFFER_SIZE=10

include/kenning_inference_lib/core/kenning_protocol.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023-2024 Antmicro <www.antmicro.com>
2+
* Copyright (c) 2023-2025 Antmicro <www.antmicro.com>
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*/

lib/kenning_inference_lib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Antmicro <www.antmicro.com>
1+
# Copyright (c) 2023-2025 Antmicro <www.antmicro.com>
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

lib/kenning_inference_lib/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Antmicro <www.antmicro.com>
1+
# Copyright (c) 2023-2025 Antmicro <www.antmicro.com>
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

lib/kenning_inference_lib/core/kenning_protocol.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023-2024 Antmicro <www.antmicro.com>
2+
* Copyright (c) 2023-2025 Antmicro <www.antmicro.com>
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*/

lib/kenning_inference_lib/runtimes/tvm/tvm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023-2024 Antmicro <www.antmicro.com>
2+
* Copyright (c) 2023-2025 Antmicro <www.antmicro.com>
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*/

modules/tvm/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Antmicro <www.antmicro.com>
1+
# Copyright (c) 2023-2025 Antmicro <www.antmicro.com>
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

scripts/gen_tvm_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Antmicro <www.antmicro.com>
1+
# Copyright (c) 2023-2025 Antmicro <www.antmicro.com>
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

0 commit comments

Comments
 (0)