forked from OSchip/llvm-project
2c8afe1298
Summary: 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. Differential Revision: https://reviews.llvm.org/D81473 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ConvertKernelFuncToBlob.cpp | ||
ConvertLaunchFuncToRuntimeCalls.cpp | ||
GPUOpsLowering.h | ||
IndexIntrinsicsOpLowering.h | ||
OpToFuncCallLowering.h |