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
As seen in llvm-beanz/offload-test-suite#62, using HLSL's "saturate" operation on a vector is resulting in an error: Cannot create Saturate operation: Invalid overload type from the backend. This is because the intrinsic isn't being scalarized and there is no vector DXIL op when we try to lower.
The text was updated successfully, but these errors were encountered:
As seen in llvm-beanz/offload-test-suite#62, using HLSL's "saturate" operation on a vector is resulting in an
error: Cannot create Saturate operation: Invalid overload type
from the backend. This is because the intrinsic isn't being scalarized and there is no vector DXIL op when we try to lower.The text was updated successfully, but these errors were encountered: