Skip to content

Commit 8e1d45d

Browse files
Format code (EnzymeAD#863)
Co-authored-by: enzyme-ci-bot[bot] <78882869+enzyme-ci-bot[bot]@users.noreply.github.com>
1 parent 5f9d523 commit 8e1d45d

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
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

src/Ops.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2368,7 +2368,7 @@ Applies a reduction function `fn` along the specified `dimensions` of input `x`,
23682368

23692369
sample_inputs = [
23702370
Reactant.TracedUtils.promote_to(TracedRNumber{T}, 0),
2371-
Reactant.TracedUtils.promote_to(TracedRNumber{T}, 0)
2371+
Reactant.TracedUtils.promote_to(TracedRNumber{T}, 0),
23722372
]
23732373

23742374
func =

0 commit comments

Comments
 (0)