-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
HLT GPU tutorial #47607
base: master
Are you sure you want to change the base?
HLT GPU tutorial #47607
Conversation
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47607/44116
|
A new Pull Request was created by @fwyzard for master. It involves the following packages:
The following packages do not have a category, yet: DataFormats/HeterogeneousTutorial @cmsbuild, @fwyzard, @makortel can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
It contains various modules and data structres: an EDProducer to convert PFJets to a simplified SoA format - a heterogeneous global::EDProducer running on CPU - SoA data structures - automatic data transfers from host to device an EDProducer to apply residual jet corrections on GPU - an asynchronous global::EDProducer running on GPU - a simple 1D kernel an ESProducer for the jet corrections - a new EventSetup record - new “portable” data structures and EventSetup conditions - a heterogeneous ESProducer an EDProducer to find all jet pairs and triplets passing some selection criteria - a stream::SynchronizingEDProducer - new persistent and local SoA data structures - automatic copy of a configuration object to the GPUs - more complex 2D and 3D kernels an EDAnalyzer to print the N-tuplets - a traditional edm::EDAnalyzer running on CPU - automatic data transfers from device to host It also contains a configuration file to run the full job on GPUs or on CPU. Note: these packages are distributed under the GNU GPL v3 license.
ad38aa0
to
4b39a86
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47607/44126
|
PR description:
Implement a tutorial for using GPUs in CMSSW.
The outline is:
This PR includes the bug fixes from #47605.
PR validation:
The tutorial runs successfully on top of CMSSW_15_0_0.
If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:
To be backported to 15.0.x to help with HLT developments.