未验证 提交 22925c21 编写于 作者: C chalsliu 提交者: GitHub

Fix cutlass build error when cuda greater than 11 and with_python=off (#50763)

上级 91a3d159
......@@ -26,6 +26,10 @@ include_directories(
add_definitions("-DPADDLE_WITH_CUTLASS")
if(NOT PYTHON_EXECUTABLE)
find_package(PythonInterp REQUIRED)
endif()
ExternalProject_Add(
extern_cutlass
${EXTERNAL_PROJECT_LOG_ARGS} ${SHALLOW_CLONE}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册