-
Notifications
You must be signed in to change notification settings - Fork 754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update MSVC on CI machines #16950
Comments
@uditagarwal97 have you started working on this? i need to update the gpu drivers this week so i can do this at the same time if you don't have a preference |
Hi @sarnex, not yet. Sure, feel free to take this up. |
cool |
@KornevNikita It looks like there are some tests that fail to compile on the new MSVC (I used the latest which is 19.43.34808), no idea if it's a new compiler bug or a product issue exposed. Example:
Do you have bandwidth to investigate these or should I just file a Jira? |
@sarnex please create a ticket, I'm not an expert:) I was just told that we need a new compiler. |
BTW have you already updated it or just running locally? |
Made #17116 I updated it on the Windows BMG runner which isn't available in public CI here yet but is being used in a PR I have to test it. For now I'll make it use the same MSVC version as all the other runners. |
Is your feature request related to a problem? Please describe
As I understand the current version is:
-- The CXX compiler identification is MSVC 19.33.31629.0
This version contains a bug which leads to incorrect result for std::exp:
https://github.com/intel/llvm/actions/runs/13237411614/job/36945931639?pr=16939:
(1.64872,0)
When the expected result is:
https://godbolt.org/z/f3jhq3Yeo
(1.64872,-0)
Likely we need at least 19.40.33811.
Describe the solution you would like
No response
Describe alternatives you have considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: