Running an FMM with, ```bash 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.
Running an FMM with,
leads to a memory allocation failure with cuda in the second loop.