File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -182,3 +182,7 @@ Tizen is a registered trademark of The Linux Foundation.
182
182
Windows® is a trademark of the Microsoft group of companies.
183
183
184
184
QNX® is a trademark of QNX, a division of BlackBerry.
185
+
186
+ ## Test documentation addition
187
+
188
+ Simple test
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2021 Arm Limited.
2
+ * Copyright (c) 2021, 2025 Arm Limited.
3
3
*
4
4
* SPDX-License-Identifier: MIT
5
5
*
@@ -41,6 +41,7 @@ arm_compute::IScheduler &CpuQueue::scheduler()
41
41
42
42
StatusCode CpuQueue::finish ()
43
43
{
44
+ // Test edit of cpu related file
44
45
return StatusCode::Success;
45
46
}
46
47
} // namespace cpu
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2021 Arm Limited.
2
+ * Copyright (c) 2021, 2025 Arm Limited.
3
3
*
4
4
* SPDX-License-Identifier: MIT
5
5
*
@@ -92,6 +92,7 @@ bool ClQueue::set_cl_queue(::cl::CommandQueue queue)
92
92
93
93
StatusCode ClQueue::finish ()
94
94
{
95
+ // Test edit of gpu related file
95
96
arm_compute::CLScheduler::get ().queue ().finish ();
96
97
return StatusCode::Success;
97
98
}
You can’t perform that action at this time.
0 commit comments