[all-commits] [llvm/llvm-project] 0298f2: [mlir] Fix wrong type in WmmaConstantOpToNVVMLowering
Thomas via All-commits
all-commits at lists.llvm.org
Wed Jun 30 09:11:32 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0298f2cfb1df80741a08fb7cd1eec9da70ed3441
https://github.com/llvm/llvm-project/commit/0298f2cfb1df80741a08fb7cd1eec9da70ed3441
Author: thomasraoux <thomasraoux at google.com>
Date: 2021-06-30 (Wed, 30 Jun 2021)
Changed paths:
M mlir/lib/Conversion/GPUToNVVM/WmmaOpsToNvvm.cpp
M mlir/test/Conversion/GPUToNVVM/wmma-ops-to-nvvm.mlir
Log Message:
-----------
[mlir] Fix wrong type in WmmaConstantOpToNVVMLowering
InsertElement takes a scalar integer attribute not an array of integer.
Differential Revision: https://reviews.llvm.org/D105174
More information about the All-commits
mailing list