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
7680x error: 'dx.op.dot4AddPacked' is not a DXILOpFuncition for DXILOpcode 'Dot4AddU8Packed'.
7680x error: 'dx.op.dot4AddPacked' is not a DXILOpFuncition for DXILOpcode 'Dot4AddI8Packed'.
48x error: External function 'dx.op.dot4AddPacked.i32' is unused.
The fix seems to be to set the result type to OverloadTy see: 90a97c4
The text was updated successfully, but these errors were encountered:
We are seeing many errors for this:
7680x error: 'dx.op.dot4AddPacked' is not a DXILOpFuncition for DXILOpcode 'Dot4AddU8Packed'.
7680x error: 'dx.op.dot4AddPacked' is not a DXILOpFuncition for DXILOpcode 'Dot4AddI8Packed'.
48x error: External function 'dx.op.dot4AddPacked.i32' is unused.
The fix seems to be to set the result type to
OverloadTy
see: 90a97c4The text was updated successfully, but these errors were encountered: