-
Notifications
You must be signed in to change notification settings - Fork 184
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
[Aarch64] Build with -march=armv8-a #7593
Conversation
please test for slc7_aarch64_gcc11 |
A new Pull Request was created by @smuzaffar (Malik Shahzad Muzaffar) for branch IB/CMSSW_12_3_X/g11. @smuzaffar, @iarspider can you please review it and eventually sign? Thanks. |
-1 Failed Tests: UnitTests RelVals Unit TestsI found errors in the following unit tests: ---> test testFWCoreConcurrency had ERRORS ---> test TestFWCoreServicesDriver had ERRORS ---> test testFWCoreUtilities had ERRORS RelVals
|
b5f5d63
to
17351ea
Compare
test parameters:
|
Pull request #7593 was updated. |
please test |
Pull request #7593 was updated. |
please test for slc7_aarch64_gcc11 |
please test for slc7_amd64_gcc11 |
-1 Failed Tests: UnitTests RelVals The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic: You can see more details here: Unit TestsI found errors in the following unit tests: ---> test testFWCoreConcurrency had ERRORS ---> test TestFWCoreServicesDriver had ERRORS ---> test testFWCoreUtilities had ERRORS RelVals
|
Pull request #7593 was updated. |
This PR disables the outline atomics for gcc 11 on aarch64. see cms-sw/cmssw#36788 where we think that aarch64 relvals might be failing due to outline atomics (enabled by defaults for GCC 10.1 and above).