Skip to content

Memory leaks? #178

Description

@isuruf

Running an FMM with,

for _ in range(2):
    timing_data = {}
    drive_fmm(sumpy_wrangler, (charge_device,), timing_data=timing_data)
    queue.finish()
    gc.collect()

leads to a memory allocation failure with cuda in the second loop.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions