We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1176c3b commit c725fb1Copy full SHA for c725fb1
dev/bazel/deps/opencl.tpl.BUILD
@@ -2,7 +2,8 @@ package(default_visibility = ["//visibility:public"])
2
3
cc_library(
4
name = "opencl_binary",
5
- srcs = [
+ srcs = glob([
6
"libOpenCL.so.1.2",
7
- ],
+ "libOpenCL.so.1.0",
8
+ ]),
9
)
0 commit comments