-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[backport to 14_0_0] Moved ONNXRuntime headers in 1.17.1 #44355
base: CMSSW_14_0_X
Are you sure you want to change the base?
[backport to 14_0_0] Moved ONNXRuntime headers in 1.17.1 #44355
Conversation
A new Pull Request was created by @valsdav for CMSSW_14_0_X. It involves the following packages:
@valsdav, @wpmccormack, @cmsbuild can you please review it and eventually sign? Thanks. cms-bot commands are listed here
|
cms-bot internal usage |
backport of #44354 |
please test with cms-sw/cmsdist#9051 |
-1 Failed Tests: Build ClangBuild The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic: You can see more details here: BuildI found compilation error when building: >> Compiling edm plugin src/RecoLocalCalo/HcalRecProducers/src/HcalSimpleReconstructor.cc >> Compiling src/RecoLocalCalo/HcalRecProducers/src/MahiGPU.cu >> Compiling edm plugin src/RecoLocalCalo/HcalRecProducers/src/SealModule.cc >> Compiling edm plugin src/RecoLocalCalo/HcalRecProducers/src/ZdcHitReconstructor.cc >> Compiling edm plugin src/RecoLocalCalo/HcalRecProducers/src/ZdcSimpleReconstructor.cc /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/el8_amd64_gcc12/external/gcc/12.3.1-40d504be6370b5a30e3947a6e575ca28/lib/gcc/x86_64-redhat-linux-gnu/12.3.1/include/avx512bf16vlintrin.h(53): error: identifier "__builtin_ia32_cvtne2ps2bf16_v16hi" is undefined return (__m256bh)__builtin_ia32_cvtne2ps2bf16_v16hi(__A, __B); ^ /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/el8_amd64_gcc12/external/gcc/12.3.1-40d504be6370b5a30e3947a6e575ca28/lib/gcc/x86_64-redhat-linux-gnu/12.3.1/include/avx512bf16vlintrin.h(60): error: identifier "__builtin_ia32_cvtne2ps2bf16_v16hi_mask" is undefined return (__m256bh)__builtin_ia32_cvtne2ps2bf16_v16hi_mask(__C, __D, __A, __B); Clang BuildI found compilation error while trying to compile with clang. Command used:
>> Entering Package Utilities/ReleaseScripts >> Entering Package Utilities/StaticAnalyzers >> Entering Package Utilities/StorageFactory >> Entering Package Utilities/XrdAdaptor >> Compile sequence completed for CMSSW CMSSW_14_0_X_2024-03-08-1100 gmake: *** [There are compilation/build errors. Please see the detail log above.] Error 1 + eval scram build outputlog '&&' '(python3' /data/cmsbld/jenkins/workspace/ib-run-pr-tests/cms-bot/buildLogAnalyzer.py --logDir /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_14_0_X_2024-03-08-1100/tmp/el8_amd64_gcc12/cache/log/src '||' 'true)' ++ scram build outputlog >> Entering Package PhysicsTools/NanoAODTools ------- copying files from src/PhysicsTools/NanoAODTools/scripts ------- >> copied nano_postproc.py |
please test with cms-sw/cmsdist#9051 |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-5e9aa6/38022/summary.html Comparison SummarySummary:
|
hold
|
Pull request has been put on hold by @antoniovilela |
please test with #44355 |
-1 Failed Tests: Build ClangBuild BuildI found compilation error when building: >> Leaving Package PhysicsTools/ONNXRuntime >> Package PhysicsTools/ONNXRuntime built Entering library rule at PhysicsTools/ONNXRuntime >> Compiling src/PhysicsTools/ONNXRuntime/src/ONNXRuntime.cc In file included from src/PhysicsTools/ONNXRuntime/src/ONNXRuntime.cc:8: /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_14_0_X_2024-04-11-2300/src/PhysicsTools/ONNXRuntime/interface/ONNXRuntime.h:19:10: fatal error: onnxruntime/onnxruntime_cxx_api.h: No such file or directory 19 | #include "onnxruntime/onnxruntime_cxx_api.h" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. In file included from src/PhysicsTools/ONNXRuntime/src/ONNXRuntime.cc:8: /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_14_0_X_2024-04-11-2300/src/PhysicsTools/ONNXRuntime/interface/ONNXRuntime.h:19:10: fatal error: onnxruntime/onnxruntime_cxx_api.h: No such file or directory Clang BuildI found compilation error while trying to compile with clang. Command used:
>> Local Products Rules ..... started >> Local Products Rules ..... done >> Creating project symlinks >> Entering Package PhysicsTools/ONNXRuntime >> Compile sequence completed for CMSSW CMSSW_14_0_X_2024-04-11-2300 gmake: *** [There are compilation/build errors. Please see the detail log above.] Error 1 + eval scram build outputlog '&&' '(python3' /data/cmsbld/jenkins/workspace/ib-run-pr-tests/cms-bot/buildLogAnalyzer.py --logDir /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_14_0_X_2024-04-11-2300/tmp/el8_amd64_gcc12/cache/log/src '||' 'true)' ++ scram build outputlog >> Entering Package PhysicsTools/ONNXRuntime Entering library rule at PhysicsTools/ONNXRuntime >> Compiling src/PhysicsTools/ONNXRuntime/src/ONNXRuntime.cc |
PR description:
Updating ONNXRuntime to 1.17.1 to be able to update CUDA to 12.4.
Backport to 14_0_X branch.
PR validation:
To be tested with cms-sw/cmsdist#9051 [backport to 14.0.x]