Do not use -Ofast in libxz#10273
Do not use -Ofast in libxz#10273fwyzard wants to merge 1 commit intocms-sw:IB/CMSSW_16_1_X/masterfrom
-Ofast in libxz#10273Conversation
|
please test |
|
A new Pull Request was created by @fwyzard for branch IB/CMSSW_16_1_X/master. @akritkbehera, @iarspider, @raoatifshad, @smuzaffar can you please review it and eventually sign? Thanks. |
|
cms-bot internal usage |
|
-1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-7a57f6/50534/summary.html Failed External BuildI found compilation warning when building: See details on the summary page. |
|
please test what ? |
|
-1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-7a57f6/50540/summary.html Failed External BuildI found compilation warning when building: See details on the summary page. |
|
please test |
|
-1 Failed Tests: RelVals Failed RelVals |
-Ofast implies -funsafe-math-optimizations, which affects the global FP state for all programs: when used at link time, it may include libraries or startup files that change the default FPU control word or other similar optimizations.
cce7e6a to
a9cd3c0
Compare
|
Pull request #10273 was updated. |
|
please test |
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-7a57f6/51487/summary.html Comparison SummarySummary:
|
|
+1 |
|
hold Sorry, I forgot about it, but I didn't mean to merge it just yet. |
|
Pull request has been put on hold by @fwyzard |
|
It's only specific to this library because this is the only library for which we are currently using |
|
Thanks I seem to recall some discussion about this flag in the context of reproducibility, perhaps in the context of GPU workflows. |
No description provided.