File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -100,8 +100,7 @@ cc_test(var_type_inference_test SRCS var_type_inference_test.cc DEPS op_registry
100
100
proto_desc )
101
101
cc_library (selected_rows SRCS selected_rows.cc DEPS tensor )
102
102
cc_test (selected_rows_test SRCS selected_rows_test.cc DEPS selected_rows )
103
- cc_library (init SRCS init.cc DEPS gflags device_context place stringpiece operator cpu_helper )
104
- cc_test (init_test SRCS init_test.cc DEPS init )
103
+
105
104
cc_test (op_kernel_type_test SRCS op_kernel_type_test.cc DEPS place device_context framework_proto )
106
105
cc_test (cow_ptr_tests SRCS details/cow_ptr_test.cc )
107
106
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ ENDIF()
46
46
# memcpy depends on device_context, here add deps individually for
47
47
# avoiding cycle dependencies
48
48
cc_library (device_context SRCS device_context.cc init.cc DEPS malloc
49
- place eigen3 stringpiece ${GPU_CTX_DEPS} ${MKLDNN_CTX_DEPS} )
49
+ place eigen3 stringpiece cpu_helper ${GPU_CTX_DEPS} ${MKLDNN_CTX_DEPS} )
50
50
nv_test (device_context_test SRCS device_context_test.cu DEPS device_context gpu_info )
51
51
52
52
cc_test (init_test SRCS init_test.cc DEPS device_context )
You can’t perform that action at this time.
0 commit comments