You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, AMD HIP SDK does not have an equivalent of cuFFTW, which is a requirement of PyTorch FFT.
Therefore, at this moment, it is not able to run torch.sfft using ZLUDA.
Tried zluda 3.72 and 3.80-rocm5 with torch 2.1.1 cu118 and 2.3.0 cu118
Traceback (most recent call last):
File "G:\fft_test\fft.py", line 5, in
fft = torch.stft(
File "G:\fft_test\venv\lib\site-packages\torch\functional.py", line 665, in stft
return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined]
RuntimeError: cuFFT error: CUFFT_INTERNAL_ERROR
attached the test script and with tensor files
fft_test.zip
The text was updated successfully, but these errors were encountered: