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
When I use the command MIOpenDriver layernorm --input 2x256x64x128 -o 0 -m 0 -F 1 -V 1 -i 1 on the gfx906 platform, the LayerNorm operation fails during the verification stage. However, when I change the command type to layernormfp16 or layernormbfp16, it passes the verification stage. Additionally, for the parameters that fail verification, when I change the -o parameter to 3, it passes the verification. What could be the reason for this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I use the command MIOpenDriver layernorm --input 2x256x64x128 -o 0 -m 0 -F 1 -V 1 -i 1 on the gfx906 platform, the LayerNorm operation fails during the verification stage. However, when I change the command type to layernormfp16 or layernormbfp16, it passes the verification stage. Additionally, for the parameters that fail verification, when I change the -o parameter to 3, it passes the verification. What could be the reason for this?
Beta Was this translation helpful? Give feedback.
All reactions