Skip to content

Commit 4414079

Browse files
committed
Rebase
1 parent 42ce94f commit 4414079

File tree

249 files changed

+1892
-3160
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

249 files changed

+1892
-3160
lines changed

.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ AlignOperands: true
1111
AlignTrailingComments: true
1212
AllowAllParametersOfDeclarationOnNextLine: true
1313
AllowShortBlocksOnASingleLine: false
14-
AllowShortCaseLabelsOnASingleLine: false
14+
AllowShortCaseLabelsOnASingleLine : true
1515
AllowShortFunctionsOnASingleLine: None
1616
AllowShortIfStatementsOnASingleLine: false
1717
AllowShortLoopsOnASingleLine: false

app/apps/apps.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2020-2024, Arm Limited and Contributors
1+
/* Copyright (c) 2020-2026, Arm Limited and Contributors
22
*
33
* SPDX-License-Identifier: Apache-2.0
44
*

app/plugins/batch_mode/batch_mode.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2020-2025, Arm Limited and Contributors
1+
/* Copyright (c) 2020-2026, Arm Limited and Contributors
22
* Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved.
33
*
44
* SPDX-License-Identifier: Apache-2.0

app/plugins/batch_mode/batch_mode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2020-2025, Arm Limited and Contributors
1+
/* Copyright (c) 2020-2026, Arm Limited and Contributors
22
* Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved.
33
*
44
* SPDX-License-Identifier: Apache-2.0

app/plugins/benchmark_mode/benchmark_mode.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2020-2025, Arm Limited and Contributors
1+
/* Copyright (c) 2020-2026, Arm Limited and Contributors
22
* Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved.
33
*
44
* SPDX-License-Identifier: Apache-2.0

app/plugins/benchmark_mode/benchmark_mode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2020-2025, Arm Limited and Contributors
1+
/* Copyright (c) 2020-2026, Arm Limited and Contributors
22
* Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved.
33
*
44
* SPDX-License-Identifier: Apache-2.0

app/plugins/data_path/data_path.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2022-2025, Arm Limited and Contributors
1+
/* Copyright (c) 2022-2026, Arm Limited and Contributors
22
* Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved.
33
*
44
* SPDX-License-Identifier: Apache-2.0

app/plugins/file_logger/file_logger.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/* Copyright (c) 2021-2025, Arm Limited and Contributors
2-
* Copyright (c) 2021-2025, Sascha Willems
1+
/* Copyright (c) 2021-2026, Arm Limited and Contributors
2+
* Copyright (c) 2021-2026, Sascha Willems
33
* Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved.
44
*
55
* SPDX-License-Identifier: Apache-2.0

app/plugins/file_logger/file_logger.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/* Copyright (c) 2020-2025, Arm Limited and Contributors
2-
* Copyright (c) 2021-2025, Sascha Willems
1+
/* Copyright (c) 2020-2026, Arm Limited and Contributors
2+
* Copyright (c) 2021-2026, Sascha Willems
33
* Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved.
44
*
55
* SPDX-License-Identifier: Apache-2.0

app/plugins/force_close/force_close.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2020-2025, Arm Limited and Contributors
1+
/* Copyright (c) 2020-2026, Arm Limited and Contributors
22
* Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved.
33
*
44
* SPDX-License-Identifier: Apache-2.0

0 commit comments

Comments
 (0)