Created
April 13, 2023 06:13
-
-
Save radekosmulski/c52157103bd48003219536c780fd336e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Initialize RMM pool on ALL workers | |
def _rmm_pool(): | |
rmm.reinitialize( | |
pool_allocator=True, | |
initial_pool_size=None, # Use default size | |
) | |
client.run(_rmm_pool) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment