Added the named op variants for quantized matmul and quantized batch matmul
with the necessary lowerings/tests from tosa's matmul/fully connected ops.
Current version does not use the contraction op interface as its verifiers
are not compatible with scalar operations.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Undo unintended depthwise change (will update core op gen code in a separate commit).
Comment Actions
Nice - thanks.
mlir/python/mlir/dialects/linalg/opdsl/ops/core_named_ops.py | ||
---|---|---|
33 ↗ | (On Diff #356072) | Suggest rephrasing: "This quantized variant" (and typo on "varient"). Here and in the batch matmul description. |