Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
nice!
mlir/test/Integration/Dialect/SparseTensor/GPU/CUDA/sm80-lt/sparse-matmul-2-4-lib-from-linalg.mlir | ||
---|---|---|
25 | nit: you could just use linalg.matmul here | |
90 | nit: you could use tensor.empty + linalg.fill here | |
119 | nit: you could use the traditional print memref methods here, they also work on tensor (but may be more annoying to set up with unranked). What you have is also fine and potentially simpler |
make this:
NOTE: this test requires gpu-sm80 and cusparselt
.//