Skip to content

  • 体验新版
    • 正在加载...
  • 登录
  • PaddlePaddle
  • Paddle
  • Issue
  • #15137

P
Paddle
  • 项目概览

PaddlePaddle / Paddle
大约 2 年 前同步成功

通知 2325
Star 20933
Fork 5424
  • 代码
    • 文件
    • 提交
    • 分支
    • Tags
    • 贡献者
    • 分支图
    • Diff
  • Issue 1423
    • 列表
    • 看板
    • 标记
    • 里程碑
  • 合并请求 543
  • Wiki 0
    • Wiki
  • 分析
    • 仓库
    • DevOps
  • 项目成员
  • Pages
P
Paddle
  • 项目概览
    • 项目概览
    • 详情
    • 发布
  • 仓库
    • 仓库
    • 文件
    • 提交
    • 分支
    • 标签
    • 贡献者
    • 分支图
    • 比较
  • Issue 1,423
    • Issue 1,423
    • 列表
    • 看板
    • 标记
    • 里程碑
  • 合并请求 543
    • 合并请求 543
  • Pages
  • 分析
    • 分析
    • 仓库分析
    • DevOps
  • Wiki 0
    • Wiki
  • 成员
    • 成员
  • 收起侧边栏
  • 动态
  • 分支图
  • 创建新Issue
  • 提交
  • Issue看板
已关闭
开放中
Opened 1月 02, 2019 by saxon_zh@saxon_zhGuest

there is a cycle in the constraint graph for mkldnn&ngraph cmake

Created by: luotao1

http://ci.paddlepaddle.org/viewLog.html?buildId=44158&buildTypeId=Paddle_PrCi&tab=buildLog&_focus=14150#_state=85

