Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CUDA / cuFFT support #464

Closed
azonenberg opened this issue May 7, 2021 · 1 comment
Closed

CUDA / cuFFT support #464

azonenberg opened this issue May 7, 2021 · 1 comment
Labels
api API improvements
Milestone

Comments

@azonenberg
Copy link
Collaborator

NVIDIA GPUs have much better support for CUDA, the native API, than OpenCL.

Ideally, we should have both CUDA and OpenCL implementations of the various kernels and be able to select the most appropriate API at run time. This will require more engineering time but likely deliver far better results on NVIDIA platforms.

@azonenberg azonenberg added the api API improvements label May 7, 2021
@azonenberg azonenberg added this to the v1.0 milestone May 7, 2021
@azonenberg
Copy link
Collaborator Author

Closing as wontfix since we're transitioning to Vulkan which seems well supported by NVIDIA platforms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api API improvements
Projects
None yet
Development

No branches or pull requests

1 participant