This is an archive of the discontinued LLVM Phabricator instance.

Support Windows test on intel64 AVX512
ClosedPublic

Authored by DoyleLi on Aug 16 2023, 11:28 PM.

Details

Summary

Signed-off-by: Xiaodong Li <xiaodong.li@intel.com>

Diff Detail

Event Timeline

DoyleLi created this revision.Aug 16 2023, 11:28 PM
Herald added a project: Restricted Project. · View Herald Transcript
DoyleLi requested review of this revision.Aug 16 2023, 11:28 PM

Hi, @aaron.ballman, could you please help to review the patch for windows AVX512 buildbot job?

It is transfered from the existing one, https://reviews.llvm.org/D154406?vs=on&id=540863#toc
With a new cmake parameter:
"-DCOMPILER_RT_BUILD_ORC=OFF",

I tried locally and all cases were passed as expected, so we can ask @gkistanova help to implement on the stage environment to see how it works.
Thanks!!

I think the changes look reasonable, but I leave it to @gkistanova to decide if they're correct or not. :-)

@DoyleLi, could you connect avx512-intel64-win to the staging, please? Let's see how it would fly.

gkistanova accepted this revision.Aug 22 2023, 1:51 PM

I cannot wait longer for avx512-intel64-win being online. Sorry.

The patch itself looks Ok, so feel free to commit and check on staging whenever you are ready.

This revision is now accepted and ready to land.Aug 22 2023, 1:51 PM

Hi @gkistanova Could you please help to enable the worker on staging again? Thank you so much.

This revision was automatically updated to reflect the committed changes.