File tree Expand file tree Collapse file tree 2 files changed +3
-39
lines changed
llvm-project-overlay/mlir/python Expand file tree Collapse file tree 2 files changed +3
-39
lines changed Original file line number Diff line number Diff line change @@ -186,9 +186,9 @@ maybe(
186
186
http_archive ,
187
187
name = "nanobind" ,
188
188
build_file = "@llvm-raw//utils/bazel/third_party_build:nanobind.BUILD" ,
189
- sha256 = "bb35deaed7efac5029ed1e33880a415638352f757d49207a8e6013fefb6c49a7 " ,
190
- strip_prefix = "nanobind-2.4.0 " ,
191
- url = "https://github.com/wjakob/nanobind/archive/refs/tags/v2.4.0 .tar.gz" ,
189
+ sha256 = "8ce3667dce3e64fc06bfb9b778b6f48731482362fb89a43da156632266cd5a90 " ,
190
+ strip_prefix = "nanobind-2.9.2 " ,
191
+ url = "https://github.com/wjakob/nanobind/archive/refs/tags/v2.9.2 .tar.gz" ,
192
192
)
193
193
194
194
load ("@rules_python//python:repositories.bzl" , "py_repositories" , "python_register_toolchains" )
Original file line number Diff line number Diff line change @@ -32,13 +32,6 @@ filegroup(
32
32
],
33
33
)
34
34
35
- filegroup (
36
- name = "ExecutionEnginePyIFiles" ,
37
- srcs = [
38
- "mlir/_mlir_libs/_mlirExecutionEngine.pyi" ,
39
- ],
40
- )
41
-
42
35
filegroup (
43
36
name = "IRPyFiles" ,
44
37
srcs = [
@@ -53,14 +46,6 @@ filegroup(
53
46
]),
54
47
)
55
48
56
- filegroup (
57
- name = "IRPyIFiles" ,
58
- srcs = [
59
- "mlir/_mlir_libs/_mlir/__init__.pyi" ,
60
- "mlir/_mlir_libs/_mlir/ir.pyi" ,
61
- ],
62
- )
63
-
64
49
filegroup (
65
50
name = "MlirLibsPyFiles" ,
66
51
srcs = [
@@ -75,13 +60,6 @@ filegroup(
75
60
],
76
61
)
77
62
78
- filegroup (
79
- name = "PassManagerPyIFiles" ,
80
- srcs = [
81
- "mlir/_mlir_libs/_mlir/passmanager.pyi" ,
82
- ],
83
- )
84
-
85
63
filegroup (
86
64
name = "RewritePyFiles" ,
87
65
srcs = [
@@ -659,13 +637,6 @@ gentbl_filegroup(
659
637
],
660
638
)
661
639
662
- filegroup (
663
- name = "PDLPyIFiles" ,
664
- srcs = [
665
- "mlir/_mlir_libs/_mlir/dialects/pdl.pyi" ,
666
- ],
667
- )
668
-
669
640
filegroup (
670
641
name = "PDLPyFiles" ,
671
642
srcs = [
@@ -756,13 +727,6 @@ filegroup(
756
727
# Quant dialect.
757
728
##---------------------------------------------------------------------------##
758
729
759
- filegroup (
760
- name = "QuantPyIFiles" ,
761
- srcs = [
762
- "mlir/_mlir_libs/_mlir/dialects/quant.pyi" ,
763
- ],
764
- )
765
-
766
730
filegroup (
767
731
name = "QuantPyFiles" ,
768
732
srcs = [
You can’t perform that action at this time.
0 commit comments