Skip to content

Instantly share code, notes, and snippets.

@radekosmulski
Created April 13, 2023 06:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save radekosmulski/c52157103bd48003219536c780fd336e to your computer and use it in GitHub Desktop.
Save radekosmulski/c52157103bd48003219536c780fd336e to your computer and use it in GitHub Desktop.
# 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