OpenMathLib / BLAS-Benchmarks

MIT License
0 stars 0 forks source link

install cirun for this repository #4

Closed ev-br closed 2 weeks ago

ev-br commented 2 weeks ago

graviton jobs run on the main OpenBLAS repo, but not on this one: https://github.com/OpenMathLib/BLAS-Benchmarks/actions/runs/9549517327/job/26319258806 is stuck on Waiting for a runner to pick up this job...

I asked Amit https://github.com/aktech of cirun.io, and his reply is

If you're adding a new runner in the same account ... install cirun for that repository and create a .cirun.yml in the repository to trigger runs.

So I copy-pasted the .cirun.yml from the OpenBLAS repository, and.. it's not enough, so I guess the I'd need to ask @martin-frbg to install cirun for the repository?

martin-frbg commented 2 weeks ago

should be installed already - however, right as I checked the configuration it asked me to add a new permission so that cirun.yml could be read. So maybe it is working already, now that I granted that permission ?

ev-br commented 2 weeks ago

Well, the job at https://github.com/OpenMathLib/BLAS-Benchmarks/actions/runs/9550767014/job/26323517279 is still waiting to be picked up by a runner. The workflow file is https://github.com/OpenMathLib/BLAS-Benchmarks/blob/main/.github/workflows/run_cirun_graviton.yml and the .cirun.yml is https://github.com/OpenMathLib/BLAS-Benchmarks/blob/main/.cirun.yml

martin-frbg commented 2 weeks ago

removed and re-added the repo to Cirun, and cancelled and reran the job again - now it runs but fails due to not finding an appropriate openblas-scipy32

ev-br commented 2 weeks ago

Thank you! scipy-openblas32 hiccup was due to numpy 2.0 released yesterday. Will probably fix itself on the next scipy-openblas32 rebuild. Meanwhile capping numpy<2 seems to work, and I can proceed fixing the build/upload stage now.