Skip to content

Commit

Permalink
[NPU] fix assgin cmake (#31595)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqiu authored Mar 12, 2021
1 parent 382fc31 commit 5e851bf
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 @@ -120,7 +120,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 5e851bf

Please sign in to comment.