This commit introduces end-to-end integration tests for
convolutions that test multiple ways of ConvOps lowering.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks for adding more tests to this suite.
A minor nit, per our discussion in the forum we decided on the directory structure
mlir/integration_test/Dialect/XX/CPU/*
for XX dialect CPU tests, so the Conv should really have been CPU. But it is perhaps questionable if we will see non-CPU tests here, so I am okay with this naming structure too.