-
Notifications
You must be signed in to change notification settings - Fork 208
Backport oneDNN commit to enable stack unwind in version 2.7.3 built by Tensorflow #9721
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 oneDNN commit to enable stack unwind in version 2.7.3 built by Tensorflow #9721
Conversation
|
A new Pull Request was created by @gartung for branch IB/CMSSW_15_1_X/master. @cmsbuild, @iarspider, @smuzaffar can you please review it and eventually sign? Thanks. |
|
cms-bot internal usage |
|
Pull request #9721 was updated. |
1 similar comment
|
Pull request #9721 was updated. |
|
@smuzaffar is the build of the first commit still be published on cvmfs? |
I found it |
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-f04dad/44666/summary.html 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: Comparison SummarySummary:
|
|
-1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-f04dad/44693/summary.html External BuildI found compilation error when building: TF_SYSTEM_LIBS=absl_py,astor_archive,boringssl,com_github_grpc_grpc,com_google_protobuf,curl,cython,eigen_archive,flatbuffers,functools32_archive,gast_archive,gif,libjpeg_turbo,opt_einsum_archive,org_python_pypi_backports_weakref,org_sqlite,pasta,png,pybind11,six_archive,termcolor_archive,typing_extensions_archive,wrapt,zlib \ /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/el8_amd64_gcc12/external/gcc/12.3.1-40d504be6370b5a30e3947a6e575ca28/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter -Wno-free-nonheap-object -fno-omit-frame-pointer -g0 -O2 '-D_FORTIFY_SOURCE=1' -DNDEBUG -ffunction-sections -fdata-sections '-std=c++0x' -MD -MF bazel-out/k8-opt/bin/external/mkl_dnn_v1/_objs/mkl_dnn/primitive.pic.d '-frandom-seed=bazel-out/k8-opt/bin/external/mkl_dnn_v1/_objs/mkl_dnn/primitive.pic.o' -fPIC -iquote external/mkl_dnn_v1 -iquote bazel-out/k8-opt/bin/external/mkl_dnn_v1 -isystem external/mkl_dnn_v1/include -isystem bazel-out/k8-opt/bin/external/mkl_dnn_v1/include -isystem external/mkl_dnn_v1/src -isystem bazel-out/k8-opt/bin/external/mkl_dnn_v1/src -isystem external/mkl_dnn_v1/src/common -isystem bazel-out/k8-opt/bin/external/mkl_dnn_v1/src/common -isystem external/mkl_dnn_v1/src/common/ittnotify -isystem bazel-out/k8-opt/bin/external/mkl_dnn_v1/src/common/ittnotify -isystem external/mkl_dnn_v1/src/cpu -isystem bazel-out/k8-opt/bin/external/mkl_dnn_v1/src/cpu -isystem external/mkl_dnn_v1/src/cpu/gemm -isystem bazel-out/k8-opt/bin/external/mkl_dnn_v1/src/cpu/gemm -isystem external/mkl_dnn_v1/src/cpu/x64/xbyak -isystem bazel-out/k8-opt/bin/external/mkl_dnn_v1/src/cpu/x64/xbyak -Wno-all -Wno-extra -Wno-deprecated -Wno-deprecated-declarations -Wno-ignored-attributes -Wno-array-bounds -Wunused-result '-Werror=unused-result' -Wswitch '-Werror=switch' '-Wno-error=unused-but-set-variable' -DAUTOLOAD_DYNAMIC_KERNELS '-march=x86-64-v3' -Wno-sign-compare '-std=c++17' '-std=c++17' -fexceptions -UUSE_MKL -UUSE_CBLAS -DDNNL_ENABLE_MAX_CPU_ISA -fno-canonical-system-headers -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c external/mkl_dnn_v1/src/common/primitive.cpp -o bazel-out/k8-opt/bin/external/mkl_dnn_v1/_objs/mkl_dnn/primitive.pic.o) # Configuration: a73d95db8dde0652880ed8f17425659a0036f75659d6822aea6ed5802a31e85e # Execution platform: @local_execution_config_platform//:platform In file included from external/mkl_dnn_v1/src/common/primitive.cpp:33: external/mkl_dnn_v1/src/common/stack_checker.hpp:24:2: error: #error "Stack checker requires using concurrent scratchpad" 24 | #error "Stack checker requires using concurrent scratchpad" | ^~~~~ Target //tensorflow/tools/pip_package:build_pip_package failed to build INFO: Elapsed time: 592.599s, Critical Path: 187.81s INFO: 5848 processes: 1853 internal, 3995 local. |
|
Pull request #9721 was updated. |
|
please test |
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-f04dad/44807/summary.html 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: Comparison SummarySummary:
|
099f812 to
d27fec0
Compare
|
Pull request #9721 was updated. |
|
please test |
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-f04dad/44820/summary.html Comparison SummarySummary:
|
d27fec0 to
8dd7015
Compare
|
Pull request #9721 was updated. |
Description
Tensorflow builds OneDNN v2.7.3.
Later versions on OneDNN have a commit that is described as "stack magic".
uxlfoundation/oneDNN@2ae2450