Conversation
🏷️ CI GuideRuns automatically on every PR:
Extended tests (opt-in via labels):
|
c484bbe to
c9be435
Compare
brunomazzottiamd
left a comment
There was a problem hiding this comment.
Notice: Black formatting is failing.
Question: Why changing GEMM configs in this PR? My intuition says it's performance related and it should be done. However, the PR description doesn't mention anything about GEMM configs. Is there any relationship between the configs and the test case reduction?
I've also left some nitpick suggestions (address them at your own judgment) and some questions about the intersection with #2491 (I'd be happy to hear your opinion).
@brunomazzottiamd it is because the UTs were failing due to async copies on. @azaidy PR should properly fix them. I just changed them now to get past the failures. |
Now I understand why you touched the configs. Async copy issues shouldn't be a blocker for merging this PR IMHO:
|
brunomazzottiamd
left a comment
There was a problem hiding this comment.
Let's merge it!
Reduce UTs by removing unnecessary tests. This should be a reduction of ~88%. Mainly done by Reduce number of shapes and keep the relevant ones Have another set of smaller shapes to use for different layouts, output tensor arg and float16.
Reduce UTs by removing unnecessary tests. This should be a reduction of ~88%. Mainly done by