-
Notifications
You must be signed in to change notification settings - Fork 14.8k
[AMDGPU][True16][MC] true16 for v_minmax/maxmin_f16 #119586
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
[AMDGPU][True16][MC] true16 for v_minmax/maxmin_f16 #119586
Conversation
23b7428
to
074d19b
Compare
074d19b
to
4902658
Compare
@llvm/pr-subscribers-mc @llvm/pr-subscribers-backend-amdgpu Author: Brox Chen (broxigarchen) ChangesSupport true16 format for v_minmax/maxmin_f16 in MC. Since we are replacing Patch is 144.98 KiB, truncated to 20.00 KiB below, full version: https://github.com/llvm/llvm-project/pull/119586.diff 9 Files Affected:
|
rebased |
CI failure is not related to this patch |
Hi @broxigarchen this is breaking compilation on GFX12 for us. Can you please fix or revert? Test case:
I get:
|
)" This reverts commit e0526b0.
Hi Jay Thanks for pointing this out. Revert this commit here #120594 |
Support true16 format for v_minmax/maxmin_f16 in MC.
Since we are replacing
v_minmax/maxmin_f16
tov_minmax/maxmin_f16_t16 / v_minmax/maxmin_f16_fake16
in Post-GFX11, have to update the CodeGen pattern forv_minmax/maxmin_f16
to get CodeGen test passing.