You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The IR should define a !nofpclass metadata type, equivalent to the nofpclass attribute. This will just encode an integer equivalent to the attribute's bitmask.
This will be useful to complete the migration to only use byref arguments with amdgpu_kernel. If we stop using direct value arguments, we currently have no equivalent way of representing the nofpclass annotation.
The text was updated successfully, but these errors were encountered:
The IR should define a
!nofpclass
metadata type, equivalent to thenofpclass
attribute. This will just encode an integer equivalent to the attribute's bitmask.This will be useful to complete the migration to only use
byref
arguments with amdgpu_kernel. If we stop using direct value arguments, we currently have no equivalent way of representing the nofpclass annotation.The text was updated successfully, but these errors were encountered: