[PATCH] D118977: [NVPTX] Add more FMA intriniscs/builtins
Artem Belevich via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 7 11:56:49 PST 2022
tra added a comment.
In D118977#3299974 <https://reviews.llvm.org/D118977#3299974>, @jchlanda wrote:
>> Target ISA Notes
>> Requires sm_53 or higher.
I think we do need this constraint applied to the new builtins, too. Right now nothing stops using them on a GPU where they do not exist and that will likely crash the compiler when we fail to find a matching intrinsic.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118977/new/
https://reviews.llvm.org/D118977
More information about the cfe-commits
mailing list