[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 07:47:00 PDT 2023
================
@@ -253,6 +253,19 @@ struct TargetMemcpyArgsTy {
DstOffsets(DstOffsets), SrcOffsets(SrcOffsets),
DstDimensions(DstDimensions), SrcDimensions(SrcDimensions){};
};
+
+struct TargetMemsetArgsTy {
+ /**
----------------
shiltian wrote:
Usually the comment for a class is outside of the class
https://github.com/llvm/llvm-project/pull/68706
More information about the Openmp-commits
mailing list