Allow the integer dot product cabailities to be used in SPIR-V <1.6 when
the SPV_KHR_integer_dot_product extension is available.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
We should add some tests for this, given it can be rewritten during automatically import (and silently broke which is not good). It would require defining ops using these capabilities first though. And then we can use those ops to write tests in test/Dialect/SPIRV/IR/availability.mlir. I'm fine landing this right now and add those tests later once you have defined the ops.
Comment Actions
Yes, I looked into this but decided to split the changes into two parts and land those tests once the new ops are in place.