Skip to content

Commit

Permalink
[NPU] fix assgin cmake (PaddlePaddle#31595)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqiu authored and frankwhzhang committed Apr 12, 2021
1 parent 6096f9b commit a7625c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/fluid/operators/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ if (WITH_ASCEND)
endif()

if (WITH_ASCEND_CL)
cc_test(assign_op_test SRCS assign_op_test.cc DEPS assign_op)
cc_test(assign_op_npu_test SRCS assign_op_npu_test.cc DEPS assign_op)
cc_library(npu_op_runner SRCS npu_op_runner.cc DEPS operator npu_info)
set(COMMON_OP_DEPS ${COMMON_OP_DEPS} npu_op_runner)
endif()
Expand Down

0 comments on commit a7625c0

Please sign in to comment.