File tree Expand file tree Collapse file tree 1 file changed +1
-31
lines changed Expand file tree Collapse file tree 1 file changed +1
-31
lines changed Original file line number Diff line number Diff line change 1
1
load ("@rules_cc//cc:cc_library.bzl" , "cc_library" )
2
+ load ("@rules_cc//cc:defs.bzl" , "cc_library" )
2
3
3
4
package (default_visibility = ["//visibility:public" ])
4
5
5
- load ("@rules_cc//cc:defs.bzl" , "cc_library" )
6
-
7
6
config_setting (
8
7
name = "aarch64_linux" ,
9
8
constraint_values = [
@@ -36,35 +35,6 @@ cc_library(
36
35
strip_include_prefix = "include" ,
37
36
)
38
37
39
- cc_library (
40
- name = "libtorchtrt_runtime" ,
41
- srcs = select ({
42
- ":windows" : [
43
- "lib/x64/torchtrt_runtime.dll" ,
44
- ],
45
- "//conditions:default" : [
46
- "lib/libtorchtrt_runtime.so" ,
47
- ],
48
- }),
49
- )
50
-
51
- cc_library (
52
- name = "libtorchtrt_plugins" ,
53
- srcs = select ({
54
- ":windows" : [
55
- "lib/x64/torchtrt_plugins.dll" ,
56
- ],
57
- "//conditions:default" : [
58
- "lib/libtorchtrt_plugins.so" ,
59
- ],
60
- }),
61
- hdrs = glob ([
62
- "include/torch_tensorrt/core/plugins/**/*.h" ,
63
- ]),
64
- includes = ["include/" ],
65
- strip_include_prefix = "include" ,
66
- )
67
-
68
38
cc_library (
69
39
name = "torch_tensorrt_core_hdrs" ,
70
40
hdrs = glob ([
You can’t perform that action at this time.
0 commit comments