rapidsai / rmm

RAPIDS Memory Manager
https://docs.rapids.ai/api/rmm/stable/
Apache License 2.0
478 stars 195 forks source link

Attempt to address oom failures in test suite #1672

Closed wence- closed 3 weeks ago

wence- commented 4 weeks ago

Description

Audit the existing MR tests and serialize those that make large allocations (specifically, a pool with 90% of the available device memory). This also allows us to remove serialization from some of the tests which don't make large allocations.

Checklist

harrism commented 4 weeks ago

Thanks @wence- !

wence- commented 3 weeks ago

/merge