Skip to content

Commit f400703

Browse files
Format code
1 parent 4e23a04 commit f400703

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/Compiler.jl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1396,11 +1396,7 @@ Generate Julia code to call the XLA executable.
13961396
- `nresults`: The number of results to expect.
13971397
"""
13981398
function codegen_xla_call(
1399-
flatten_names,
1400-
donated_args_mask,
1401-
nresults,
1402-
is_sharded::Bool,
1403-
ndevices::Int,
1399+
flatten_names, donated_args_mask, nresults, is_sharded::Bool, ndevices::Int
14041400
)
14051401
flatten_buffer_refs = map(n -> :($n.buffer), flatten_names)
14061402

0 commit comments

Comments
 (0)