-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Removed workaround for illegal memory access #48854
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
|
cms-bot internal usage |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-48854/46002
|
|
A new Pull Request was created by @leobeltra for master. It involves the following packages:
@cmsbuild, @fwyzard, @jfernan2, @makortel, @mandrenguyen can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
allow @leobeltra test rights |
|
please test |
|
-1 Failed Tests: Build BuildI found compilation error when building: Copying tmp/el8_amd64_gcc12/src/RecoVertex/PixelVertexFinding/plugins/RecoPixelVertexingPixelVertexFindingPluginsPortableROCmAsync/libRecoPixelVertexingPixelVertexFindingPluginsPortableROCmAsync_rocm.a to productstore area: Copying tmp/el8_amd64_gcc12/src/RecoVertex/PixelVertexFinding/test/deviceVertexFinderByDensity_tROCmAsync/libdeviceVertexFinderByDensity_tROCmAsync_rocm.a to productstore area: cp: cannot stat 'tmp/el8_amd64_gcc12/src/RecoVertex/PixelVertexFinding/plugins/RecoPixelVertexingPixelVertexFindingPluginsPortableROCmAsync/libRecoPixelVertexingPixelVertexFindingPluginsPortableROCmAsync_rocm.a': No such file or directory >> Deleted: tmp/el8_amd64_gcc12/src/RecoVertex/PixelVertexFinding/plugins/RecoPixelVertexingPixelVertexFindingPluginsPortableROCmAsync/libRecoPixelVertexingPixelVertexFindingPluginsPortableROCmAsync_rocm.a Copying tmp/el8_amd64_gcc12/src/RecoVertex/PixelVertexFinding/test/deviceVertexFinderDBSCAN_tROCmAsync/libdeviceVertexFinderDBSCAN_tROCmAsync_rocm.a to productstore area: gmake: *** [config/SCRAM/GMake/Makefile.rules:1920: tmp/el8_amd64_gcc12/src/RecoVertex/PixelVertexFinding/plugins/RecoPixelVertexingPixelVertexFindingPluginsPortableROCmAsync/libRecoPixelVertexingPixelVertexFindingPluginsPortableROCmAsync_rocm.a] Error 1 cp: cannot stat 'tmp/el8_amd64_gcc12/src/RecoVertex/PixelVertexFinding/test/deviceVertexFinderByDensity_tROCmAsync/libdeviceVertexFinderByDensity_tROCmAsync_rocm.a': No such file or directory cp: cannot stat 'tmp/el8_amd64_gcc12/src/RecoVertex/PixelVertexFinding/test/deviceVertexFinderDBSCAN_tROCmAsync/libdeviceVertexFinderDBSCAN_tROCmAsync_rocm.a': No such file or directory >> Deleted: tmp/el8_amd64_gcc12/src/RecoVertex/PixelVertexFinding/test/deviceVertexFinderByDensity_tROCmAsync/libdeviceVertexFinderByDensity_tROCmAsync_rocm.a gmake: *** [config/SCRAM/GMake/Makefile.rules:1920: tmp/el8_amd64_gcc12/src/RecoVertex/PixelVertexFinding/test/deviceVertexFinderByDensity_tROCmAsync/libdeviceVertexFinderByDensity_tROCmAsync_rocm.a] Error 1 >> Deleted: tmp/el8_amd64_gcc12/src/RecoVertex/PixelVertexFinding/test/deviceVertexFinderDBSCAN_tROCmAsync/libdeviceVertexFinderDBSCAN_tROCmAsync_rocm.a |
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.
Please do not remove this file.
|
enable gpu |
d33308f to
44f9b6e
Compare
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-48854/46008
|
44f9b6e to
01bde69
Compare
|
Pull request #48854 was updated. @jfernan2, @mandrenguyen can you please check and sign again. |
|
+heterogeneous The changes look OK, assuming all the tests pass. |
|
assign heterogeneous :-) |
|
+1 Size: This PR adds an extra 28KB to repository Comparison SummarySummary:
AMD_MI300X Comparison SummarySummary:
AMD_W7900 Comparison SummarySummary:
NVIDIA_H100 Comparison SummarySummary:
NVIDIA_L40S Comparison SummarySummary:
NVIDIA_T4 Comparison SummarySummary:
|
|
+1 |
|
kind ping |
|
unhold |
|
please test Let's refresh the test results since they are over two weeks old. |
|
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @sextonkennedy, @mandrenguyen, @ftenchini (and backports should be raised in the release meeting by the corresponding L2) |
|
+1 Size: This PR adds an extra 16KB to repository Comparison SummarySummary:
AMD_MI300X Comparison SummarySummary:
AMD_W7900 Comparison SummarySummary:
NVIDIA_H100 Comparison SummarySummary:
NVIDIA_L40S Comparison SummarySummary:
NVIDIA_T4 Comparison SummarySummary:
|
|
+1 |
PR description:
This PR removes the workaround introduced in #47931 for the issue in GPU relvals found in #47808.
The problem has been addressed by reverting some changes introduced in #47306. In particular,
size_has been deleted fromSoAParametersImpl.When CUDA 13.1 is released, it will be possible to add
size_for other purposes, and the bug should be fixed (since a bug report has been opened and closed).PR validation:
Workflows 12834.402 and 29661.402 work.