Unverified Commit 2257817b authored by Michał Karzyński's avatar Michał Karzyński Committed by GitHub

Merge branch 'master' into mkarzyns/backend_tests

parents 25485dad a534274f
......@@ -42,3 +42,7 @@ add_custom_command(
)
add_custom_target(python_wheel DEPENDS ngraph ${CMAKE_BINARY_DIR}/python/dist/)
if (NGRAPH_CPU_ENABLE)
add_dependencies(python_wheel ext_mkldnn)
endif()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment