提交 bd73dabb 编写于 作者: M Megvii Engine Team

fix(dnn/build): add CUDNN_INCLUDE_DIR to the megdnn_test target

GitOrigin-RevId: 49d8842dd48ec754a60db7328d52895ed70bb6b0
上级 14235385
......@@ -49,6 +49,7 @@ target_link_libraries(megdnn_test megdnn ${MGE_BLAS_LIBS})
if (MGE_WITH_CUDA)
target_link_libraries(megdnn_test cutlass)
target_include_directories(megdnn_test PRIVATE ${CUDNN_INCLUDE_DIR})
endif()
target_include_directories(megdnn_test
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册