Skip to content

Commit

Permalink
reflow and capitalize
Browse files Browse the repository at this point in the history
  • Loading branch information
superlopuh committed Jan 20, 2025
1 parent d2a3fc2 commit 54318e4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions xdsl/transforms/convert_stencil_to_csl_stencil.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,10 +374,11 @@ class ConvertApplyOpPattern(RewritePattern):

num_chunks: int = 1
"""
number of chunks into which communication and computation should be split.
Effectively, the number of times `csl_stencil.apply.receive_chunk` will be
executed and the tensor sizes it handles. Higher values may increase compute
overhead but reduce size of communication buffers when lowered.
Number of chunks into which communication and computation should be split.
Effectively, the number of times `csl_stencil.apply.receive_chunk` will be executed
and the tensor sizes it handles.
Higher values may increase compute overhead but reduce size of communication buffers
when lowered.
"""

@op_type_rewrite_pattern
Expand Down

0 comments on commit 54318e4

Please sign in to comment.