Skip to content

Commit

Permalink
[mlir][nvgpu] verify the module
Browse files Browse the repository at this point in the history
  • Loading branch information
grypp authored and vg0204 committed May 29, 2024
1 parent 9215b52 commit 6678b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlir/test/Examples/NVGPU/tools/nvdsl.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6678b40

Please sign in to comment.