Skip to content

[Bug][MMA] Changed the type of D matrix elements array from volatile CDType * to volatile void *#2878

Merged
zhimingwang36 merged 1 commit into
oneapi-src:SYCLomaticfrom
TejaX-Alaghari:bug_mma
Jun 10, 2025
Merged

[Bug][MMA] Changed the type of D matrix elements array from volatile CDType * to volatile void *#2878
zhimingwang36 merged 1 commit into
oneapi-src:SYCLomaticfrom
TejaX-Alaghari:bug_mma

Conversation

@TejaX-Alaghari

Copy link
Copy Markdown
Contributor

This PR changes the type of D matrix elements array from volatile CDType * to volatile void *.

This is because the D matrix elements can be of different type from that in the mma instruction.
Ex: f32.f16.f16.f32 may have int type for D matrix elements rather than float

@TejaX-Alaghari TejaX-Alaghari requested a review from a team as a code owner June 6, 2025 07:29
@zhimingwang36 zhimingwang36 merged commit 56aef6a into oneapi-src:SYCLomatic Jun 10, 2025
7 checks passed
@TejaX-Alaghari TejaX-Alaghari deleted the bug_mma branch June 11, 2025 06:28
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.

3 participants