[all-commits] [llvm/llvm-project] 4ebd83: [mlir][sparse][gpu] fix F32 bug for SpMV and SpMM
Aart Bik via All-commits
all-commits at lists.llvm.org
Tue May 23 17:36:20 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4ebd836d9e7b342ece764d81bed13d3163c8af62
https://github.com/llvm/llvm-project/commit/4ebd836d9e7b342ece764d81bed13d3163c8af62
Author: Aart Bik <ajcbik at google.com>
Date: 2023-05-23 (Tue, 23 May 2023)
Changed paths:
M mlir/lib/ExecutionEngine/CudaRuntimeWrappers.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list