Skip to content
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

Composable Kernel Integration #191

Open
mirza-halilcevic opened this issue Aug 14, 2024 · 3 comments · May be fixed by ROCm/composable_kernel#1542
Open

Composable Kernel Integration #191

mirza-halilcevic opened this issue Aug 14, 2024 · 3 comments · May be fixed by ROCm/composable_kernel#1542
Assignees

Comments

@mirza-halilcevic
Copy link

Integrate the new Composable Kernel API into MIGraphX.

@music-dino
Copy link

New Problem and Solution API has been implemented for gemm_softmax_gemm, using the same instance parameters as previously used on the migraphx branch of CK.

@music-dino
Copy link

The new CK side API has been integrated into MGX. Beside changes in MGX, this required modifications of the top-level and codegen CMAKE files to expose ck_host as a component of composable_kernel.

@music-dino
Copy link

Usage of type_traits in the CK codebase precluded HIPRTC from compiling CK code.
To circumvent the issue, certain sections of CK code had to be excluded by using #ifndef __HIPCC_RTC__.
Where exclusion was not possible, alternatives to type_traits constructs had to be implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 👀 Review requested
Development

Successfully merging a pull request may close this issue.

2 participants