Skip to content

Commit

Permalink
import was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
daurer committed Jan 31, 2024
1 parent 4854351 commit 7363883
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ptypy/accelerate/cuda_pycuda/cufft.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ def _load(self, array, pre_fft, post_fft, symmetric, forward):
int((self.arr_shape[1] + 31) // 32),
int(self.batches)
)
import skcuda.fft as cu_fft
self.plan = cu_fft.Plan(
self.arr_shape,
array.dtype,
Expand Down

0 comments on commit 7363883

Please sign in to comment.