-
Notifications
You must be signed in to change notification settings - Fork 58
/
WORKSPACE
165 lines (149 loc) · 5.79 KB
/
WORKSPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
workspace(name = "aibench")
# proto_library rules implicitly depend on @com_google_protobuf//:protoc,
# which is the proto-compiler.
# This statement defines the @com_google_protobuf repo.
http_archive(
name = "com_google_protobuf",
sha256 = "d7a221b3d4fb4f05b7473795ccea9e05dab3b8721f6286a95fffbffc2d926f8b",
strip_prefix = "protobuf-3.6.1",
urls = [
"https://cnbj1.fds.api.xiaomi.com/mace/third-party/protobuf/protobuf-3.6.1.zip",
"https://github.com/google/protobuf/archive/v3.6.1.zip",
],
)
new_http_archive(
name = "gtest",
build_file = "third_party/googletest/googletest.BUILD",
sha256 = "f3ed3b58511efd272eb074a3a6d6fb79d7c2e6a0e374323d1e6bcbcc1ef141bf",
strip_prefix = "googletest-release-1.8.0",
urls = [
"https://cnbj1.fds.api.xiaomi.com/mace/third-party/googletest/googletest-release-1.8.0.zip",
"https://github.com/google/googletest/archive/release-1.8.0.zip",
],
)
new_http_archive(
name = "opencv",
build_file = "third_party/opencv/opencv.BUILD",
sha256 = "9e4350a7aa5f4c8600a1a94466d42546098d76378f24bd2cf05ab7e96959c910",
urls = [
"http://cnbj1.fds.api.xiaomi.com/aibench/third_party/opencv-ndk-custom-3.4.4.zip",
],
)
new_http_archive(
name = "ncnn",
build_file = "third_party/ncnn/ncnn.BUILD",
sha256 = "de85593597a6b0a3c602c25c5c752d8c216f34da19042c7fd93f323916f5537b",
strip_prefix = "ncnn-20180830",
type = "zip",
urls = [
"https://cnbj1.fds.api.xiaomi.com/aibench/third_party/ncnn-20180830.zip",
"https://codeload.github.com/Tencent/ncnn/zip/20180830",
],
)
# You need to comment following new_http_archive and uncomment following
# new_local_repository to benchmark SNPE
new_http_archive(
name = "snpe",
build_file = "third_party/snpe/snpe.BUILD",
sha256 = "88ccf182b47c8ee36e338fd3d6f207661e95992f5bbdacc2867320b1eb817034",
strip_prefix = "snpe-1.50.0.2622",
urls = [
"http://cnbj1-fds.api.xiaomi.net/aibench/third_party/snpe-1.50.0.zip",
],
)
# You need to uncomment following new_local_repository and comment foregoing
# new_http_archive to benchmark SNPE
# new_local_repository(
# name = "snpe",
# build_file = "third_party/snpe/snpe.BUILD",
# path = "/path/to/snpe",
# )
http_archive(
# v2.2.0 + fix of include path
name = "com_github_gflags_gflags",
sha256 = "16903f6bb63c00689eee3bf7fb4b8f242934f6c839ce3afc5690f71b712187f9",
strip_prefix = "gflags-30dbc81fb5ffdc98ea9b14b1918bfe4e8779b26e",
urls = [
"https://cnbj1.fds.api.xiaomi.com/mace/third-party/gflags/gflags-30dbc81fb5ffdc98ea9b14b1918bfe4e8779b26e.zip",
"https://github.com/gflags/gflags/archive/30dbc81fb5ffdc98ea9b14b1918bfe4e8779b26e.zip",
],
)
new_http_archive(
name = "six_archive",
build_file = "third_party/six/six.BUILD",
sha256 = "105f8d68616f8248e24bf0e9372ef04d3cc10104f1980f54d57b2ce73a5ad56a",
strip_prefix = "six-1.10.0",
urls = [
"https://cnbj1.fds.api.xiaomi.com/mace/third-party/six/six-1.10.0.tar.gz",
"http://mirror.bazel.build/pypi.python.org/packages/source/s/six/six-1.10.0.tar.gz",
"https://pypi.python.org/packages/source/s/six/six-1.10.0.tar.gz",
],
)
bind(
name = "six",
actual = "@six_archive//:six",
)
bind(
name = "gflags",
actual = "@com_github_gflags_gflags//:gflags",
)
bind(
name = "gflags_nothreads",
actual = "@com_github_gflags_gflags//:gflags_nothreads",
)
# Set up Android NDK
android_ndk_repository(
name = "androidndk",
# Android 7.0, without HIAI the api_level can be 21
api_level = 24,
)
# Set up default cross compilers for arm linux
new_http_archive(
name = "gcc_linaro_7_3_1_arm_linux_gnueabihf",
build_file = "third_party/compilers/arm_compiler.BUILD",
sha256 = "7248bf105d0d468887a9b8a7120bb281ac8ad0223d9cb3d00dc7c2d498485d91",
strip_prefix = "gcc-linaro-7.3.1-2018.05-x86_64_arm-linux-gnueabihf",
urls = [
"https://cnbj1.fds.api.xiaomi.com/mace/third-party/gcc-linaro/gcc-linaro-7.3.1-2018.05-x86_64_arm-linux-gnueabihf.tar.xz",
"https://releases.linaro.org/components/toolchain/binaries/latest/arm-linux-gnueabihf/gcc-linaro-7.3.1-2018.05-x86_64_arm-linux-gnueabihf.tar.xz",
],
)
new_http_archive(
name = "gcc_linaro_7_3_1_aarch64_linux_gnu",
build_file = "third_party/compilers/aarch64_compiler.BUILD",
sha256 = "73eed74e593e2267504efbcf3678918bb22409ab7afa3dc7c135d2c6790c2345",
strip_prefix = "gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu",
urls = [
"https://cnbj1.fds.api.xiaomi.com/mace/third-party/gcc-linaro/gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu.tar.xz",
"https://releases.linaro.org/components/toolchain/binaries/latest/aarch64-linux-gnu/gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu.tar.xz",
],
)
# You need to comment following new_http_archive and uncomment following
# new_local_repository to benchmark HIAI
new_http_archive(
name = "hiai",
build_file = "third_party/hiai/hiai.BUILD",
sha256 = "8da8305617573bc495df8f4509fcb1655ffb073d790d9c0b6ca32ba4a4e41055",
strip_prefix = "HiAI_DDK_100.200.010.011",
type = "zip",
urls = [
"http://cnbj1-fds.api.xiaomi.net/aibench/third_party/HiAI_DDK_100.200.010.011_LITE.zip",
],
)
# new_local_repository to benchmark TNN
new_http_archive(
name = "tnn",
build_file = "third_party/tnn/tnn.BUILD",
sha256 = "83d084ca0a8974987f0f57c9b78e128d70499e00b0893f371b055fa75643c6db",
strip_prefix = "tnn-v0.3.0",
urls = [
"http://cnbj1-fds.api.xiaomi.net/aibench/third_party/tnn-v0.3.0.zip",
],
)
# You need to uncomment following new_local_repository and comment foregoing
# new_http_archive to benchmark HIAI
# new_local_repository(
# name = "hiai",
# build_file = "third_party/hiai/hiai.BUILD",
# path = "/path/to/hiai",
# )