[PATCH] D116668: libclc: Add clspv64 target
Alan Baker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 6 12:13:02 PST 2022
alan-baker added a comment.
Which version of physical storage buffer do you intend to support? Because if 64-bit integers can be assumes, then the clspv64 target should use the generic implementation of fma instead of the one the standard clspv target uses to avoid all the carry bit logic.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116668/new/
https://reviews.llvm.org/D116668
More information about the llvm-commits
mailing list