[Openmp-commits] [openmp] [libomptarget][OpenMP] Initial implementation of omp_target_memset() and omp_target_memset_async() (PR #68706)

Michael Klemm via Openmp-commits openmp-commits at lists.llvm.org
Thu Oct 19 00:01:43 PDT 2023


================
@@ -312,6 +312,7 @@ int omp_target_memcpy_rect(void *Dst, const void *Src, size_t ElementSize,
                            const size_t *DstDimensions,
                            const size_t *SrcDimensions, int DstDevice,
                            int SrcDevice);
+void *omp_target_memset(void *Ptr, int C, size_t N, int DeviceNum);
----------------
mjklemm wrote:

I guess it's a GitHub PR thing.  The review comments are still attached to the old code that the comment was targeting.  I guess you'd have to go to the "Files Changed" tab of the PR to see the latest changes and get a chance to create a new comment thread.  I'll mark this one here as "resolved" for now.

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


More information about the Openmp-commits mailing list