iree-org / iree-test-suites

Test suites for IREE and related projects
Apache License 2.0
2 stars 6 forks source link

Generate MLIR files for matmul tests. #14

Closed ScottTodd closed 1 month ago

ScottTodd commented 2 months ago

Progress on https://github.com/iree-org/iree-test-suites/issues/2

This runs the generator script using some of the option combinations found in the CMakeLists.txt so we can look at what it generates. This does not set --transpose_rhs or --compilation_info yet.

Some observations:

ScottTodd commented 1 month ago

Closing in favor of https://github.com/iree-org/iree-test-suites/pull/22