pydata / sparse

Sparse multi-dimensional arrays for the PyData ecosystem
https://sparse.pydata.org
BSD 3-Clause "New" or "Revised" License
598 stars 124 forks source link

ci: Merge MLIR Backend #758

Closed hameerabbasi closed 2 months ago

hameerabbasi commented 2 months ago

What type of PR is this? (check all applicable)

Checklist


Please explain your changes below.

hameerabbasi commented 2 months ago

Blocked due to scipy/scipy#21442, workaround in #757.

codspeed-hq[bot] commented 2 months ago

CodSpeed Performance Report

Merging #758 will improve performances by 84.76%

Comparing hameerabbasi:mlir-ci-merge (698dec2) with main (942c1e0)

Summary

โšก 1 improvements โœ… 243 untouched benchmarks

Benchmarks breakdown

Benchmark main hameerabbasi:mlir-ci-merge Change
โšก test_index_fancy[side=100-rank=1-format='coo'] 1,184 ยตs 640.8 ยตs +84.76%
mtsokol commented 2 months ago

LGTM, but let's merge https://github.com/pydata/sparse/pull/757 first and see CI green.

hameerabbasi commented 2 months ago

LGTM, but let's merge #757 first and see CI green.

I cherry-picked the changes to not block this PR.