Sambhav Jain
|
44f6942796
|
Bump LLVM and StableHLO (#2598)
Bump LLVM to `5e5a22caf88ac1ccfa8dc5720295fdeba0ad9372` and StableHLO to
`83f095e7217c897f1eccac5652600ceb944cb0e0`.
Bazel GHA:
https://github.com/sjain-stanford/torch-mlir/actions/runs/7027647674
|
2023-11-28 22:12:24 -08:00 |
Sambhav Jain
|
3d974ed988
|
[Bazel] Replace mlir-hlo with stablehlo (#2463)
Aligns with https://github.com/llvm/torch-mlir/pull/2460 and fixes bazel
build.
GHA workflow:
https://github.com/sjain-stanford/torch-mlir/actions/runs/6178894329
|
2023-09-14 08:59:31 -07:00 |
Sambhav Jain
|
facce24ae3
|
[Bazel] Fix broken Bazel build (#2252)
Bazel GHA run: https://github.com/sjain-stanford/torch-mlir/actions/runs/5408580473
|
2023-06-29 08:45:35 -07:00 |
Sambhav Jain
|
a3a62a9951
|
[Bazel] Add `@llvm_zstd` to WORKSPACE (#2049)
This un-breaks Bazel CI since b31c5fa1fb .
Manually triggered GHA:
- https://github.com/sjain-stanford/torch-mlir/actions/runs/4764744603 (failed)
- https://github.com/sjain-stanford/torch-mlir/actions/runs/4769130681 (with buildifier fix)
|
2023-04-24 10:02:33 -07:00 |
Sambhav Jain
|
4032eeca64
|
Add Bazel buildifier to torch-mlir (#1586)
Formats bazel BUILD and .bzl files with a standard convention.
Invoke using
```
bazel run @torch-mlir//:buildifier
```
|
2022-11-15 12:34:27 -08:00 |
Ahmed S. Taei
|
844d58279d
|
[Bazel] Update bazel_skylib version (#1498)
This should fix current bazel build
|
2022-10-17 09:05:54 -07:00 |
Sambhav Jain
|
1e1759c2eb
|
[Bazel] Run buildifier (#1250)
Lint all Bazel files (BUILD, WORKSPACE, .bzl, or .sky).
Steps followed:
```shell
./utils/bazel/run_docker.sh
# run within container
git clone https://github.com/bazelbuild/buildtools.git
cd buildtools
bazel build //buildifier
# buildifier formatter
./bazel-bin/buildifier/buildifier_/buildifier -r ../utils/bazel/
# buildifier linter
./bazel-bin/buildifier/buildifier_/buildifier --lint=fix -r ../utils/bazel/
```
|
2022-08-18 22:42:58 -07:00 |
Ahmed S. Taei
|
b389053653
|
Add mhlo to bazel build (#1120)
|
2022-07-28 23:24:42 -07:00 |
Ahmed S. Taei
|
eaf34fa02b
|
Add bazel build support (1/N) (#706)
This PR adds rules for building the compiler part with bazel, a followup PRs will build the python bindings.
|
2022-04-06 11:20:39 -07:00 |