Skip to content

Commit 05bdbb3

Browse files
Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fb88763 commit 05bdbb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/xla/IFRT/LoadedExecutable.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ function XLA.compile(
101101
Reactant.PersistentCompileCache.get_kernel_cache_path()::Cstring,
102102
Reactant.PersistentCompileCache.autotune_cache_enabled()::Bool,
103103
Reactant.PersistentCompileCache.get_autotune_cache_directory()::Cstring,
104-
Reactant.Distributed.local_rank()::Cint
104+
Reactant.Distributed.local_rank()::Cint,
105105
)::Ptr{Cvoid}
106106
end
107107
end

src/xla/PJRT/LoadedExecutable.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ function XLA.compile(
9595
Reactant.PersistentCompileCache.get_kernel_cache_path()::Cstring,
9696
Reactant.PersistentCompileCache.autotune_cache_enabled()::Bool,
9797
Reactant.PersistentCompileCache.get_autotune_cache_directory()::Cstring,
98-
Reactant.Distributed.local_rank()::Cint
98+
Reactant.Distributed.local_rank()::Cint,
9999
)::Ptr{Cvoid}
100100
end
101101
end

0 commit comments

Comments
 (0)