diff options
author | Darren Wihandi <65404740+fairywreath@users.noreply.github.com> | 2025-06-13 10:14:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-13 10:14:45 -0400 |
commit | 0a0960dac69fc88a3c8bd5e2099f8d45b0292c78 (patch) | |
tree | c529213e2c4804adbddf60327b722a477a5233cf /clang/lib/CodeGen | |
parent | 8b11de70681355d7e7a4f8f3da85afa31fa7fc74 (diff) | |
download | llvm-0a0960dac69fc88a3c8bd5e2099f8d45b0292c78.zip llvm-0a0960dac69fc88a3c8bd5e2099f8d45b0292c78.tar.gz llvm-0a0960dac69fc88a3c8bd5e2099f8d45b0292c78.tar.bz2 |
[mlir][spirv] Add bfloat16 support (#141458)
Adds bf16 support to SPIRV by using the `SPV_KHR_bfloat16` extension.
Only a few operations are supported, including loading from and storing
to memory, conversion to/from other types, cooperative matrix operations
(including coop matrix arithmetic ops) and dot product support.
This PR adds the type definition and implements the basic cast
operations. Arithmetic/coop matrix ops will be added in a separate PR.
Diffstat (limited to 'clang/lib/CodeGen')
0 files changed, 0 insertions, 0 deletions