-
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
[GCC13] Missing intrinsics 2 #44645
Comments
assign heterogeneous,core |
New categories assigned: heterogeneous,core @Dr15Jones,@fwyzard,@makortel,@makortel,@smuzaffar you have been requested to review this Pull request/Issue and eventually sign? Thanks |
cms-bot internal usage |
A new Issue was created by @iarspider. @sextonkennedy, @smuzaffar, @Dr15Jones, @rappoccio, @makortel, @antoniovilela can you please review it and eventually sign/assign? Thanks. cms-bot commands are listed here |
According to the release notes, |
See cms-sw/cmsdist#9126 . |
@fwyzard thanks! In case that doesn't fix the issue, here is include chain that leads to tbb:
|
thanks @iarspider, we should probably try to fix the include chain anyway. |
Moving #include "RecoParticleFlow/PFRecHitProducer/interface/PFRecHitTopologyRecord.h" from |
Thanks! Could you please open a PR with this change? |
@makortel , if we want to avoid compiling (some of) the framework headers with #ifdef __NVCC__
#error Framework headers should not be compiled by the device compiler
#endif to |
For |
For
(this is the only tbb header used by this file, the |
|
Unfortunately this does not seem trivial to disentangle. |
I have just realized that I have processed wrong file, sorry.
…On Tue, Apr 9, 2024, 12:10 Andrea Bocci ***@***.***> wrote:
For
RecoLocalTracker/SiStripClusterizer/plugins/SiStripRawToClusterGPUKernel.cu
:
RecoLocalTracker/SiStripClusterizer/plugins/SiStripRawToClusterGPUKernel.cu -> RecoLocalTracker/SiStripClusterizer/plugins/SiStripRawToClusterGPUKernel.h -> CalibFormats/SiStripObjects/interface/SiStripClusterizerConditionsGPU.h -> HeterogeneousCore/CUDACore/interface/ESProduct.h -> HeterogeneousCore/CUDAUtilities/interface/EventCache.h -> FWCore/Utilities/interface/ReusableObjectHolder.h -> oneapi/tbb/concurrent_queue.h
RecoLocalTracker/SiStripClusterizer/plugins/SiStripRawToClusterGPUKernel.cu -> CalibFormats/SiStripObjects/interface/SiStripClusterizerConditionsGPU.h -> HeterogeneousCore/CUDACore/interface/ESProduct.h -> HeterogeneousCore/CUDAUtilities/interface/EventCache.h -> FWCore/Utilities/interface/ReusableObjectHolder.h -> oneapi/tbb/concurrent_queue.h
(this is the only tbb header used by this file, the
PFRecHitTopologyESProducer.cc referenced several other tbb headers)
Unfortunately this does not seem trivial to disentangle.
—
Reply to this email directly, view it on GitHub
<#44645 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAE3NORURKT667HQB5PWYK3Y4O5BJAVCNFSM6AAAAABF2L43OWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBUGYZTOOJYG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Corrected dependency chain for |
Can you try to edit |
Trying this in 14_1_0_pre2, I get hits in
Full chains:
|
@cmsbuild please close |
When testing fixes for gcc13, two more cases of
identifier "__builtin_ia32_cmpccxadd" is undefined
were detected:and
Similar problem was fixed in #44595 by @makortel and @dan131riley .
The text was updated successfully, but these errors were encountered: