[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
Wed Oct 18 16:20:53 PDT 2023
================
@@ -253,6 +253,19 @@ struct TargetMemcpyArgsTy {
DstOffsets(DstOffsets), SrcOffsets(SrcOffsets),
DstDimensions(DstDimensions), SrcDimensions(SrcDimensions){};
};
+
+struct TargetMemsetArgsTy {
+ /**
----------------
mjklemm wrote:
Resolved this one via a regular comment.
https://github.com/llvm/llvm-project/pull/68706
More information about the Openmp-commits
mailing list