Skip to content

cuda: guard removed cuFFT error enums#3706

Open
LwhJesse wants to merge 1 commit into
arrayfire:masterfrom
LwhJesse:compat/cufft-cuda13-enums
Open

cuda: guard removed cuFFT error enums#3706
LwhJesse wants to merge 1 commit into
arrayfire:masterfrom
LwhJesse:compat/cufft-cuda13-enums

Conversation

@LwhJesse
Copy link
Copy Markdown

This PR guards legacy cuFFT error enum case labels that are no longer defined by newer CUDA headers.

When the enums exist, the existing error messages are preserved. When newer CUDA headers no longer define them, the corresponding case labels are skipped so the CUDA backend can compile.

This is a build-compatibility fix and does not change behavior for CUDA versions where those enums are still available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant