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

Batched SVD added (gesvdjBatched and gesvdaStridedBatched) #2063

Merged
merged 6 commits into from
Aug 30, 2023

Conversation

nikopj
Copy link
Contributor

@nikopj nikopj commented Aug 28, 2023

gesvdjBatched and gesvdaStridedBatched are now accessable for performing SVD on a sequence of matrices, represented by a 3 dimensional tensor (3rd dimension is the batch dimension). Linalg.svd has been overloaded accordingly for 3 dim tensors.

  • tests added

Copy link
Member

@maleadt maleadt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some minor nits, but LGTM, thanks!

lib/cusolver/dense.jl Outdated Show resolved Hide resolved
lib/cusolver/linalg.jl Outdated Show resolved Hide resolved
@maleadt maleadt added enhancement New feature or request cuda libraries Stuff about CUDA library wrappers. labels Aug 30, 2023
@maleadt maleadt merged commit e4eecb7 into JuliaGPU:master Aug 30, 2023
1 check passed
@nikopj nikopj deleted the nikopj-bsvd branch September 18, 2023 18:10
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants