aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/TargetParser/TargetParser.cpp
diff options
context:
space:
mode:
authorShilei Tian <i@tianshilei.me>2025-07-08 16:21:24 -0400
committerGitHub <noreply@github.com>2025-07-08 16:21:24 -0400
commitd258457d42a35ee2d234e3e028fc97752f652cf6 (patch)
tree322c328ab1f83859c87920282c60db4618495bea /llvm/lib/TargetParser/TargetParser.cpp
parent57d2d89241b65ab0af33c62ad5828c6b81190698 (diff)
downloadllvm-d258457d42a35ee2d234e3e028fc97752f652cf6.zip
llvm-d258457d42a35ee2d234e3e028fc97752f652cf6.tar.gz
llvm-d258457d42a35ee2d234e3e028fc97752f652cf6.tar.bz2
[AMDGPU] Add support for `v_cvt_f32_fp8` on gfx1250 (#147579)
Co-authored-by: Mekhanoshin, Stanislav <Stanislav.Mekhanoshin@amd.com>
Diffstat (limited to 'llvm/lib/TargetParser/TargetParser.cpp')
-rw-r--r--llvm/lib/TargetParser/TargetParser.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/TargetParser/TargetParser.cpp b/llvm/lib/TargetParser/TargetParser.cpp
index cae12f9..31123c5 100644
--- a/llvm/lib/TargetParser/TargetParser.cpp
+++ b/llvm/lib/TargetParser/TargetParser.cpp
@@ -445,6 +445,7 @@ void AMDGPU::fillAMDGPUFeatureMap(StringRef GPU, const Triple &T,
Features["prng-inst"] = true;
Features["transpose-load-f4f6-insts"] = true;
Features["fp8-conversion-insts"] = true;
+ Features["fp8e5m3-insts"] = true;
Features["permlane16-swap"] = true;
Features["ashr-pk-insts"] = true;
Features["atomic-buffer-pk-add-bf16-inst"] = true;