File tree 2 files changed +12
-4
lines changed
2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,12 @@ pkg_tar(
18
18
"//core/conversion/var:include" ,
19
19
"//core/conversion/tensorcontainer:include" ,
20
20
"//core/conversion/evaluators:include" ,
21
- "//core/plugins :include" ,
21
+ "//core/ir :include" ,
22
22
"//core/lowering:include" ,
23
23
"//core/lowering/passes:include" ,
24
+ "//core/partitioning:include" ,
25
+ "//core/plugins:impl_include" ,
26
+ "//core/plugins:include" ,
24
27
"//core/runtime:include" ,
25
28
"//core/util:include" ,
26
29
"//core/util/logging:include" ,
Original file line number Diff line number Diff line change @@ -42,7 +42,12 @@ load("@rules_pkg//:pkg.bzl", "pkg_tar")
42
42
pkg_tar (
43
43
name = "include" ,
44
44
package_dir = "core/plugins/" ,
45
- srcs = ["plugins.h" ,
46
- "impl/interpolate_plugin.h" ,
47
- "impl/normalize_plugin.h" ],
45
+ srcs = ["plugins.h" ],
48
46
)
47
+
48
+ pkg_tar (
49
+ name = "impl_include" ,
50
+ package_dir = "core/plugins/impl" ,
51
+ srcs = ["impl/interpolate_plugin.h" ,
52
+ "impl/normalize_plugin.h" ],
53
+ )
You can’t perform that action at this time.
0 commit comments