We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f96c09 commit 73899f5Copy full SHA for 73899f5
src/mlir/Dialects.jl
@@ -17,6 +17,7 @@ function operandsegmentsizes(segments)
17
end
18
19
for file in readdir(joinpath(@__DIR__, "Dialects"))
20
+ endswith(file, ".jl") || continue
21
include(joinpath(@__DIR__, "Dialects", file))
22
23
0 commit comments