Skip to content

Commit d566fa1

Browse files
authored
Change shardy_passes default value to post_sdy_propagation
This is currently what the docs say
1 parent 3640651 commit d566fa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CompileOptions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ function CompileOptions(;
264264
raise_first::Bool=false,
265265
legalize_chlo_to_stablehlo::Bool=false,
266266
cudnn_hlo_optimize::Bool=false,
267-
shardy_passes::Union{Symbol,ShardyPropagationOptions}=:to_mhlo_shardings,
267+
shardy_passes::Union{Symbol,ShardyPropagationOptions}=:post_sdy_propagation,
268268
optimize_then_pad::Bool=true,
269269
optimize_communications::Union{Bool,OptimizeCommunicationOptions}=true,
270270
assert_nonallocating::Bool=false,

0 commit comments

Comments
 (0)