Skip to content

Commit 1444953

Browse files
committed
regenerate_bindings
1 parent 55659b8 commit 1444953

File tree

11 files changed

+470
-182
lines changed

11 files changed

+470
-182
lines changed

bindings/Manifest.toml

Lines changed: 288 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,288 @@
1+
# This file is machine-generated - editing it directly is not advised
2+
3+
julia_version = "1.7.3"
4+
manifest_format = "2.0"
5+
6+
[[deps.ArgTools]]
7+
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
8+
9+
[[deps.Artifacts]]
10+
uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
11+
12+
[[deps.Attr_jll]]
13+
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
14+
git-tree-sha1 = "b132f9aeb209b8790dcc286c857f300369219d8d"
15+
uuid = "1fd713ca-387f-5abc-8002-d8b8b1623b73"
16+
version = "2.5.1+0"
17+
18+
[[deps.Base64]]
19+
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
20+
21+
[[deps.BinaryBuilderBase]]
22+
deps = ["Bzip2_jll", "CodecZlib", "Downloads", "Gzip_jll", "HistoricalStdlibVersions", "InteractiveUtils", "JLLWrappers", "JSON", "LibGit2", "LibGit2_jll", "Libdl", "Logging", "OrderedCollections", "OutputCollectors", "Pkg", "Printf", "ProgressMeter", "REPL", "Random", "SHA", "Scratch", "SimpleBufferStream", "TOML", "Tar", "Tar_jll", "UUIDs", "XZ_jll", "Zstd_jll", "p7zip_jll", "pigz_jll", "unzip_jll"]
23+
git-tree-sha1 = "b6e70b712721dea3f586d97aa05e7b5eba96309c"
24+
uuid = "7f725544-6523-48cd-82d1-3fa08ff4056e"
25+
version = "1.29.0"
26+
27+
[[deps.Bzip2_jll]]
28+
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
29+
git-tree-sha1 = "9e2a6b69137e6969bab0152632dcb3bc108c8bdd"
30+
uuid = "6e34b625-4abd-537c-b88f-471c36dfa7a0"
31+
version = "1.0.8+1"
32+
33+
[[deps.CEnum]]
34+
git-tree-sha1 = "389ad5c84de1ae7cf0e28e381131c98ea87d54fc"
35+
uuid = "fa961155-64e5-5f13-b03f-caf6b980ea82"
36+
version = "0.5.0"
37+
38+
[[deps.Clang]]
39+
deps = ["CEnum", "Clang_jll", "Downloads", "Pkg", "TOML"]
40+
git-tree-sha1 = "1922733f094a33be4c5a00471b0e5500de097d84"
41+
repo-rev = "vc/cxx_parse2"
42+
repo-url = "https://github.com/JuliaInterop/Clang.jl.git"
43+
uuid = "40e3b903-d033-50b4-a0cc-940c62c95e31"
44+
version = "0.18.0"
45+
46+
[[deps.Clang_jll]]
47+
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg", "Zlib_jll", "libLLVM_jll"]
48+
git-tree-sha1 = "8cf7e67e264dedc5d321ec87e78525e958aea057"
49+
uuid = "0ee61d77-7f21-5576-8119-9fcc46b10100"
50+
version = "12.0.1+3"
51+
52+
[[deps.CodecZlib]]
53+
deps = ["TranscodingStreams", "Zlib_jll"]
54+
git-tree-sha1 = "cd67fc487743b2f0fd4380d4cbd3a24660d0eec8"
55+
uuid = "944b1d66-785c-5afd-91f1-9de20f533193"
56+
version = "0.7.3"
57+
58+
[[deps.Dates]]
59+
deps = ["Printf"]
60+
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
61+
62+
[[deps.Distributed]]
63+
deps = ["Random", "Serialization", "Sockets"]
64+
uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
65+
66+
[[deps.Downloads]]
67+
deps = ["ArgTools", "FileWatching", "LibCURL", "NetworkOptions"]
68+
uuid = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
69+
70+
[[deps.FileWatching]]
71+
uuid = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee"
72+
73+
[[deps.Gzip_jll]]
74+
deps = ["Artifacts", "JLLWrappers", "Libdl"]
75+
git-tree-sha1 = "9be9f33a49f1261cc4e0f90f617901f0427fe434"
76+
uuid = "be1be57a-8558-53c3-a7e5-50095f79957e"
77+
version = "1.13.0+0"
78+
79+
[[deps.HistoricalStdlibVersions]]
80+
git-tree-sha1 = "c8b04a26eaa706b4da6968dfc27ae2d030547cba"
81+
uuid = "6df8b67a-e8a0-4029-b4b7-ac196fe72102"
82+
version = "1.2.2"
83+
84+
[[deps.InteractiveUtils]]
85+
deps = ["Markdown"]
86+
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
87+
88+
[[deps.JLLWrappers]]
89+
deps = ["Artifacts", "Preferences"]
90+
git-tree-sha1 = "7e5d6779a1e09a36db2a7b6cff50942a0a7d0fca"
91+
uuid = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
92+
version = "1.5.0"
93+
94+
[[deps.JSON]]
95+
deps = ["Dates", "Mmap", "Parsers", "Unicode"]
96+
git-tree-sha1 = "31e996f0a15c7b280ba9f76636b3ff9e2ae58c9a"
97+
uuid = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
98+
version = "0.21.4"
99+
100+
[[deps.LibCURL]]
101+
deps = ["LibCURL_jll", "MozillaCACerts_jll"]
102+
uuid = "b27032c2-a3e7-50c8-80cd-2d36dbcbfd21"
103+
104+
[[deps.LibCURL_jll]]
105+
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll", "Zlib_jll", "nghttp2_jll"]
106+
uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0"
107+
108+
[[deps.LibGit2]]
109+
deps = ["Base64", "NetworkOptions", "Printf", "SHA"]
110+
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
111+
112+
[[deps.LibGit2_jll]]
113+
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll"]
114+
uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5"
115+
116+
[[deps.LibSSH2_jll]]
117+
deps = ["Artifacts", "Libdl", "MbedTLS_jll"]
118+
uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8"
119+
120+
[[deps.Libdl]]
121+
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
122+
123+
[[deps.Libiconv_jll]]
124+
deps = ["Artifacts", "JLLWrappers", "Libdl"]
125+
git-tree-sha1 = "f9557a255370125b405568f9767d6d195822a175"
126+
uuid = "94ce4f54-9a6c-5748-9c1c-f9c7231a4531"
127+
version = "1.17.0+0"
128+
129+
[[deps.Logging]]
130+
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
131+
132+
[[deps.Markdown]]
133+
deps = ["Base64"]
134+
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
135+
136+
[[deps.MbedTLS_jll]]
137+
deps = ["Artifacts", "Libdl"]
138+
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
139+
140+
[[deps.Mmap]]
141+
uuid = "a63ad114-7e13-5084-954f-fe012c677804"
142+
143+
[[deps.MozillaCACerts_jll]]
144+
uuid = "14a3606d-f60d-562e-9121-12d972cd8159"
145+
146+
[[deps.NetworkOptions]]
147+
uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
148+
149+
[[deps.OrderedCollections]]
150+
git-tree-sha1 = "dfdf5519f235516220579f949664f1bf44e741c5"
151+
uuid = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
152+
version = "1.6.3"
153+
154+
[[deps.OutputCollectors]]
155+
git-tree-sha1 = "5d3f2b3b2e2a9d7d6f1774c78e94530ac7f360cc"
156+
uuid = "6c11c7d4-943b-4e2b-80de-f2cfc2930a8c"
157+
version = "0.1.1"
158+
159+
[[deps.Parsers]]
160+
deps = ["Dates", "PrecompileTools", "UUIDs"]
161+
git-tree-sha1 = "8489905bcdbcfac64d1daa51ca07c0d8f0283821"
162+
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
163+
version = "2.8.1"
164+
165+
[[deps.Pkg]]
166+
deps = ["Artifacts", "Dates", "Downloads", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]
167+
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
168+
169+
[[deps.PrecompileTools]]
170+
deps = ["Preferences"]
171+
git-tree-sha1 = "03b4c25b43cb84cee5c90aa9b5ea0a78fd848d2f"
172+
uuid = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
173+
version = "1.2.0"
174+
175+
[[deps.Preferences]]
176+
deps = ["TOML"]
177+
git-tree-sha1 = "00805cd429dcb4870060ff49ef443486c262e38e"
178+
uuid = "21216c6a-2e73-6563-6e65-726566657250"
179+
version = "1.4.1"
180+
181+
[[deps.Printf]]
182+
deps = ["Unicode"]
183+
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
184+
185+
[[deps.ProgressMeter]]
186+
deps = ["Distributed", "Printf"]
187+
git-tree-sha1 = "00099623ffee15972c16111bcf84c58a0051257c"
188+
uuid = "92933f4c-e287-5a05-a399-4b506db050ca"
189+
version = "1.9.0"
190+
191+
[[deps.REPL]]
192+
deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"]
193+
uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
194+
195+
[[deps.Random]]
196+
deps = ["SHA", "Serialization"]
197+
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
198+
199+
[[deps.SHA]]
200+
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
201+
202+
[[deps.Scratch]]
203+
deps = ["Dates"]
204+
git-tree-sha1 = "3bac05bc7e74a75fd9cba4295cde4045d9fe2386"
205+
uuid = "6c6a2e73-6563-6170-7368-637461726353"
206+
version = "1.2.1"
207+
208+
[[deps.Serialization]]
209+
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
210+
211+
[[deps.SimpleBufferStream]]
212+
git-tree-sha1 = "874e8867b33a00e784c8a7e4b60afe9e037b74e1"
213+
uuid = "777ac1f9-54b0-4bf8-805c-2214025038e7"
214+
version = "1.1.0"
215+
216+
[[deps.Sockets]]
217+
uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
218+
219+
[[deps.TOML]]
220+
deps = ["Dates"]
221+
uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
222+
223+
[[deps.Tar]]
224+
deps = ["ArgTools", "SHA"]
225+
uuid = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
226+
227+
[[deps.Tar_jll]]
228+
deps = ["Artifacts", "Attr_jll", "JLLWrappers", "Libdl", "Libiconv_jll"]
229+
git-tree-sha1 = "85e7d0ef5248971fbd824f29c52ab6168b895dfd"
230+
uuid = "9b64493d-8859-5bf3-93d7-7c32dd38186f"
231+
version = "1.35.0+0"
232+
233+
[[deps.Test]]
234+
deps = ["InteractiveUtils", "Logging", "Random", "Serialization"]
235+
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
236+
237+
[[deps.TranscodingStreams]]
238+
deps = ["Random", "Test"]
239+
git-tree-sha1 = "1fbeaaca45801b4ba17c251dd8603ef24801dd84"
240+
uuid = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
241+
version = "0.10.2"
242+
243+
[[deps.UUIDs]]
244+
deps = ["Random", "SHA"]
245+
uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
246+
247+
[[deps.Unicode]]
248+
uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
249+
250+
[[deps.XZ_jll]]
251+
deps = ["Artifacts", "JLLWrappers", "Libdl"]
252+
git-tree-sha1 = "522b8414d40c4cbbab8dee346ac3a09f9768f25d"
253+
uuid = "ffd25f8a-64ca-5728-b0f7-c24cf3aae800"
254+
version = "5.4.5+0"
255+
256+
[[deps.Zlib_jll]]
257+
deps = ["Libdl"]
258+
uuid = "83775a58-1f1d-513f-b197-d71354ab007a"
259+
260+
[[deps.Zstd_jll]]
261+
deps = ["Artifacts", "JLLWrappers", "Libdl"]
262+
git-tree-sha1 = "49ce682769cd5de6c72dcf1b94ed7790cd08974c"
263+
uuid = "3161d3a3-bdf6-5164-811a-617609db77b4"
264+
version = "1.5.5+0"
265+
266+
[[deps.libLLVM_jll]]
267+
deps = ["Artifacts", "Libdl"]
268+
uuid = "8f36deef-c2a5-5394-99ed-8e07531fb29a"
269+
270+
[[deps.nghttp2_jll]]
271+
deps = ["Artifacts", "Libdl"]
272+
uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d"
273+
274+
[[deps.p7zip_jll]]
275+
deps = ["Artifacts", "Libdl"]
276+
uuid = "3f19e933-33d8-53b3-aaab-bd5110c3b7a0"
277+
278+
[[deps.pigz_jll]]
279+
deps = ["Artifacts", "JLLWrappers", "Libdl", "Zlib_jll"]
280+
git-tree-sha1 = "cb56f0446caa6138418ee28132024e2c3911d19b"
281+
uuid = "1bc43ea1-30af-5bc8-a9d4-c018457e6e3e"
282+
version = "2.8.0+0"
283+
284+
[[deps.unzip_jll]]
285+
deps = ["Artifacts", "JLLWrappers", "Libdl"]
286+
git-tree-sha1 = "5d543463432c2e25027d88f5a314d40d44488391"
287+
uuid = "88f77b66-78eb-5ed0-bc16-ebba0796830d"
288+
version = "6.0.2+0"

