-
Notifications
You must be signed in to change notification settings - Fork 110
Integrate new CK API and operations with MIGraphX #3595
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
mirza-halilcevic
wants to merge
31
commits into
ROCm:develop
from
migraphx-benchmark:ck_integration_gemm_gemm
Closed
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
ee0cb4f
Integrate new CK API
2da1062
Merge remote-tracking branch 'upstream/develop' into ck_integration
944a8a5
Merge remote-tracking branch 'upstream/develop' into ck_integration
mirza-halilcevic 4488269
Matcher for gemm_gemm.
mirza-halilcevic 69305ae
Merge remote-tracking branch 'upstream/develop' into ck_integration_g…
mirza-halilcevic edaa048
Finalize gemm_gemm integration.
mirza-halilcevic 5e1b0e0
Merge remote-tracking branch 'upstream/develop' into ck_integration_g…
mirza-halilcevic d3f1c29
Remove log lines.
mirza-halilcevic 9a375b2
Merge remote-tracking branch 'upstream/develop' into ck_integration_g…
mirza-halilcevic 3684677
Limit CK GEMMs to k <= 1024.
mirza-halilcevic ab11f51
Fix test.
mirza-halilcevic 19ebed9
Merge remote-tracking branch 'origin/develop' into ck_integration_gem…
mirza-halilcevic 31f68b5
Revert ck_gemm_gemm.
mirza-halilcevic 1c1b778
Merge remote-tracking branch 'upstream/develop' into ck_integration_g…
mirza-halilcevic 25eabd1
Merge remote-tracking branch 'upstream/develop' into ck_integration_g…
mirza-halilcevic 2589f37
Merge remote-tracking branch 'upstream/develop' into ck_integration_g…
mirza-halilcevic 170b227
Merge remote-tracking branch 'upstream/develop' into ck_integration_g…
mirza-halilcevic 301f48e
Update commit id for composable_kernel and add CK_CODE_GEN_RTC flag to
mirza-halilcevic f5da942
Merge remote-tracking branch 'upstream/develop' into ck_integration_g…
mirza-halilcevic 51fea53
Use default arguments for prologue and epilogue in CK compilers.
mirza-halilcevic e15464f
Update CK commit hash.
mirza-halilcevic 294ddc8
Merge remote-tracking branch 'upstream/develop' into ck_integration_g…
mirza-halilcevic ee9ae14
Update licenses.
mirza-halilcevic 5a186e8
Merge remote-tracking branch 'upstream/develop' into ck_integration_g…
mirza-halilcevic 8f8e77d
Remove manual targets include.
mirza-halilcevic 202e84b
Update CK commit hash.
mirza-halilcevic eb84233
Update CK commit hash.
mirza-halilcevic 92f55d8
Merge branch 'develop' into ck_integration_gemm_gemm
mirza-halilcevic 7658dba
Merge branch 'develop' into ck_integration_gemm_gemm
mirza-halilcevic dc4da4d
Merge branch 'develop' into ck_integration_gemm_gemm
mirza-halilcevic cc546c1
Merge branch 'develop' into ck_integration_gemm_gemm
mirza-halilcevic File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,5 +27,5 @@ ROCm/[email protected] | |
pybind/pybind11@3e9dfa2866941655c56877882565e7577de6fc7b --build | ||
msgpack/[email protected] -DMSGPACK_BUILD_TESTS=Off | ||
[email protected] -DCMAKE_POSITION_INDEPENDENT_CODE=On | ||
ROCm/composable_kernel@b7775add2d28251674d81e220cd4a857b90b997a -DCK_BUILD_JIT_LIB=On -DCMAKE_POSITION_INDEPENDENT_CODE=On | ||
ROCm/rocMLIR@221ad7adb549ea2a39c8e15d07a7ada6e89cef88 -DBUILD_FAT_LIBROCKCOMPILER=On -DLLVM_INCLUDE_TESTS=Off | ||
ROCm/composable_kernel@fbce6c7bb6dad3750e33e999d438197cdc5c7fe8 --cmake subdir -DCMAKE_DIR=codegen -DCMAKE_POSITION_INDEPENDENT_CODE=On | ||
ROCm/rocMLIR@221ad7adb549ea2a39c8e15d07a7ada6e89cef88 -DBUILD_FAT_LIBROCKCOMPILER=On -DLLVM_INCLUDE_TESTS=Off |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.