================
@@ -48,6 +55,10 @@ template <Direction DIR> class InternalDescriptorUnit : 
public ConnectionState {
   void BlankFillOutputRecord();
 
   StaticDescriptor<maxRank, true /*addendum*/> staticDescriptor_;
+  RT_OFFLOAD_VAR_GROUP_BEGIN
+  static constexpr std::size_t ownBufferSizeInBytes{1024};
+  RT_OFFLOAD_VAR_GROUP_END
+  bool usesOwnBuffer{false};
----------------
klausler wrote:

The naming convention in the runtime (and front-end) has an underscore at the 
end of the name of a private `class` data member.

https://github.com/llvm/llvm-project/pull/85181
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to