Skip to content

Commit

Permalink
Try to fix compiling error of ci. (PaddlePaddle#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xreki committed Aug 25, 2021
1 parent e3dfe71 commit 834fe71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/fluid/compiler/paddle2piano/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
cc_library(piano_compile_pass SRCS piano_compile_pass.cc DEPS pass subgraph_detector)
cc_test(piano_compile_pass_test SRCS piano_compile_pass_tester.cc DEPS piano_compile_pass)

cc_library(piano_op_registry SRCS piano_op_registry.cc DEPS framework_proto note_proto piano_data_description)
cc_library(piano_op_registry SRCS piano_op_registry.cc DEPS framework_proto op_registry note_proto piano_data_description)
cc_test(piano_op_registry_test SRCS piano_op_registry_test.cc DEPS piano_op_registry operator op_registry)

cc_library(piano_op_kernel_context SRCS piano_op_kernel_context.cc DEPS piano_op_registry proto_desc note_builder)
Expand Down

0 comments on commit 834fe71

Please sign in to comment.