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 84dad19 commit aee4739Copy full SHA for aee4739
examples/sample_rt_app/BUILD
@@ -4,7 +4,7 @@ package(default_visibility = ["//visibility:public"])
4
# It has include, lib, bin directory and LICENSE file
5
cc_library(
6
name = "trtorch_runtime",
7
- srcs = ["trtorch/lib/libtrtorchrt.so"], # , "trtorch/lib/libtrtorch_plugins.so"
+ srcs = ["trtorch/lib/libtrtorchrt.so"],
8
)
9
10
cc_binary(
0 commit comments