Skip to content

Commit

Permalink
annotatte todo.
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiWang1999 committed Aug 13, 2024
1 parent 1c89c60 commit cfda648
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bitblas/ops/general_matmul/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ class MatmulConfig(OperatorConfig):
None # propagate_b is a flag to control the ladder permutation
)

# TODO: This is a temporary solution to legalize the dynamic symbolic.
# Maybe we should remove this in the future.
# optimize strategy, default is SingleBatchDecodeOnly
optimize_stratety: Union[int, OptimizeStrategy] = OptimizeStrategy.SingleBatchDecodeOnly

Expand Down

0 comments on commit cfda648

Please sign in to comment.