src/Dialects/14/ArmNeon.jl

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function intr_smull(a::Value, b::Value; res::MLIRType, location=Location())
3232
end
3333

3434
"""
35-
`2d_sdot`
35+
`_2d_sdot`
3636
3737
The two input vectors `b` and `c` have a 2D shape, consisting of either 2
3838
or 4 rows, each row having length 4. This operation computes the pair-wise
@@ -43,20 +43,20 @@ corresponding entry of `a`:
4343
res[i] := a[i] + dot_product(b[i, ...], c[i, ...])
4444
```
4545
"""
46-
# function 2d_sdot(a::Value, b::Value, c::Value; res::MLIRType, location=Location())
47-
# results = MLIRType[res, ]
48-
# operands = Value[a, b, c, ]
49-
# owned_regions = Region[]
50-
# successors = Block[]
51-
# attributes = NamedAttribute[]
46+
function _2d_sdot(a::Value, b::Value, c::Value; res::MLIRType, location=Location())
47+
results = MLIRType[res, ]
48+
operands = Value[a, b, c, ]
49+
owned_regions = Region[]
50+
successors = Block[]
51+
attributes = NamedAttribute[]
5252

53-
# create_operation(
54-
# "arm_neon.2d.sdot", location;
55-
# operands, owned_regions, successors, attributes,
56-
# results=results,
57-
# result_inference=false
58-
# )
59-
# end
53+
create_operation(
54+
"arm_neon.2d.sdot", location;
55+
operands, owned_regions, successors, attributes,
56+
results=results,
57+
result_inference=false
58+
)
59+
end
6060

