Skip to content
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

remove memory fence #14070

Merged
merged 1 commit into from Apr 14, 2016
Merged

remove memory fence #14070

merged 1 commit into from Apr 14, 2016

Conversation

VinInn
Copy link
Contributor

@VinInn VinInn commented Apr 14, 2016

avoid stalls due to memory fence.

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @VinInn (Vincenzo Innocente) for CMSSW_8_1_X.

It involves the following packages:

DataFormats/Common

@cmsbuild, @smuzaffar, @Dr15Jones, @davidlange6 can you please review it and eventually sign? Thanks.
@makortel, @wddgit, @wmtan this is something you requested to watch as well.
@slava77, @Degano, @smuzaffar you are the release manager for this.

cms-bot commands are list here #13028

@VinInn
Copy link
Contributor Author

VinInn commented Apr 14, 2016

@cmsbuild , please test

@cmsbuild
Copy link
Contributor

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/12371/console

@Dr15Jones
Copy link
Contributor

+1
This works because these operations do not need the most up to date value of cachePtr_ to work correctly, they only need a guarantee to copy a value of cachePtr_ from some point in history. Also we do not need a memory fence since cachePtr_ is not being used as a synchronization barrier for any other memory location nor does it have to coordinate with the value from another std::atomic.

@cmsbuild
Copy link
Contributor

This pull request is fully signed and it will be integrated in one of the next CMSSW_8_1_X IBs after it passes the integration tests. This pull request requires discussion in the ORP meeting before it's merged. @slava77, @davidlange6, @Degano, @smuzaffar

@cmsbuild
Copy link
Contributor

-1

Tested at: b491ca1
I found errors in the following unit tests:

---> test runtestTqafTopEventSelection had ERRORS
---> test testRecoMETMETProducers had ERRORS

you can see the results of the tests here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-14070/12371/summary.html
'List

@davidlange6 davidlange6 merged commit 84be303 into cms-sw:CMSSW_8_1_X Apr 14, 2016
@cmsbuild
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants