提交 3511391f 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!359 Fix tvm copy path

Merge pull request !359 from ZhouFeng/fix-tvm-copy-path
...@@ -165,11 +165,11 @@ if (ENABLE_GPU) ...@@ -165,11 +165,11 @@ if (ENABLE_GPU)
DESTINATION ${INSTALL_PY_DIR}/../ DESTINATION ${INSTALL_PY_DIR}/../
COMPONENT mindspore COMPONENT mindspore
) )
if (EXISTS ${CMAKE_SOURCE_DIR}/mindspore/incubator-tvm) if (EXISTS ${CMAKE_BINARY_DIR}/incubator-tvm)
install( install(
DIRECTORY DIRECTORY
${CMAKE_SOURCE_DIR}/mindspore/incubator-tvm/topi/python/topi ${CMAKE_BINARY_DIR}/incubator-tvm/topi/python/topi
${CMAKE_SOURCE_DIR}/mindspore/incubator-tvm/python/tvm ${CMAKE_BINARY_DIR}/incubator-tvm/python/tvm
DESTINATION ${INSTALL_PY_DIR}/../_akg DESTINATION ${INSTALL_PY_DIR}/../_akg
COMPONENT mindspore COMPONENT mindspore
) )
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册