6161
"""
6262
`intr_sdot`

src/Dialects/14/SPIRV.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4502,14 +4502,14 @@ spv.GlobalVariable @var2 bind(1, 2) : !spv.ptr<f32, Uniform>
45024502
spv.GlobalVariable @var3 built_in(\"GlobalInvocationId\") : !spv.ptr<vector<3xi32>, Input>
45034503
```
45044504
"""
4505-
function GlobalVariable(; type, sym_name, initializer=nothing, binding=nothing, descriptorSet=nothing, builtin=nothing, location=Location())
4505+
function GlobalVariable(; type, sym_name, initializer=nothing, location_=nothing, binding=nothing, descriptorSet=nothing, builtin=nothing, location=Location())
45064506
results = MLIRType[]
45074507
operands = Value[]
45084508
owned_regions = Region[]
45094509
successors = Block[]
45104510
attributes = NamedAttribute[namedattribute("type", type), namedattribute("sym_name", sym_name), ]
45114511
(initializer != nothing) && push!(attributes, namedattribute("initializer", initializer))
4512-
(location != nothing) && push!(attributes, namedattribute("location", location))
4512+
(location != nothing) && push!(attributes, namedattribute("location", location_))
45134513
(binding != nothing) && push!(attributes, namedattribute("binding", binding))
45144514
(descriptorSet != nothing) && push!(attributes, namedattribute("descriptorSet", descriptorSet))
45154515
(builtin != nothing) && push!(attributes, namedattribute("builtin", builtin))

