File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ function XLA.compile(
101
101
Reactant. PersistentCompileCache. get_kernel_cache_path ():: Cstring ,
102
102
Reactant. PersistentCompileCache. autotune_cache_enabled ():: Bool ,
103
103
Reactant. PersistentCompileCache. get_autotune_cache_directory ():: Cstring ,
104
- Reactant. Distributed. local_rank ():: Cint
104
+ Reactant. Distributed. local_rank ():: Cint ,
105
105
):: Ptr{Cvoid}
106
106
end
107
107
end
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ function XLA.compile(
95
95
Reactant. PersistentCompileCache. get_kernel_cache_path ():: Cstring ,
96
96
Reactant. PersistentCompileCache. autotune_cache_enabled ():: Bool ,
97
97
Reactant. PersistentCompileCache. get_autotune_cache_directory ():: Cstring ,
98
- Reactant. Distributed. local_rank ():: Cint
98
+ Reactant. Distributed. local_rank ():: Cint ,
99
99
):: Ptr{Cvoid}
100
100
end
101
101
end
You can’t perform that action at this time.
0 commit comments