[Mlir-commits] [mlir] 37d57b3 - [MLIR] Apply clang-tidy fixes for llvm-include-order in DialectNVGPU.cpp (NFC)
    Mehdi Amini 
    llvmlistbot at llvm.org
       
    Sat Aug 23 12:10:44 PDT 2025
    
    
  
Author: Mehdi Amini
Date: 2025-08-23T12:04:47-07:00
New Revision: 37d57b3c579b0d5767681add9d1acc5362c58068
URL: https://github.com/llvm/llvm-project/commit/37d57b3c579b0d5767681add9d1acc5362c58068
DIFF: https://github.com/llvm/llvm-project/commit/37d57b3c579b0d5767681add9d1acc5362c58068.diff
LOG: [MLIR] Apply clang-tidy fixes for llvm-include-order in DialectNVGPU.cpp (NFC)
Added: 
    
Modified: 
    mlir/lib/Bindings/Python/DialectNVGPU.cpp
Removed: 
    
################################################################################
diff  --git a/mlir/lib/Bindings/Python/DialectNVGPU.cpp b/mlir/lib/Bindings/Python/DialectNVGPU.cpp
index a0d6a4b4c73f9..bd4a9521ba15a 100644
--- a/mlir/lib/Bindings/Python/DialectNVGPU.cpp
+++ b/mlir/lib/Bindings/Python/DialectNVGPU.cpp
@@ -8,8 +8,8 @@
 
 #include "mlir-c/Dialect/NVGPU.h"
 #include "mlir-c/IR.h"
-#include "mlir/Bindings/Python/NanobindAdaptors.h"
 #include "mlir/Bindings/Python/Nanobind.h"
+#include "mlir/Bindings/Python/NanobindAdaptors.h"
 
 namespace nb = nanobind;
 using namespace llvm;
        
    
    
More information about the Mlir-commits
mailing list