CI: Add CI to test using gcc-12 on Intel Sapphire Rapids#23502
Conversation
|
hmm, SDE SPR build taking forever. |
|
Ah, I should build outside the SDE and only run the tests in it. Fixing it. |
|
Anyidea why this command fails with an error? Unable to run individual tests with the |
|
Maybe try the equivalent |
|
The tests now run in 22 minutes, which seems acceptable. I wouldn't expect tests to fail here, is there a problem with the emulation? One style nit: I prefer |
It doesn't fail locally. I also don't see these errors:
That's fine with me. I will fix it. |
|
Looks like v9.14 fixed it. |
|
Thanks @r-devulap |
|
Would it be better to combine it with |
|
I think we need two since we want to make sure both compilers (gcc12 and the default gcc in the manylinux image) pass tests |
|
Make sense, sorry for the noise. I just thought |
Hmm. Maybe it does and we should be forcing it to use 9.3? In any case, the default gcc in ubuntu 22.04 is 11.3 |
Add CI to test AVX512FP16 content on Intel SPR (ex: PR #23435 and #23351).