Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@yykzjh
Copy link
Collaborator

@yykzjh yykzjh commented Nov 6, 2025

No description provided.

@yykzjh yykzjh requested a review from alibaba-miji November 6, 2025 11:50
@yykzjh yykzjh requested a review from LLLLKKKK as a code owner November 6, 2025 11:50
# Prepare output tensor
output = torch.empty(M, self.N, dtype=torch.bfloat16, device=x.device)
# Invoke DeepGEMM
if has_deep_gemm():
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

检查放回到初始化吧

output = output.contiguous()
try:
# Prepare output tensor
output = torch.empty(M, self.N, dtype=torch.bfloat16, device=x.device)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

为啥不需要padding了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants