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

cuSOLVER wrappers should not allocate a new handle every time #520

Open
ianmccul opened this issue Nov 24, 2024 · 0 comments
Open

cuSOLVER wrappers should not allocate a new handle every time #520

ianmccul opened this issue Nov 24, 2024 · 0 comments
Labels
enhancement New feature or request gpu

Comments

@ianmccul
Copy link
Contributor

Currently in the GPU linear algebra wrappers that use cuSOLVER, the wrapper constructs a new cusolverDnHandle_t object every time. This is a slow operation, that should only be done once in each CPU thread that calls cuSOLVER.

Exactly how this is done is a design decision that needs to be addressed.

@yingjerkao yingjerkao added enhancement New feature or request gpu labels Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gpu
Projects
None yet
Development

No branches or pull requests

2 participants