-
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
[RFC] Make BeamSpotToCUDA constructible, and avoid building CUDADataFormats/BeamSpot when CUDA is not available according to cuda-gcc-support #31261
Conversation
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-31261/17933
|
A new Pull Request was created by @makortel (Matti Kortelainen) for master. It involves the following packages: CUDADataFormats/BeamSpot @perrotta, @makortel, @slava77, @cmsbuild, @fwyzard, @jpata can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
test parameters:
|
@cmsbuild, please test |
The tests are being triggered in jenkins.
|
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
test parameters:
|
@cmsbuild, please test |
Comparison job queued. |
Ah... OK, less worrying then. |
I remember... and unfortunately I don't have any other ideas at the moment. |
Comparison is ready Comparison Summary:
|
The tests are being triggered in jenkins.
|
+1 |
Comparison job queued. |
#31334 proposes an alternative by relaxing the pieces in CUDA utilities that can be built with just the host compiler (gcc) to be built with |
Comparison is ready Comparison Summary:
|
Closing in favor of #31334 |
PR description:
Attempt to fix a build failure in gcc10, and after that to make workflows to run.
PR validation:
Building
CUDADataFormats/BeamSpot
succeeds (i.e. gets skipped) on gcc10.