Harald van Dijk
Harald van Dijk
The x86-64 assembly implementations of BLAKE3 are used both in 64-bit and in 32-bit pointer mode, but only worked in 64-bit pointer mode. This PR adds support to also allow...
The `x86_64-linux-gnux32` target uses 64-bit mode, but 32-bit pointers. In this mode, the same assembly as for 64-bit pointers is used, but it does not work. ```console harald@debian:~/BLAKE3/c/build$ cmake -G...
Level Zero adapter segfaults if older intel-level-zero-gpu is installed but not device is available
### Describe the bug Level Zero adapter segfaults if older intel-level-zero-gpu is installed but not device is available. ### To reproduce Command output omitted for readability where not relevant: ```...