Matthew Gretton-Dann
Matthew Gretton-Dann
**Output of 'strings libarm_compute.so | grep arm_compute_version':** `arm_compute_version=22.05 Build options: {'arch': 'armv8.2-a', 'debug': '0', 'examples': '1', 'opencl': '0', 'mali': '0', 'neon': '1', 'cppthreads': '1', 'benchmark_examples': 'true', 'validate_examples': 'true'} Git hash=b'a175e887d64450decf80ea47d4049832c5805565'`...
We make use of `unsign` within GitHub. This PR contributes some of the changes we have internally back to the community: In summary the changes are: * `-v` and `-h`...
Command line option handling and reading of input files do not give helpful errors when inputs are incorrect. This issue is to work through some of these and improve command-line...
This PR adds a .clang-format file to format code at the top-level and enforces it using a GitHub Action. On Windows modern versions of Visual Studio should pick up the...
The `/S:` and `/M:` options output binary files in a platform dependent manner (notably use of long which may be 32-bit or 64-bit). To improve cross-platform robustness it would be...
This is based on the following LGTM ticket: https://discuss.lgtm.com/t/error-loading-shared-library-ld-linux-x86-64-so-2-no-such-file-or-directory-needed-by-opt-dist-tools-lib64trace-so/2944/4 Build [sgx-lkl](https://github.com/lsds/sgx-lkl.git) as follows: ```sh sudo apt-get install make gcc g++ bc python xutils-dev bison flex libgcrypt20-dev libjson-c-dev automake autopoint autoconf...