src/Dialects/15/ArmNeon.jl

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function intr_smull(a::Value, b::Value; res::MLIRType, location=Location())
3232
end
3333

3434
"""
35-
`2d_sdot`
35+
`_2d_sdot`
3636
3737
The two input vectors `b` and `c` have a 2D shape, consisting of either 2
3838
or 4 rows, each row having length 4. This operation computes the pair-wise
@@ -43,20 +43,20 @@ corresponding entry of `a`:
4343
res[i] := a[i] + dot_product(b[i, ...], c[i, ...])
4444
```
4545
"""
46-
# function 2d_sdot(a::Value, b::Value, c::Value; res::MLIRType, location=Location())
47-
# results = MLIRType[res, ]
48-
# operands = Value[a, b, c, ]
49-
# owned_regions = Region[]
50-
# successors = Block[]
51-
# attributes = NamedAttribute[]
46+
function _2d_sdot(a::Value, b::Value, c::Value; res::MLIRType, location=Location())
47+
results = MLIRType[res, ]
48+
operands = Value[a, b, c, ]
49+
owned_regions = Region[]
50+
successors = Block[]
51+
attributes = NamedAttribute[]
5252

53-
# create_operation(
54-
# "arm_neon.2d.sdot", location;
55-
# operands, owned_regions, successors, attributes,
56-
# results=results,
57-
# result_inference=false
58-
# )
59-
# end
53+
create_operation(
54+
"arm_neon.2d.sdot", location;
55+
operands, owned_regions, successors, attributes,
56+
results=results,
57+
result_inference=false
58+
)
59+
end
6060

6161
"""
6262
`intr_sdot`

0 commit comments

Comments
 (0)