Code polishing x2

This commit is contained in:
Chenggang Zhao 2025-04-18 16:43:14 +08:00
parent a51629ddf9
commit 594020e6af

View File

@ -40,7 +40,7 @@ def construct(m: int, k: int, n: int) -> \
def construct_contiguous_grouped(num_groups: int, expected_m_per_group: int, k: int, n: int) -> \ def construct_contiguous_grouped(num_groups: int, expected_m_per_group: int, k: int, n: int) -> \
Tuple[int, Tuple[torch.Tensor, torch.Tensor], Tuple[torch.Tensor, torch.Tensor], torch.Tensor, torch.Tensor]: Tuple[int, Tuple[torch.Tensor, torch.Tensor], Tuple[torch.Tensor, torch.Tensor], torch.Tensor, torch.Tensor, torch.Tensor]:
m = 0 m = 0
m_aligned = get_m_alignment_for_contiguous_layout() m_aligned = get_m_alignment_for_contiguous_layout()
group_m_list = [] group_m_list = []