Skip to content

Commit

Permalink
typofix
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiWang1999 committed Aug 9, 2024
1 parent 4e8ab23 commit 8177e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitblas/ops/general_matmul/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class MatmulConfig(OperatorConfig):
None # propagate_b is a flag to control the ladder permutation
)

# optimize strategy, default is ContigousBatching
# optimize strategy, default is SingleBatchDecodeOnly
optimize_stratety: Union[int, OptimizeStrategy] = OptimizeStrategy.SingleBatchDecodeOnly

def __legalize_dynamic_symbolic(self, M):
Expand Down

0 comments on commit 8177e2f

Please sign in to comment.