[mlir][sparse][gpu] fix F32 bug for SpMV and SpMM
The alpha/beta variables, residing on the host, should have the 32-bit or 64-bit width of the result type. It was formerly always passed as double. Reviewed By: Peiming Differential Revision: https://reviews.llvm.org/D151255
Loading
Please sign in to comment