Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
polvalente committed May 23, 2024
1 parent a9eecd9 commit bbef0a2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion exla/lib/exla.ex
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,10 @@ defmodule EXLA do
end

function
|> jit([{EXLA, {&EXLA.Defn.LockedCache.run/2, comp_fun}}, {:module_compilation, :to_mlir} | options])
|> jit([
{EXLA, {&EXLA.Defn.LockedCache.run/2, comp_fun}},
{:module_compilation, :to_mlir} | options
])
|> apply(args)
catch
{:mlir_module, ref} -> %EXLA.MLIR.Module{ref: ref}
Expand Down

0 comments on commit bbef0a2

Please sign in to comment.