Thomas Moreau

Results 170 comments of Thomas Moreau

As I don't know starPU, I cannot really help here. But in a script, if you run `starpu.task_submit()(func)`, does this work?

For the custom backend, `joblib` does not really care about the internals so you can use any return object type to track the computation in the backend. The problem seems...

Hello, Thanks for the report and sorry for the incompatible change. This was not intentional, it came in a large refactor and apparently we had not regression test for this...

I think for the purpose of consistent API, we should make a BF release. If we change something, we should do it explicitly, not by mistake.. 😓 Thanks for the...

Hello! Thanks for the PR! We decided to go with a more permissive behavior (try to convert to int else fail). We are trying to make a release by Friday...

The failure in the CI is unrelated, merging this PR.

Hello! Thanks for the PR, the change seems useful. It is failing part of the CI because ~it looks like it breaks the file's tracking with the resource manager.~ the...

yes, as this does not work with slicing, it would make sense to raise a `ValueError`. Le mar. 9 janv. 2024 à 02:35, auderson ***@***.***> a écrit : > from...

I don't think this is true. The behavior of `joblib` depends on the backend through `get_effective_n_jobs` and there is no condition based on the number of CPUs. The rational for...

Thanks for the PR, I did a small rewording, will merge this asap.