rapidsai / cuxfilter

GPU accelerated cross filtering with cuDF.
https://docs.rapids.ai/api/cuxfilter/stable/
Apache License 2.0
272 stars 66 forks source link

Switch `pytest-xdist` algorithm to `worksteal` #576

Closed bdice closed 4 months ago

bdice commented 4 months ago

This PR uses the worksteal algorithm to accelerate parallel pytests. See https://github.com/rapidsai/cudf/pull/15207.

bdice commented 4 months ago

Depends on https://github.com/rapidsai/cuspatial/pull/1350 to fix CI failures.

bdice commented 4 months ago

/merge