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

[test] fix gemm driver dataType initialization #2557

Closed
wants to merge 1 commit into from

Conversation

CAHEK7
Copy link
Contributor

@CAHEK7 CAHEK7 commented Nov 28, 2023

The fix properly initializes gemm dataType and also makes driver more dataType friendly, but does not enable fp16\bfp16 since verification fails. It seems enabling half/bfloat16 types is not so trivial as just create a Driver with proper type.

Closes #2505

CC: @atamazov @AngryLoki @junliume @JehandadKhan

@CAHEK7 CAHEK7 added this to the MIOpen v3.1.0 milestone Nov 28, 2023
@CAHEK7 CAHEK7 closed this Nov 28, 2023
@CAHEK7 CAHEK7 deleted the С7/gemm_driver_fix branch November 28, 2023 16:43
@CAHEK7 CAHEK7 removed this from the MIOpen v3.1.0 milestone Nov 28, 2023
@CAHEK7
Copy link
Contributor Author

CAHEK7 commented Nov 28, 2023

Used wrong branch for PR.

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.

MIOpenDriver gemm is broken and MIOpenDriver gemmfp16 is disabled without a reason
1 participant