-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Fix elements_with_stride_nd when the index is outside the extent #42558
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
Conversation
Also: - add support for the AccCpuThreads acelerator - rename member variables for consistency - improve comments
|
please test with cms-sw/cmsdist#8645 |
|
enable gpu |
|
+heterogeneous The updated test works locally. |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42558/36576
|
|
A new Pull Request was created by @fwyzard (Andrea Bocci) for master. It involves the following packages:
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-84f443/34258/summary.html Comparison SummarySummary:
GPU Comparison SummarySummary:
|
|
type bugfix |
|
@fwyzard does this PR require that cms-sw/cmsdist#8645 is also merged?
|
Yes.
I cannot sign cmsdist PRs, but if people give the rights to do so, I will :-)
.A |
@perrotta Did you perhaps mean the cms-sw/cmsdist#8645 should be assigned to |
Sorry, I am in mid-summer (supposedly holiday...) mode: I was convinced that there was a missing "heterogeneous" signature there, that why I wondered why it was not signed yet. Let merge everything at once, then |
|
+1 |
|
Thank you :-) |
makortel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add support for the AccCpuThreads accelerator;
This statement refers specifically to the workdivision.h header, right?
Yes, there is no support added to the other headers. |
PR description:
Extend
testKernel.dev.ccwith a 2D kernel test that uses large block sizes and redundant blocks.Fix
elements_with_stride_ndwhen the initial index is outside the extent; this fixes the issue revealed by the new test.Also:
AccCpuThreadsaccelerator;PR validation:
The new unit tests completes successfully.
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 13.0.x and later.