-
Notifications
You must be signed in to change notification settings - Fork 184
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
[ONNX runtime] Update for powerpc #5743
Conversation
The tests are being triggered in jenkins. |
@mrodozov , I think we need cmssw PR too to go with protobuf. |
-1 Tested at: 675cbe1
I found compilation error when building: /cvmfs/cms-ib.cern.ch/nweek-02624/slc7_amd64_gcc820/external/gcc/8.2.0-pafccj/bin/../lib/gcc/x86_64-unknown-linux-gnu/8.3.1/../../../../x86_64-unknown-linux-gnu/bin/ld: onnx/libonnx_proto.a(onnx-ml.pb.cc.o):(.data.rel.ro._ZTVN4onnx13FunctionProtoE[_ZTVN4onnx13FunctionProtoE]+0x20): undefined reference to `google::protobuf::Message::GetTypeName[abi:cxx11]() const' /cvmfs/cms-ib.cern.ch/nweek-02624/slc7_amd64_gcc820/external/gcc/8.2.0-pafccj/bin/../lib/gcc/x86_64-unknown-linux-gnu/8.3.1/../../../../x86_64-unknown-linux-gnu/bin/ld: onnx/libonnx_proto.a(onnx-ml.pb.cc.o):(.data.rel.ro._ZTVN4onnx13FunctionProtoE[_ZTVN4onnx13FunctionProtoE]+0x58): undefined reference to `google::protobuf::Message::InitializationErrorString[abi:cxx11]() const' /cvmfs/cms-ib.cern.ch/nweek-02624/slc7_amd64_gcc820/external/gcc/8.2.0-pafccj/bin/../lib/gcc/x86_64-unknown-linux-gnu/8.3.1/../../../../x86_64-unknown-linux-gnu/bin/ld: onnx/libonnx_proto.a(onnx-ml.pb.cc.o):(.data.rel.ro._ZTVN4onnx13FunctionProtoE[_ZTVN4onnx13FunctionProtoE]+0x60): undefined reference to `google::protobuf::Message::CheckTypeAndMergeFrom(google::protobuf::MessageLite const&)' /cvmfs/cms-ib.cern.ch/nweek-02624/slc7_amd64_gcc820/external/gcc/8.2.0-pafccj/bin/../lib/gcc/x86_64-unknown-linux-gnu/8.3.1/../../../../x86_64-unknown-linux-gnu/bin/ld: onnx/libonnx_proto.a(onnx-ml.pb.cc.o):(.data.rel.ro._ZTVN4onnx13FunctionProtoE[_ZTVN4onnx13FunctionProtoE]+0xa0): undefined reference to `google::protobuf::Message::DiscardUnknownFields()' /cvmfs/cms-ib.cern.ch/nweek-02624/slc7_amd64_gcc820/external/gcc/8.2.0-pafccj/bin/../lib/gcc/x86_64-unknown-linux-gnu/8.3.1/../../../../x86_64-unknown-linux-gnu/bin/ld: onnx/libonnx_proto.a(onnx-ml.pb.cc.o):(.data.rel.ro._ZTVN4onnx13FunctionProtoE[_ZTVN4onnx13FunctionProtoE]+0xa8): undefined reference to `google::protobuf::Message::SpaceUsedLong() const' collect2: error: ld returned 1 exit status [650/660] /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/slc7_amd64_gcc820/external/gcc/8.2.0-pafccj/bin/c++ -DEIGEN_MPL2_ONLY -DPLATFORM_POSIX -DUSE_EIGEN_FOR_BLAS -I/data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/external/onnxruntime/1.0.0-3f990d/onnxruntime-1.0.0/include/onnxruntime -I/data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/BUILD/slc7_amd64_gcc820/external/onnxruntime/1.0.0-3f990d/onnxruntime-1.0.0/include/onnxruntime/core/session -I/data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/slc7_amd64_gcc820/external/protobuf/3.11.4-3f990d/include -Ionnx/.. -I. -Ionnx -Dgsl_CONFIG_CONTRACT_VIOLATION_THROWS -Wall -Wextra -ffunction-sections -fdata-sections -Wno-parentheses -O3 -DNDEBUG -DGSL_UNENFORCED_ON_CONTRACT_VIOLATION -fPIC -Wno-unused-parameter -Wno-unused-variable -Wno-unused-but-set-variable -std=gnu++14 -MD -MT CMakeFiles/onnx_test_data_proto.dir/tml.pb.cc.o -MF CMakeFiles/onnx_test_data_proto.dir/tml.pb.cc.o.d -o CMakeFiles/onnx_test_data_proto.dir/tml.pb.cc.o -c tml.pb.cc ninja: build stopped: subcommand failed. error: Bad exit status from /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/tmp/rpm-tmp.3h2p3E (%build) You can see the results of the tests here: |
Pull request #5743 was updated. |
please test |
The tests are being triggered in jenkins. |
abort |
test parameters:
|
please test |
The tests are being triggered in jenkins. |
Comparison is ready Comparison Summary:
|
please test |
The tests are being triggered in jenkins.
|
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
unhold |
This pull request is fully signed and it will be integrated in one of the next IB/CMSSW_11_1_X/master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @silviodonato, @dpiparo (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
please test
patch is taken from here onnx/onnx#2482