Skip to content

Conversation

@xhcao
Copy link
Contributor

@xhcao xhcao commented Nov 14, 2025

Description

Motivation and Context

@xhcao
Copy link
Contributor Author

xhcao commented Nov 14, 2025

The PR add cases for #26433 and #26461

@jchen10 @Jiawei-Shao PTAL

}

TEST(MatMul_Large, Float16_Subgroup) {
RunTestTyped<float, 13>({512, 1024}, {1024, 1024});
Copy link
Contributor

Choose a reason for hiding this comment

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

MLFloat16

}

} // namespace test
} // namespace onnxruntime
Copy link
Contributor

Choose a reason for hiding this comment

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

Too many duplicated code lines between the Float32 and Float16 cases. You can have one case covering both Float32 and Float16.
Split_Dim_Inner and Subgroup are not good names for the cases. They don't help me understand the rationale behind the tested various shapes.

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