[Mlir-commits] [mlir] e4f5d47 - Apply clang-tidy fixes for llvm-namespace-comment in MemoryPromotion.h (NFC)

Mehdi Amini llvmlistbot at llvm.org
Thu Jan 13 15:27:25 PST 2022


Author: Mehdi Amini
Date: 2022-01-13T23:25:49Z
New Revision: e4f5d4729605a3088571b6ca755e16cf47b9cb9e

URL: https://github.com/llvm/llvm-project/commit/e4f5d4729605a3088571b6ca755e16cf47b9cb9e
DIFF: https://github.com/llvm/llvm-project/commit/e4f5d4729605a3088571b6ca755e16cf47b9cb9e.diff

LOG: Apply clang-tidy fixes for llvm-namespace-comment in MemoryPromotion.h (NFC)

Added: 
    

Modified: 
    mlir/include/mlir/Dialect/GPU/MemoryPromotion.h

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/Dialect/GPU/MemoryPromotion.h b/mlir/include/mlir/Dialect/GPU/MemoryPromotion.h
index c3542b5da77a6..b26011480f7d8 100644
--- a/mlir/include/mlir/Dialect/GPU/MemoryPromotion.h
+++ b/mlir/include/mlir/Dialect/GPU/MemoryPromotion.h
@@ -18,7 +18,7 @@ namespace mlir {
 
 namespace gpu {
 class GPUFuncOp;
-}
+} // namespace gpu
 
 /// Promotes a function argument to workgroup memory in the given function. The
 /// copies will be inserted in the beginning and in the end of the function.


        


More information about the Mlir-commits mailing list