CMakeLists.txt 443 字节
Newer Older
Q
qiaolongfei 已提交
1
# ddim lib
2 3 4
cc_library(ddim SRCS ddim.cc)
cc_test(ddim_test SRCS ddim_test.cc DEPS ddim)
nv_test(dim_test SRCS dim_test.cu DEPS ddim)
Y
Yi Wang 已提交
5
cc_test(variable_test SRCS variable_test.cc)
6
cc_test(scope_test SRCS scope_test.cc)
Y
Yu Yang 已提交
7
cc_test(enforce_test SRCS enforce_test.cc)
Y
Yu Yang 已提交
8
proto_library(attr_type SRCS attr_type.proto)
Y
Yu Yang 已提交
9
proto_library(op_proto SRCS op_proto.proto DEPS attr_type)
Y
Yu Yang 已提交
10
cc_test(op_proto_test SRCS op_proto_test.cc DEPS op_proto attr_type protobuf)