kumasento / polymer

Bridging polyhedral analysis tools to the MLIR framework
MIT License
99 stars 20 forks source link

C integration test #54

Closed kumasento closed 3 years ago

kumasento commented 3 years ago

Should check the correctness of the optimized code and compare the performance before and after optimization.

For instance, I should create a matrix multiplication example that has three different implementations -

  1. A plain C implementation
  2. An implementation that is based on an unoptimised MLIR code
  3. An implementation that is based on an optimised MLIR code

All these tests will be under test/integration. Won't create more subdirectories at the moment. Will consider about adding googletest.

kumasento commented 3 years ago

No need to do this anymore, or it is not urgent.