torch-mlir/utils/bazel
Sambhav Jain 91e0f38b57
[Bazel] Add StableHLO registration dependency (#1937)
Fixes a broken bazel build from https://github.com/llvm/torch-mlir/pull/1887 causing the following build error:

```
ERROR: /root/.cache/bazel/_bazel_root/b89349c08f7224396763d14fe35cba11/external/torch-mlir/BUILD.bazel:819:10: Compiling tools/torch-mlir-opt/torch-mlir-opt.cpp failed: (Exit 1): clang failed: error executing command /usr/lib/llvm-16/bin/clang -U_FORTIFY_SOURCE -fstack-protector -Wall -Wthread-safety -Wself-assign -Wunused-but-set-parameter -Wno-free-nonheap-object -fcolor-diagnostics -fno-omit-frame-pointer ... (remaining 366 arguments skipped)

Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
external/torch-mlir/tools/torch-mlir-opt/torch-mlir-opt.cpp:16:10: fatal error: 'stablehlo/dialect/Register.h' file not found
#include "stablehlo/dialect/Register.h"
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
Target @torch-mlir//:torch-mlir-opt failed to build
```

GHA workflow with the fix:
https://github.com/sjain-stanford/torch-mlir/actions/runs/4421486154
2023-03-14 20:04:09 -07:00
..
docker [Bazel] Fix clang version, missing mhlo deps and add reqs files (#1898) 2023-02-24 15:07:34 -08:00
torch-mlir-overlay [Bazel] Add StableHLO registration dependency (#1937) 2023-03-14 20:04:09 -07:00
.bazelrc [Bazel] Update to Ubuntu-22.04 and clang-16 for Bazel build docker (#1523) 2022-11-10 13:11:06 -08:00
BUILD.bazel Add bazel build support (1/N) (#706) 2022-04-06 11:20:39 -07:00
WORKSPACE.bazel Add Bazel buildifier to torch-mlir (#1586) 2022-11-15 12:34:27 -08:00
configure.bzl [Bazel] Run buildifier (#1250) 2022-08-18 22:42:58 -07:00
overlay_directories.py Add bazel build support (1/N) (#706) 2022-04-06 11:20:39 -07:00