LWP100-1465 generalize common GEMM graph#5
Conversation
…gemm-common-graph
|
Original commenter: @a1-mlselibci-npi Generated Documentation |
|
Original commenter: @a1-mlselibci-npi CodeQL reportResults Summary
Full table of results
Links |
|
Original commenter: @a1-mlselibci-npi Code Coverage Report for gfx942Summary
This PR adds/edits 12743 newly uncovered lines. Artifacts
Commit Hashes |
|
Original commenter: @yoonchoi Not sure why following CI errors occurred. Build parameters for gfx950 were given when I when to Jenkins page at http://math-ci.amd.com/job/enterprise/job/precheckin/job/rocRoller/job/PR-1157/build?delay=0sec |
|
Original commenter: @yoonchoi Original review comment on Remove changes in this file, which will be separately merged by Lauren's PR. |
|
Original commenter: @yoonchoi Original review comment on Remove changes in this file, which will be separately merged by Lauren's PR. |
|
Original commenter: @yoonchoi Original review comment on To match the original jamming factors. WorkgroupsizeY is half of the original code. |
|
Original commenter: @yoonchoi Original review comment on To match the original jamming factors. WorkgroupsizeY is half of the original code. |
|
Original commenter: @yoonchoi Original review comment on This is refactoring from CommonGraphs_impl.hpp. |
|
Original commenter: @nhenders Original review comment on We should generalize this past |
|
Original commenter: @nhenders Original review comment on We also need to parameterize the We could also have an API for |
|
Original commenter: @nhenders Original review comment on
|
|
Original commenter: @yoonchoi Original review comment on These became member variables to allow the capability to reassign new argument values. (Used in PR #1144). |
|
Original commenter: @jolabega Original review comment on Yes, that makes more sense as we try to move away for explicitly refer to MFMA where code should be generic. |
Original author: @yoonchoi
PR overview
For LWP100-1465
Common GEMM graph is used for Address calculation test.
Changes in common GEMM graph from #1144 are extracted and subsequent changes are added.
Testing
Many existing tests using GEMM common graphs.
Tested if the existing tests passes with the minimal changes to match jamming factors.
Commit message
Refactor and generalize common GEMM graph