[Mlir-commits] [mlir] 51752ed - [mlir][nvgpu] verify the module

Guray Ozen llvmlistbot at llvm.org
Tue May 28 12:17:38 PDT 2024


Author: Guray Ozen
Date: 2024-05-28T21:17:31+02:00
New Revision: 51752ed0dd737f12014a89dec67d25494083153d

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

LOG: [mlir][nvgpu] verify the module

Added: 
    

Modified: 
    mlir/test/Examples/NVGPU/tools/nvdsl.py

Removed: 
    


################################################################################
diff  --git a/mlir/test/Examples/NVGPU/tools/nvdsl.py b/mlir/test/Examples/NVGPU/tools/nvdsl.py
index 600cae5b47eee..90dbb2355e1c8 100644
--- a/mlir/test/Examples/NVGPU/tools/nvdsl.py
+++ b/mlir/test/Examples/NVGPU/tools/nvdsl.py
@@ -431,7 +431,7 @@ def __str__(self):
                 # saveIR(module)
 
                 # Verify the module
-                # module.operation.verify()
+                module.operation.verify()
 
                 # Compile and JIT MLIR module
                 options = f"cubin-chip=sm_90a cubin-features=+ptx80 opt-level=3"


        


More information about the Mlir-commits mailing list