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

Shilei Tian via Openmp-commits openmp-commits at lists.llvm.org
Wed Oct 18 17:16:55 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);
----------------
shiltian wrote:

I'm kinda lost actually. On my side (the "Files changed" tab), I still see `C` and `N`, but you have apparently updated it. Other stuff is similar. I'm not sure what caused this.

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


More information about the Openmp-commits mailing list