iree-org / iree

A retargetable MLIR-based machine learning compiler and runtime toolkit.
http://iree.dev/
Apache License 2.0
2.47k stars 551 forks source link

Update dotprod microbenchmark artifacts #17748

Closed mariecwhite closed 4 days ago

mariecwhite commented 4 days ago

To regenerate dotprod MLIR files, run the following:

git clone https://github.com/iree-org/iree-comparative-benchmark.git
cd iree-comparative-benchmark

AUTO_UPLOAD=1 ./common_benchmark_suite/openxla/benchmark/comparative_suite/jax/scripts/generate_model_artifacts.sh DOT_PRODUCT_JAX_.+

Once complete, the output will provide the URL that the artifacts have been uploaded to. Update the source_url fields in matmul.py similar to this PR.