File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -712,6 +712,19 @@ mlir_c_api_cc_library(
712712 ],
713713)
714714
715+ mlir_c_api_cc_library (
716+ name = "CAPIShape" ,
717+ srcs = ["lib/CAPI/Dialect/Shape.cpp" ],
718+ hdrs = ["include/mlir-c/Dialect/Shape.h" ],
719+ capi_deps = [
720+ ":CAPIIR" ,
721+ ],
722+ includes = ["include" ],
723+ deps = [
724+ ":ShapeDialect" ,
725+ ],
726+ )
727+
715728mlir_c_api_cc_library (
716729 name = "CAPITarget" ,
717730 srcs = ["lib/CAPI/Target/LLVMIR.cpp" ],
@@ -733,6 +746,19 @@ mlir_c_api_cc_library(
733746 ],
734747)
735748
749+ mlir_c_api_cc_library (
750+ name = "CAPITensor" ,
751+ srcs = ["lib/CAPI/Dialect/Tensor.cpp" ],
752+ hdrs = ["include/mlir-c/Dialect/Tensor.h" ],
753+ capi_deps = [
754+ ":CAPIIR" ,
755+ ],
756+ includes = ["include" ],
757+ deps = [
758+ ":TensorDialect" ,
759+ ],
760+ )
761+
736762mlir_c_api_cc_library (
737763 name = "CAPIGPU" ,
738764 srcs = [
You can’t perform that action at this time.
0 commit comments