[Openmp-commits] [PATCH] D65836: Factor architecture dependent code out of loop.cu
Alexey Bataev via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Aug 8 07:23:45 PDT 2019
ABataev added a comment.
In D65836#1621104 <https://reviews.llvm.org/D65836#1621104>, @jdoerfert wrote:
> @ABataev, others, any concerns? If not, let's go ahead with this.
Did you come to an agreement about the design of the new universal library? I would suggest starting with this.
We need to find a better way to files layout, design of the target-specific functions (template class with the specialization implementation for each particular target or just good old plain set of target-specific functions, controlled by the condition compilation), etc.
Then, I would suggest committing this new structure at first.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65836/new/
https://reviews.llvm.org/D65836
More information about the Openmp-commits
mailing list