- Adds verifiers for nvgpu.ldmatrix op
- Adds tests to mlir/test/Dialect/NVGPU/invalid.mlir
Details
- Reviewers
ThomasRaoux herhut - Commits
- rG713d3de5fbd2: [mlir][NVGPU] Verifier for nvgpu.ldmatrix
Diff Detail
Event Timeline
Looks good, couple nit comments
| mlir/include/mlir/Dialect/NVGPU/IR/NVGPU.td | ||
|---|---|---|
| 56–61 | nit: can you improve the formatting? (clang-format doesn't work on tablegen files :( ) | |
| mlir/lib/Dialect/NVGPU/IR/NVGPUDialect.cpp | ||
| 228 | nit: skip else after return | |
| 228 | forgot to add the coding standard associated link: | |
| mlir/lib/Dialect/NVGPU/IR/NVGPUDialect.cpp | ||
|---|---|---|
| 198 | one more nit: comments should be a full sentence meaning they should end with a period. | |
| mlir/lib/Dialect/NVGPU/IR/NVGPUDialect.cpp | ||
|---|---|---|
| 198 | addressed llvm-style commenting guideline while maintaining comment-style consistency with the rest of the file | |
nit: can you improve the formatting? (clang-format doesn't work on tablegen files :( )