[Mlir-commits] [mlir] 7cdcb4a - [mlir] NFC: Add #endif comment.

Christian Sigg llvmlistbot at llvm.org
Mon Mar 8 10:25:39 PST 2021


Author: Christian Sigg
Date: 2021-03-08T19:25:24+01:00
New Revision: 7cdcb4a3b98004e5003ef0cfc748aaf30e8a7cfa

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

LOG: [mlir] NFC: Add #endif comment.

Added: 
    

Modified: 
    mlir/test/lib/Transforms/TestConvertGPUKernelToCubin.cpp

Removed: 
    


################################################################################
diff  --git a/mlir/test/lib/Transforms/TestConvertGPUKernelToCubin.cpp b/mlir/test/lib/Transforms/TestConvertGPUKernelToCubin.cpp
index 0f8c4959f2cc..c70538e90526 100644
--- a/mlir/test/lib/Transforms/TestConvertGPUKernelToCubin.cpp
+++ b/mlir/test/lib/Transforms/TestConvertGPUKernelToCubin.cpp
@@ -52,4 +52,4 @@ void registerTestConvertGPUKernelToCubinPass() {
 }
 } // namespace test
 } // namespace mlir
-#endif
+#endif // MLIR_CUDA_CONVERSIONS_ENABLED


        


More information about the Mlir-commits mailing list