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] Add a with_workspaces function to allocate two buffers (Device / Host) #1767

Closed
amontoison opened this issue Feb 11, 2023 · 0 comments · Fixed by #2099
Closed
Labels
cuda libraries Stuff about CUDA library wrappers. enhancement New feature or request good first issue Good for newcomers

Comments

@amontoison
Copy link
Member

amontoison commented Feb 11, 2023

The new dense routines in CUSOLVER require two buffers, one for the device and one for the host.
It could be great to add a variant of with_workspace for these routines such as with_workspaces.
cusolverDnXtrtri_bufferSize is a good example of the new "bufferSize" routines.

cc: @kshyatt

@amontoison amontoison added the enhancement New feature or request label Feb 11, 2023
@maleadt maleadt added good first issue Good for newcomers cuda libraries Stuff about CUDA library wrappers. labels Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cuda libraries Stuff about CUDA library wrappers. enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants