Issue 160737
Summary [SPIR-V] SPIR-V back-end is using OpDot on integer dot product.
Labels new issue
Assignees
Reporter karolherbst
    Per SPIR-V specification: https://registry.khronos.org/SPIR-V/specs/unified1/SPIRV.html#OpDot

> Result Type must be a [floating-point type](https://registry.khronos.org/SPIR-V/specs/unified1/SPIRV.html#Floating) scalar.

It needs to use `OpUDot` or `OpSDot` instead.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to