Skip to content

Commit

Permalink
chore(dev): multiple versions of OpenCL lib for bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
homksei committed Feb 21, 2025
1 parent 70b9dd1 commit e5163eb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dev/bazel/deps/opencl.tpl.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ package(default_visibility = ["//visibility:public"])

cc_library(
name = "opencl_binary",
srcs = [
srcs = glob([
"libOpenCL.so.1.2",
],
"libOpenCL.so.1.0",
]),
)

0 comments on commit e5163eb

Please sign in to comment.