[Openmp-commits] [openmp] [OpenMP][libomptarget][RFC] extend libomptarget with mechanism to execute fill memory on the target (PR #73801)

Michael Klemm via Openmp-commits openmp-commits at lists.llvm.org
Wed Nov 29 09:16:14 PST 2023


mjklemm wrote:

@jdoerfert Thanks for the detailed feedback. This PR is really pre-alpha and more a brain dump than anything else.  I guess, the main question that we need to discuss if we want to go this route at all or if we rather go the other direction of having an offload kernel library (like we have discussed in the LLVM call a good while a go).  That would then avoid this `memset` special case and provide a more generic framework for implementing more general kernels (it might prove useful for `coexecute`, too).

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


More information about the Openmp-commits mailing list