Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Nice!
mlir/test/Integration/Dialect/SparseTensor/python/tools/sparse_compiler.py | ||
---|---|---|
7 | Shall we write this as If we will make this change, we can also move this line to the same block with the following two lines. |
mlir/test/Integration/Dialect/SparseTensor/python/tools/sparse_compiler.py | ||
---|---|---|
7 | Yes, looks nicer. Done. |
Shall we write this as
from mlir import all_passes_registration
so it is consistent with the following two lines?
If we will make this change, we can also move this line to the same block with the following two lines.