[all-commits] [llvm/llvm-project] 97f3bb: [mlir][spirv] Support convert complex types
Lei Zhang via All-commits
all-commits at lists.llvm.org
Thu Mar 30 08:49:36 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 97f3bb73a29a566e99e33ae4338c2c3d9957e561
https://github.com/llvm/llvm-project/commit/97f3bb73a29a566e99e33ae4338c2c3d9957e561
Author: Lei Zhang <antiagainst at google.com>
Date: 2023-03-30 (Thu, 30 Mar 2023)
Changed paths:
M mlir/lib/Dialect/SPIRV/Transforms/SPIRVConversion.cpp
M mlir/test/Conversion/FuncToSPIRV/types-to-spirv.mlir
Log Message:
-----------
[mlir][spirv] Support convert complex types
Complex types are converted to a two-element vector type to contain
the real and imaginary numbers.
Reviewed By: kuhar
Differential Revision: https://reviews.llvm.org/D147188
More information about the All-commits
mailing list