-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Simplify cudacompat layer to use a 1-dimensional grid #32586
Simplify cudacompat layer to use a 1-dimensional grid #32586
Conversation
Remove the possibility of changing the grid size used by the cms::cudacompat layer, and make it a constant equal to {1, 1, 1}. This avoids a thread-related problem caused by TBB using worker threads where the grid size had not been initialised.
please test |
+heterogeneous |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-32586/20586
|
A new Pull Request was created by @fwyzard (Andrea Bocci) for master. It involves the following packages: HeterogeneousCore/CUDAUtilities can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-c2e962/11877/summary.html Comparison Summary@slava77 comparisons for the following workflows were not done due to missing matrix map:
Summary:
|
+1 |
PR description:
Remove the possibility of changing the grid size used by the
cms::cudacompat
layer, and make it a constant equal to{1, 1, 1}
.This avoids a thread-related problem caused by TBB using worker threads where the grid size had not been initialised.
PR validation:
Changes in use in the Patatrack branch,
if this PR is a backport please specify the original PR and why you need to backport that PR:
These changes were originally integrated in cms-patatrack#586 .