-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JLL related fixups #706
JLL related fixups #706
Conversation
@ccall MLIR.API.mlir_c.InitializePasses( | ||
registry[]::MLIR.API.MlirDialectRegistry | ||
)::Cvoid | ||
passes_initialized[] = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JuliaFormatter] reported by reviewdog 🐶
@ccall MLIR.API.mlir_c.InitializePasses( | |
registry[]::MLIR.API.MlirDialectRegistry | |
)::Cvoid | |
passes_initialized[] = true | |
@ccall MLIR.API.mlir_c.InitializePasses( | |
registry[]::MLIR.API.MlirDialectRegistry | |
)::Cvoid | |
passes_initialized[] = true |
if !Reactant.precompiling() | ||
try | ||
gpu = GPUClient() | ||
backends["gpu"] = gpu | ||
default_backend[] = gpu | ||
catch e | ||
println(stdout, e) | ||
println(stdout, e) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JuliaFormatter] reported by reviewdog 🐶
if !Reactant.precompiling() | |
try | |
gpu = GPUClient() | |
backends["gpu"] = gpu | |
default_backend[] = gpu | |
catch e | |
println(stdout, e) | |
println(stdout, e) | |
if !Reactant.precompiling() | |
try | |
gpu = GPUClient() | |
backends["gpu"] = gpu | |
default_backend[] = gpu | |
catch e | |
println(stdout, e) | |
end |
end | ||
end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JuliaFormatter] reported by reviewdog 🐶
end |
run_pass_pipeline!( | ||
mod, "canonicalize" | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JuliaFormatter] reported by reviewdog 🐶
run_pass_pipeline!( | |
mod, "canonicalize" | |
) | |
run_pass_pipeline!(mod, "canonicalize") |
run_pass_pipeline!( | ||
mod, "enzyme-batch" | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JuliaFormatter] reported by reviewdog 🐶
run_pass_pipeline!( | |
mod, "enzyme-batch" | |
) | |
run_pass_pipeline!(mod, "enzyme-batch") |
Fix #676, fix #695, fix #699.