[PATCH] D144911: adding bf16 support to NVPTX
Artem Belevich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 9 14:23:40 PDT 2023
tra added inline comments.
================
Comment at: llvm/lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp:615
// need to deal with.
if (Vector.getSimpleValueType() != MVT::v2f16)
return false;
----------------
This needs to be updated to include v2bf16
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144911/new/
https://reviews.llvm.org/D144911
More information about the llvm-commits
mailing list