Skip to content

Commit

Permalink
[NPU] Remove redundant ctest of top_k_op_npu_test (PaddlePaddle#31718)
Browse files Browse the repository at this point in the history
  • Loading branch information
liym27 authored and frankwhzhang committed Apr 12, 2021
1 parent 24ad385 commit fc9554d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion paddle/fluid/operators/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -194,5 +194,4 @@ endif()

if(WITH_ASCEND_CL)
cc_test(gelu_op_npu_test SRCS gelu_op_npu_test.cc DEPS op_registry gelu_op scope device_context enforce executor)
cc_test(top_k_op_npu_test SRCS top_k_op_npu_test.cc DEPS op_registry top_k_op scope device_context enforce executor)
endif()

0 comments on commit fc9554d

Please sign in to comment.