[PATCH] D51042: [NVPTX] Remove ftz variants of cvt with rounding mode
Artem Belevich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 21 09:44:47 PDT 2018
tra added a comment.
This is a surprise. PTX ISA does not mention that .ftz is not applicable to `cvt.*.f16.*` instructions.
Is it only `cvt` that does not support .ftz or does it impact other instructions? PTX spec has add/sub/mul/fma/set/setp instructions that support f16 and have .ftz variant.
Repository:
rL LLVM
https://reviews.llvm.org/D51042
More information about the llvm-commits
mailing list