[16:19:45][Step 1/1] CMake Warning at cmake/generic.cmake:251 (add_library):
[16:19:45][Step 1/1]   Cannot generate a safe runtime search path for target paddle_fluid_shared
[16:19:45][Step 1/1]   because there is a cycle in the constraint graph:
[16:19:45][Step 1/1] 
[16:19:45][Step 1/1]     dir 0 is [/paddle/build/third_party/install/ngraph/lib]
[16:19:45][Step 1/1]       dir 1 must precede it due to runtime library [libmkldnn.so.0]
[16:19:45][Step 1/1]       dir 2 must precede it due to runtime library [libmklml_intel.so]
[16:19:45][Step 1/1]     dir 1 is [/paddle/build/third_party/install/mkldnn/lib]
[16:19:45][Step 1/1]       dir 2 must precede it due to runtime library [libmklml_intel.so]
[16:19:45][Step 1/1]     dir 2 is [/paddle/build/third_party/install/mklml/lib]
[16:19:45][Step 1/1] 
[16:19:45][Step 1/1]   Some of these libraries may not be found correctly.
[16:19:45][Step 1/1] Call Stack (most recent call first):
[16:19:45][Step 1/1]   paddle/fluid/inference/CMakeLists.txt:61 (cc_library)
[16:19:45][Step 1/1] 
[16:19:45][Step 1/1] 
[16:19:48][Step 1/1] CMake Warning at cmake/generic.cmake:373 (add_executable):
[16:19:48][Step 1/1]   Cannot generate a safe runtime search path for target
[16:19:48][Step 1/1]   test_inference_recognize_digits_mlp because there is a cycle in the
[16:19:48][Step 1/1]   constraint graph:
[16:19:48][Step 1/1] 
[16:19:48][Step 1/1]     dir 0 is [/paddle/build/third_party/install/ngraph/lib]
[16:19:48][Step 1/1]       dir 1 must precede it due to runtime library [libmkldnn.so.0]
[16:19:48][Step 1/1]       dir 2 must precede it due to runtime library [libmklml_intel.so]
[16:19:48][Step 1/1]     dir 1 is [/paddle/build/third_party/install/mkldnn/lib]
[16:19:48][Step 1/1]       dir 2 must precede it due to runtime library [libmklml_intel.so]
[16:19:48][Step 1/1]     dir 2 is [/paddle/build/third_party/install/mklml/lib]
[16:19:48][Step 1/1] 
[16:19:48][Step 1/1]   Some of these libraries may not be found correctly.
[16:19:48][Step 1/1] Call Stack (most recent call first):
[16:19:48][Step 1/1]   paddle/fluid/inference/tests/book/CMakeLists.txt:17 (cc_test)
[16:19:48][Step 1/1]   paddle/fluid/inference/tests/book/CMakeLists.txt:35 (inference_test)
[16:19:48][Step 1/1] 
[16:19:48][Step 1/1] 
[16:19:49][Step 1/1] CMake Warning at cmake/generic.cmake:373 (add_executable):
[16:19:49][Step 1/1]   Cannot generate a safe runtime search path for target
[16:19:49][Step 1/1]   test_inference_label_semantic_roles because there is a cycle in the
[16:19:49][Step 1/1]   constraint graph:
[16:19:49][Step 1/1] 
[16:19:49][Step 1/1]     dir 0 is [/paddle/build/third_party/install/ngraph/lib]
[16:19:49][Step 1/1]       dir 1 must precede it due to runtime library [libmkldnn.so.0]
[16:19:49][Step 1/1]       dir 2 must precede it due to runtime library [libmklml_intel.so]
[16:19:49][Step 1/1]     dir 1 is [/paddle/build/third_party/install/mkldnn/lib]
[16:19:49][Step 1/1]       dir 2 must precede it due to runtime library [libmklml_intel.so]
[16:19:49][Step 1/1]     dir 2 is [/paddle/build/third_party/install/mklml/lib]
[16:19:49][Step 1/1] 
[16:19:49][Step 1/1]   Some of these libraries may not be found correctly.
[16:19:49][Step 1/1] Call Stack (most recent call first):
[16:19:49][Step 1/1]   paddle/fluid/inference/tests/book/CMakeLists.txt:17 (cc_test)
[16:19:49][Step 1/1]   paddle/fluid/inference/tests/book/CMakeLists.txt:34 (inference_test)
[16:19:49][Step 1/1] 
[16:19:49][Step 1/1] 
[16:19:49][Step 1/1] CMake Warning at cmake/generic.cmake:373 (add_executable):
[16:19:49][Step 1/1]   Cannot generate a safe runtime search path for target
[16:19:49][Step 1/1]   test_inference_recognize_digits_conv because there is a cycle in the
[16:19:49][Step 1/1]   constraint graph:
[16:19:49][Step 1/1] 
[16:19:49][Step 1/1]     dir 0 is [/paddle/build/third_party/install/ngraph/lib]
[16:19:49][Step 1/1]       dir 1 must precede it due to runtime library [libmkldnn.so.0]
[16:19:49][Step 1/1]       dir 2 must precede it due to runtime library [libmklml_intel.so]
[16:19:49][Step 1/1]     dir 1 is [/paddle/build/third_party/install/mkldnn/lib]
[16:19:49][Step 1/1]       dir 2 must precede it due to runtime library [libmklml_intel.so]
[16:19:49][Step 1/1]     dir 2 is [/paddle/build/third_party/install/mklml/lib]
[16:19:49][Step 1/1] 
[16:19:49][Step 1/1]   Some of these libraries may not be found correctly.
[16:19:49][Step 1/1] Call Stack (most recent call first):
[16:19:49][Step 1/1]   paddle/fluid/inference/tests/book/CMakeLists.txt:17 (cc_test)
[16:19:49][Step 1/1]   paddle/fluid/inference/tests/book/CMakeLists.txt:35 (inference_test)
[16:19:49][Step 1/1] 
[16:19:49][Step 1/1] 
[16:19:49][Step 1/1] CMake Warning at cmake/generic.cmake:373 (add_executable):
[16:19:49][Step 1/1]   Cannot generate a safe runtime search path for target
[16:19:49][Step 1/1]   test_inference_image_classification_resnet because there is a cycle in the
[16:19:49][Step 1/1]   constraint graph:
[16:19:49][Step 1/1] 
[16:19:49][Step 1/1]     dir 0 is [/paddle/build/third_party/install/ngraph/lib]
[16:19:49][Step 1/1]       dir 1 must precede it due to runtime library [libmkldnn.so.0]
[16:19:49][Step 1/1]       dir 2 must precede it due to runtime library [libmklml_intel.so]
[16:19:49][Step 1/1]     dir 1 is [/paddle/build/third_party/install/mkldnn/lib]
[16:19:49][Step 1/1]       dir 2 must precede it due to runtime library [libmklml_intel.so]
[16:19:49][Step 1/1]     dir 2 is [/paddle/build/third_party/install/mklml/lib]
[16:19:49][Step 1/1] 
[16:19:49][Step 1/1]   Some of these libraries may not be found correctly.
[16:19:49][Step 1/1] Call Stack (most recent call first):
[16:19:49][Step 1/1]   paddle/fluid/inference/tests/book/CMakeLists.txt:17 (cc_test)
[16:19:49][Step 1/1]   paddle/fluid/inference/tests/book/CMakeLists.txt:33 (inference_test)
[16:19:49][Step 1/1] 
[16:19:49][Step 1/1] 
[16:19:49][Step 1/1] CMake Warning at cmake/generic.cmake:373 (add_executable):
[16:19:49][Step 1/1]   Cannot generate a safe runtime search path for target
[16:19:49][Step 1/1]   test_inference_image_classification_vgg because there is a cycle in the
[16:19:49][Step 1/1]   constraint graph:
[16:19:49][Step 1/1] 
[16:19:49][Step 1/1]     dir 0 is [/paddle/build/third_party/install/ngraph/lib]
[16:19:49][Step 1/1]       dir 1 must precede it due to runtime library [libmkldnn.so.0]
[16:19:49][Step 1/1]       dir 2 must precede it due to runtime library [libmklml_intel.so]
[16:19:49][Step 1/1]     dir 1 is [/paddle/build/third_party/install/mkldnn/lib]
[16:19:49][Step 1/1]       dir 2 must precede it due to runtime library [libmklml_intel.so]
[16:19:49][Step 1/1]     dir 2 is [/paddle/build/third_party/install/mklml/lib]
[16:19:49][Step 1/1] 
[16:19:49][Step 1/1]   Some of these libraries may not be found correctly.
[16:19:49][Step 1/1] Call Stack (most recent call first):
[16:19:49][Step 1/1]   paddle/fluid/inference/tests/book/CMakeLists.txt:17 (cc_test)
[16:19:49][Step 1/1]   paddle/fluid/inference/tests/book/CMakeLists.txt:33 (inference_test)
[16:19:49][Step 1/1] 
[16:19:49][Step 1/1] 
[16:19:49][Step 1/1] CMake Warning at cmake/generic.cmake:373 (add_executable):
[16:19:49][Step 1/1]   Cannot generate a safe runtime search path for target
[16:19:49][Step 1/1]   test_inference_recommender_system because there is a cycle in the
[16:19:49][Step 1/1]   constraint graph:
[16:19:49][Step 1/1] 
[16:19:49][Step 1/1]     dir 0 is [/paddle/build/third_party/install/ngraph/lib]
[16:19:49][Step 1/1]       dir 1 must precede it due to runtime library [libmkldnn.so.0]
[16:19:49][Step 1/1]       dir 2 must precede it due to runtime library [libmklml_intel.so]
[16:19:49][Step 1/1]     dir 1 is [/paddle/build/third_party/install/mkldnn/lib]
[16:19:49][Step 1/1]       dir 2 must precede it due to runtime library [libmklml_intel.so]
[16:19:49][Step 1/1]     dir 2 is [/paddle/build/third_party/install/mklml/lib]
[16:19:49][Step 1/1] 
[16:19:49][Step 1/1]   Some of these libraries may not be found correctly.
[16:19:49][Step 1/1] Call Stack (most recent call first):
[16:19:49][Step 1/1]   paddle/fluid/inference/tests/book/CMakeLists.txt:17 (cc_test)
[16:19:49][Step 1/1]   paddle/fluid/inference/tests/book/CMakeLists.txt:36 (inference_test)
[16:19:49][Step 1/1] 
[16:19:49][Step 1/1] 
[16:19:49][Step 1/1] CMake Warning at cmake/generic.cmake:373 (add_executable):
[16:19:49][Step 1/1]   Cannot generate a safe runtime search path for target
[16:19:49][Step 1/1]   test_inference_word2vec because there is a cycle in the constraint graph:
[16:19:49][Step 1/1] 
[16:19:49][Step 1/1]     dir 0 is [/paddle/build/third_party/install/ngraph/lib]
[16:19:49][Step 1/1]       dir 1 must precede it due to runtime library [libmkldnn.so.0]
[16:19:49][Step 1/1]       dir 2 must precede it due to runtime library [libmklml_intel.so]
[16:19:49][Step 1/1]     dir 1 is [/paddle/build/third_party/install/mkldnn/lib]
[16:19:49][Step 1/1]       dir 2 must precede it due to runtime library [libmklml_intel.so]
[16:19:49][Step 1/1]     dir 2 is [/paddle/build/third_party/install/mklml/lib]
[16:19:49][Step 1/1] 
[16:19:49][Step 1/1]   Some of these libraries may not be found correctly.
[16:19:49][Step 1/1] Call Stack (most recent call first):
[16:19:49][Step 1/1]   paddle/fluid/inference/tests/book/CMakeLists.txt:17 (cc_test)
[16:19:49][Step 1/1]   paddle/fluid/inference/tests/book/CMakeLists.txt:39 (inference_test)
[16:19:49][Step 1/1] 
[16:19:49][Step 1/1] 
[16:19:50][Step 1/1] CMake Warning at cmake/generic.cmake:373 (add_executable):
[16:19:50][Step 1/1]   Cannot generate a safe runtime search path for target test_inference_nlp
[16:19:50][Step 1/1]   because there is a cycle in the constraint graph:
[16:19:50][Step 1/1] 
[16:19:50][Step 1/1]     dir 0 is [/paddle/build/third_party/install/ngraph/lib]
[16:19:50][Step 1/1]       dir 1 must precede it due to runtime library [libmkldnn.so.0]
[16:19:50][Step 1/1]       dir 2 must precede it due to runtime library [libmklml_intel.so]
[16:19:50][Step 1/1]     dir 1 is [/paddle/build/third_party/install/mkldnn/lib]
[16:19:50][Step 1/1]       dir 2 must precede it due to runtime library [libmklml_intel.so]
[16:19:50][Step 1/1]     dir 2 is [/paddle/build/third_party/install/mklml/lib]
[16:19:50][Step 1/1] 
[16:19:50][Step 1/1]   Some of these libraries may not be found correctly.
[16:19:50][Step 1/1] Call Stack (most recent call first):
[16:19:50][Step 1/1]   paddle/fluid/inference/tests/book/CMakeLists.txt:43 (cc_test)
[16:19:50][Step 1/1] 
[16:19:50][Step 1/1] 
[16:19:52][Step 1/1] CMake Warning at cmake/generic.cmake:373 (add_executable):
[16:19:52][Step 1/1]   Cannot generate a safe runtime search path for target
[16:19:52][Step 1/1]   test_train_recognize_digits_conv because there is a cycle in the constraint
[16:19:52][Step 1/1]   graph:
[16:19:52][Step 1/1] 
[16:19:52][Step 1/1]     dir 0 is [/paddle/build/third_party/install/ngraph/lib]
[16:19:52][Step 1/1]       dir 1 must precede it due to runtime library [libmkldnn.so.0]
[16:19:52][Step 1/1]       dir 2 must precede it due to runtime library [libmklml_intel.so]
[16:19:52][Step 1/1]     dir 1 is [/paddle/build/third_party/install/mkldnn/lib]
[16:19:52][Step 1/1]       dir 2 must precede it due to runtime library [libmklml_intel.so]
[16:19:52][Step 1/1]     dir 2 is [/paddle/build/third_party/install/mklml/lib]
[16:19:52][Step 1/1] 
[16:19:52][Step 1/1]   Some of these libraries may not be found correctly.
[16:19:52][Step 1/1] Call Stack (most recent call first):
[16:19:52][Step 1/1]   paddle/fluid/train/CMakeLists.txt:17 (cc_test)
[16:19:52][Step 1/1]   paddle/fluid/train/CMakeLists.txt:28 (train_test)
[16:19:52][Step 1/1] 
[16:19:52][Step 1/1] 
[16:19:52][Step 1/1] CMake Warning at cmake/generic.cmake:373 (add_executable):
[16:19:52][Step 1/1]   Cannot generate a safe runtime search path for target
[16:19:52][Step 1/1]   test_train_recognize_digits_mlp because there is a cycle in the constraint
[16:19:52][Step 1/1]   graph:
[16:19:52][Step 1/1] 
[16:19:52][Step 1/1]     dir 0 is [/paddle/build/third_party/install/ngraph/lib]
[16:19:52][Step 1/1]       dir 1 must precede it due to runtime library [libmkldnn.so.0]
[16:19:52][Step 1/1]       dir 2 must precede it due to runtime library [libmklml_intel.so]
[16:19:52][Step 1/1]     dir 1 is [/paddle/build/third_party/install/mkldnn/lib]
[16:19:52][Step 1/1]       dir 2 must precede it due to runtime library [libmklml_intel.so]
[16:19:52][Step 1/1]     dir 2 is [/paddle/build/third_party/install/mklml/lib]
[16:19:52][Step 1/1] 
[16:19:52][Step 1/1]   Some of these libraries may not be found correctly.
[16:19:52][Step 1/1] Call Stack (most recent call first):
[16:19:52][Step 1/1]   paddle/fluid/train/CMakeLists.txt:17 (cc_test)
[16:19:52][Step 1/1]   paddle/fluid/train/CMakeLists.txt:28 (train_test)
[16:19:52][Step 1/1] 
[16:19:52][Step 1/1] 
指派人
分配到
无
里程碑
无
分配里程碑
工时统计
无
截止日期
无
标识: paddlepaddle/Paddle#15137
渝ICP备2023009037号

京公网安备11010502055752号

网络110报警服务 Powered by GitLab CE v13.7
开源知识
Git 入门 Pro Git 电子书 在线学 Git
Markdown 基础入门 IT 技术知识开源图谱
帮助
使用手册 反馈建议 博客
《GitCode 隐私声明》 《GitCode 服务条款》 关于GitCode
Powered by GitLab CE v13.7