Filippo Barbari
Filippo Barbari
Steps to reproduce: ``` git clone https://github.com/google/highway.git cd highway cmake -S . -B build -DCMAKE_BUILD_TYPE=Release cd build make all ``` Commit SHA: 326ac6cd2aaa7c5944ca120d6a4d12ee7efd4717 Cmake version: 3.26.3 GCC version: 13.1.0 Output...
I have this "prologue" at the beginning of a function ``` HWY_ATTR bool foo(const double *data, const uint8_t *mask) { namespace hn = hwy::HWY_NAMESPACE; const hn::ScalableTag double_vector_tag; const hn::Rebind mask_vector_tag;...
Hello, I compiled Highway 1.0.7 on a Fujitsu A64FX and these tests failed. ``` 400 - HwyCryptoTestGroup/HwyCryptoTest.TestAllAES/NEON # GetParam() = 268435456 (ILLEGAL) 404 - HwyCryptoTestGroup/HwyCryptoTest.TestAllAESInverse/NEON # GetParam() = 268435456 (ILLEGAL)...
Hello everyone, I was trying your library but the tests in the title fail. Steps to reproduce: ```bash git clone --recursive https://github.com/codeplaysoftware/portBLAS.git cd portBLAS export CC=icx export CXX=icpx cmake -S...
### Compiler name OpenJDK ### Compiler version 22 ### Compiler language Java ### Compiler homepage https://openjdk.org/projects/jdk/22/ ### Motivation The main request is about adding the latest JDK version (22), however...
Specific versions added: - 2024.1.0.468 - 2024.2.0.495 Needs [this PR](https://github.com/compiler-explorer/infra/pull/1349) to be merged.
### Describe the bug When using SYCL with OneAPI >= 2025.0.0 and compiling to spir64, the device viewer just shows this: ``` /opt/compiler-explorer/clang-18.1.0/bin/llvm-dis: error: Invalid record ``` like in [this...