提交 52d60f8f 编写于 作者: D dzhwinter

merge conclit

上级 b5402d7f
......@@ -85,13 +85,9 @@ function(op_library TARGET)
#remove windows unsupported op
if (WIN32)
<<<<<<< HEAD
# no nccl, no avx instructions ops.
foreach(windows_unsupport_op "nccl_op" "gen_nccl_id_op" "warpctc_op" "hierarchical_sigmoid_op"
"crf_decoding_op" "select_op" "lstmp_op" "gru_op" "lstm_op" "fusion_lstm_op")
=======
foreach(windows_unsupport_op "nccl_op" "gen_nccl_id_op" "warpctc_op")
>>>>>>> origin/develop
if ("${TARGET}" STREQUAL "${windows_unsupport_op}")
return()
endif()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册