Leo Fang

Results 1175 comments of Leo Fang

Many thanks @steppi! Very excited! I've been meaning to ask if you guys can help migrate CuPy now that you made it modularized in SciPy! 🙂 I am in favor...

Since we updated the compiler option, the caches in the CI are invalidated and we hit a timeout. We can update the CI timeout limit and retry. (On my cell,...

This is one example PR showing how to adjust the CI timeout limit: https://github.com/cupy/cupy/pull/8564

@steppi some of the CI failures are due to timeout, but at least one has scipy.special related failures: https://ci.preferred.jp/cupy.linux.cuda118/193866/ Could you go through the CI logs?

Looks like the fix works, we just run into timeouts.

I think there's a hard limit set by CSP. @kmaehashi any suggestions?

`cuda-version` by design must not have `run_exports`. It is used as a version selector for constraining the resolution of build/host/run dependencies. If we run-export it, everything breaks. The constraint that...

With a bit more tests, I think this is an issue generic to all packages relying on mutex meta packages such as `cuda-version` and `mpi` (and `libblas` and `_openmp_mutex`, I...

> I suppose one could take the [mpi4py conda recipe](https://github.com/conda-forge/mpi4py-feedstock/tree/main/recipe) and write a `pixi.toml` that generates multiple `mpi4py` variants to verify this theory. Still thinking out loud... sorry for message...