- Nov 27, 2024
-
-
Michael Platings authored
-
Michael Platings authored
It seems that the act of polling itself can cause the device to heat up so do it only every 3 seconds instead of every 1 second.
-
Michael Platings authored
-
Denes Tarjan authored
-
- Nov 26, 2024
-
-
Denes Tarjan authored
-
Denes Tarjan authored
-
Denes Tarjan authored
-
- Nov 21, 2024
-
-
Michael Platings authored
-
Michael Platings authored
Some compilers appear to have difficulty optimizing the previous code so it can impact performance.
-
- Nov 18, 2024
-
-
Michael Platings authored
-
Michael Platings authored
-
- Nov 17, 2024
-
-
Mark Horvath authored
-
- Nov 15, 2024
-
-
Mark Horvath authored
Cut-off point changed when to call the multithreaded implementation in the OpenCV HAL.
-
- Nov 13, 2024
-
-
Richard Wells authored
-
Richard Wells authored
-
Mark Horvath authored
For benchmarks with a single parameter parentheses are not needed.
-
Denes Tarjan authored
-
- Nov 12, 2024
-
-
Denes Tarjan authored
-
Mark Horvath authored
Benchmark suite from OpenCV's video module was added to the benchmark list, but the related perf test binaries were not pushed by push.sh
-
Michael Platings authored
-
Mark Horvath authored
-
Mark Horvath authored
-
- Nov 07, 2024
-
-
Michael Platings authored
This brings the performance profile in line with OpenCV's which enables multithreading for these operations.
-
- Nov 06, 2024
-
-
Akos Denke authored
-
Mark Horvath authored
* Verbose mode's output changed to mimic a shell output with the -x flag. * When a device filename is created the OS separator is removed from the very beginning of the filename as filenames starting with a '-' can be painful to work with in interactive shells.
-
shlex generates an escaping around '&&' which is not understood by some shells.
-
- Nov 04, 2024
-
-
Michael Platings authored
clang-tidy appears to search for the .clang-tidy configuration file in the current working directory before searching the parent directories of the source file. Previously a dummy .clang-tidy file was placed in the build directory with the intent of avoiding running clang-tidy on external projects like Google Test. Unfortunately, since the build directory was the current working directory at build time this meant that header files were not checked by clang-tidy. This change fixes the problem by putting the dummy .clang-tidy file in the _deps directory that CMake uses for external projects. To ensure that headers in new directories such as kleidicv_thread are checked by clang-tidy, make the header filter regular expression match everything.
-
- Oct 30, 2024
-
-
Michael Platings authored
-
- Oct 25, 2024
-
-
Mark Horvath authored
-
- Oct 24, 2024
-
-
Richard Wells authored
-
- Oct 22, 2024
-
-
Denes Tarjan authored
-
- Oct 15, 2024
-
-
Richard Wells authored
-
Richard Wells authored
-
Mark Horvath authored
* CMake configuration time is minimized for OpenCV builds. * ccache is forced for all CMake builds. * Canny tests are removed as KleidiCV's implementation is experimental.
-
Mark Horvath authored
* Base image updated to Ubuntu 24.04 * version of clang-format is updated to 19 * version of clang-tidy is pinned to 19 * ccache added * python3-six removed as it is not used and its installation failed Source changes were required only because of the clang-format version update.
-
- Oct 14, 2024
-
-
Tamas Petz authored
As the last step of this series, README is update to reflect changes.
-
Tamas Petz authored
This change fixes issues raised by shellcheck and also tries to unify benchmarking on different resolutions. The already existing benchmark specification is extracted hoping that it will result in less maintenance cost. It is still possible to execute benchmarks specific to certain resolutions.
-
Tamas Petz authored
This change attempts to fix issues highlighted by shellcheck.
-
Tamas Petz authored
DEV_DIR has a useful default value, however, users might choose to specify an alternative directory.
-
Tamas Petz authored
This change fixes issues highlighted by shellcheck.
-