You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Github Actions uses Xeon Platinum CPU, that in particular implements these instructions: avx512f avx512dq avx512cd avx512bw avx512vl.
I think some of them are not implemented on T2 instances, which causes SIGILL.
What is not clear to me is why it happens, since libff uses XBYAK JIT assembler that to my understanding should generate correct instructions depending on the CPU.
The text was updated successfully, but these errors were encountered:
At SKALE we use libff for BLS signatures
https://github.com/skalenetwork/libBLS
we recently upgraded libff to the version that implements BLS384. After that, binaries compiled on Github Actions started to fail on AWS T2.
We reverted to an older version of libff,
03b719a
Then SIGILL disappeared.
Github Actions uses Xeon Platinum CPU, that in particular implements these instructions: avx512f avx512dq avx512cd avx512bw avx512vl.
I think some of them are not implemented on T2 instances, which causes SIGILL.
What is not clear to me is why it happens, since libff uses XBYAK JIT assembler that to my understanding should generate correct instructions depending on the CPU.
The text was updated successfully, but these errors were encountered: