inducer / pyopencl

OpenCL integration for Python, plus shiny features
http://mathema.tician.de/software/pyopencl
Other
1.04k stars 237 forks source link

Pocl Mac crashing again #743

Closed inducer closed 2 months ago

inducer commented 2 months ago

See e.g. this CI log from main on April 27.

This was OK as recently as April 25.

@matthiasdiener, any idea what's up here?

matthiasdiener commented 2 months ago

I don't know why it is crashing, but OS and arch have changed between those runs:

(GitHub seems to be migrating mac CI to ARM)

matthiasdiener commented 2 months ago

Seems like the ARM runners have less memory than x86_64, see https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories

inducer commented 2 months ago

Do the tests work locally on your M1?

matthiasdiener commented 2 months ago

Do the tests work locally on your M1?

Yes, everything works fine on my M1 with pocl 5 from conda-forge (with or without xdist).