BlackHolePerturbationToolkit / FastEMRIWaveforms

Blazingly fast EMRI waveforms
GNU General Public License v3.0
38 stars 26 forks source link

`Interp2dAmplitude().get_amplitudes()` segfaults for `specific_modes=None` if `use_gpu=True` is set #73

Closed CChapmanbird closed 11 months ago

CChapmanbird commented 1 year ago

self.amplitude_generator() expects mode indices to be on the CPU, but they are passed in on the GPU in this case and a Segmentation fault occurs. Needs to be moved over to CPU before running.