File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 8686 - name: install prereqs
8787 run: |
8888
89+ pip install --upgrade pip
8990 pip install -r requirements.txt
90- pip install cmake>=3.28 setuptools>=42 wheel
91+ pip install cmake>=3.28 setuptools>=64 wheel
9192 pip download mlir -f https://makslevental.github.io/wheels
9293 unzip -q mlir-*.whl
9394 rm -rf mlir-*.whl
Original file line number Diff line number Diff line change 11[build-system]
22requires = [
33 "cmake>=3.28",
4- "setuptools>=42 ",
4+ "setuptools>=64 ",
55 "wheel",
66 "ninja>=1.12.1"
77]
@@ -28,14 +28,14 @@ before-all = [
2828]
2929before-build = [
3030 "pip install -r requirements.txt",
31- "pip install cmake>=3.28 setuptools>=42 wheel ninja>=1.12.1"
31+ "pip install cmake>=3.28 setuptools>=64 wheel ninja>=1.12.1"
3232]
3333
3434[tool.cibuildwheel.macos]
3535build = "cp310-* cp311-* cp312-*"
3636before-build = [
3737 "pip install -r requirements.txt",
38- "pip install cmake>=3.28 setuptools>=42 wheel ninja>=1.12.1"
38+ "pip install cmake>=3.28 setuptools>=64 wheel ninja>=1.12.1"
3939]
4040repair-wheel-command = []
4141
@@ -44,5 +44,5 @@ build = "cp38-* cp39-* cp310-* cp311-* cp312-*"
4444skip = ["*-win32"]
4545before-build = [
4646 "pip install -r requirements.txt",
47- "pip install cmake>=3.28 setuptools>=42 wheel ninja>=1.12.1"
47+ "pip install cmake>=3.28 setuptools>=64 wheel ninja>=1.12.1"
4848]
Original file line number Diff line number Diff line change 1010
1111#include "mlir/Dialect/Func/IR/FuncOps.h"
1212#include "mlir/IR/Builders.h"
13+ #include "mlir/IR/DialectImplementation.h"
1314#include "mlir/IR/PatternMatch.h"
1415#include "mlir/InitAllDialects.h"
1516#include "mlir/InitAllPasses.h"
You can’t perform that action at this time.
0 commit comments