-
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
Replace TAcc
with explicit accelerator type
#46916
Replace TAcc
with explicit accelerator type
#46916
Conversation
please test |
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46916/42977
|
A new Pull Request was created by @fwyzard for master. It involves the following packages:
@Moanwar, @fwyzard, @jfernan2, @makortel, @mandrenguyen, @srimanob, @subirsarkar can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
+1 Size: This PR adds an extra 96KB to repository
Comparison SummarySummary:
|
a8c4272
to
79efc01
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46916/42980
|
Pull request #46916 was updated. @Moanwar, @cmsbuild, @fwyzard, @jfernan2, @makortel, @mandrenguyen, @srimanob, @subirsarkar can you please check and sign again. |
79efc01
to
51f1595
Compare
-1 Failed Tests: ClangBuild Clang BuildI found compilation error while trying to compile with clang. Command used:
>> Entering Package RecoLocalTracker/SiPixelRecHits >> Entering Package RecoParticleFlow/PFClusterProducer >> Entering Package RecoParticleFlow/PFRecHitProducer >> Entering Package RecoTracker/PixelSeeding >> Compile sequence completed for CMSSW CMSSW_15_0_X_2025-01-20-1100 gmake: *** [There are compilation/build errors. Please see the detail log above.] Error 1 Command exited with non-zero status 1 Command being timed: "scram build -k -j 32 COMPILER=llvm compile BUILD_LOG=yes" User time (seconds): 4359.86 System time (seconds): 484.61 Percent of CPU this job got: 922% |
bd19ee4
to
8506481
Compare
I've backed out the changes from |
please test |
+heterogeneous optimistically :-) |
+1 Size: This PR adds an extra 64KB to repository Comparison SummarySummary:
GPU Comparison SummarySummary:
|
+1 |
+Upgrade |
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. @antoniovilela, @sextonkennedy, @rappoccio, @mandrenguyen (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
Replace the
TAcc
template with the explicit accelerator type (Acc1D
,Acc2D
, orAcc3D
).PR validation:
The code builds.