================
@@ -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