[llvm] [offload] add support for aligned allocations (PR #203353)

Alex Duran via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 12 01:06:16 PDT 2026


================
@@ -1460,6 +1499,9 @@ struct CUDADeviceTy : public GenericDeviceTy {
   /// simultaneously.
   uint32_t HardwareParallelism = 0;
 
+  /// Device page size
----------------
adurang wrote:

End this (and other) comments with period.

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


More information about the llvm-commits mailing list