UCBerkeleySETI / hyperseti

A SETI / technosignature search code to find intelligent life beyond Earth
https://hyperseti.readthedocs.io
10 stars 4 forks source link

findET attaching GPU device repeatedly #72

Closed texadactyl closed 2 years ago

texadactyl commented 2 years ago

This is not necessary and seems to slow down find_et by adding extra cupy/cuda overhead.

When calling run_pipeline directly, an attach must be made.

When calling run_pipeline via find_et, the attach should be made only once.