- This could have been removed some time ago as it only had one op left in it, which is redundant with the new approach.
- matmul_i8_i8_i32 (the remaining op) can be trivially replaced by matmul, which natively supports mixed precision.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This completes the transition to a better world, thanks much for driving and finishing this @stellaraccident !