Add a Bazel build file for mlir/python.This BUILD file:* generates machine-generated Python files using tblgen, and* exports both generated and handwritten Python files via filegroup() rules.Th
Add a Bazel build file for mlir/python.This BUILD file:* generates machine-generated Python files using tblgen, and* exports both generated and handwritten Python files via filegroup() rules.This allows downstream users to use Bazel to build Python wheels that incorporate the MLIR Python bindings.Reviewed By: GMNGeoffreyDifferential Revision: https://reviews.llvm.org/D112844
show more ...