[all-commits] [llvm/llvm-project] faf697: [mlir] Add support for f8 data types to LLVM diale...
Eugene Zhulenev via All-commits
all-commits at lists.llvm.org
Thu Mar 9 18:52:48 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: faf697e49bad099b36770c7738f36917e3d90d2d
https://github.com/llvm/llvm-project/commit/faf697e49bad099b36770c7738f36917e3d90d2d
Author: Eugene Zhulenev <ezhulenev at google.com>
Date: 2023-03-09 (Thu, 09 Mar 2023)
Changed paths:
M mlir/lib/Dialect/LLVMIR/IR/LLVMTypes.cpp
M mlir/test/Target/LLVMIR/llvmir.mlir
Log Message:
-----------
[mlir] Add support for f8 data types to LLVM dialect types
This change allows using fp8 pointers when exporting to LLVM, because we anyway export them as opaque pointers, however full support of fp8 types is not yet implemented on the LLVM side.
Differential Revision: https://reviews.llvm.org/D143008
More information about the All-commits
mailing list