Benjamin Leff
Benjamin Leff
Right now the configure script only supports SIMD on x86. Any plans to support aarch64 (NEON / SVE)?
When compiling ONNX from sources from commit `be3e3799fbd0acbc654a9579498ec875b129588d`, the source tree gets polluted with generated protoc files. This requires removal of the entire source tree + (build dir, .egg-info, .setuptools-cmake-build)...
It would be great for XNNPACK to have a CMake Config so downstream packages can easily locate it via `find_package(XNNPACK CONFIG)` or similar. This will help downstream consumers like torch...
### CloudFormation Lint Version cfn-lint 1.28.0 ### What operating system are you using? Mac ### Describe the bug ECS Predictive Scaling checks are not enforced. All permutations should be checked,...
The _HWLOC_ATTRIBUTE_FAIL_SEARCH macro in hwloc_check_attributes.m4 incorrectly marks all __attribute__ checks as unsupported when using Clang with verbose output (-v in CFLAGS), because the grep for "ignore" and "skip" matches (substring)...
When running `./configure` on an aarch64 (ARM64) system, the CPU detection reports `unknown` because the CPU support check only includes x86/x86_64/amd64 architectures. ## Steps to Reproduce 1. Run `./configure` on...
On CMake build when building from master, the libhiredis_ssl shared library is not properly linked to libhiredis on non-Windows platforms, causing undefined symbol errors at runtime. Reproduce: - Build hiredis...
Without applying the various [patches](https://github.com/aws/aws-lambda-python-runtime-interface-client/tree/main/deps/patches) to aws-lambda-cpp from [awslambdaric](https://github.com/aws/aws-lambda-python-runtime-interface-client), compiling awslambdaric from sources will fail with a number of errors. This means we need to maintain our own fork of...
The `"-fvisibility=hidden"` (see [CMakeLists.txt#L77](https://github.com/awslabs/aws-lambda-cpp/blob/master/CMakeLists.txt#L77)) in `CMakeLists.txt` causes undefined symbols errors when using this library as shared object. It's not a problem when using it as a static library because visibility...
Any plans to support SIMD for SVE / SVE2 for aarch64?