The NVVM target only provides implementations for tanh etc. on f32 and
f64 operands. To also support f16, we now insert operations to extend to f32
and truncate back to f16 around the intrinsic call.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo