提交 a395942c 编写于 作者: P peizhilin

remove fused compile support on windows

test=develop
上级 ef943bd6
......@@ -11,7 +11,9 @@ add_subdirectory(controlflow)
add_subdirectory(csp)
add_subdirectory(detection)
add_subdirectory(elementwise)
add_subdirectory(fused)
if(NOT WIN32)
add_subdirectory(fused)
endif(NOT WIN32)
add_subdirectory(metrics)
add_subdirectory(optimizers)
add_subdirectory(reduce_ops)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册