[libclc] libclc: increase fp16 support (PR #98149)

Romaric Jodin via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 17 13:01:30 PDT 2024


rjodinchr wrote:

Also, just leave that thought here: A next step might be to use `native` functions instead (when available). They should provide enough precision for half, but be more performance. Also as the accuracy is undefined for those functions, maybe it should be an opt-in option in the libclc (clspv would enable it for sure).

https://github.com/llvm/llvm-project/pull/98149


More information about the cfe-commits mailing list