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

[CUSPARSE] Interface gtsv2 #1795

Merged
merged 1 commit into from
Mar 15, 2023
Merged

Conversation

amontoison
Copy link
Member

  • gtsv2 solves tridiagonal linear systems.
  • we can't use the Julia Tridiagonal wrapper because CUDA requires one extra coefficient for lower and upper diagonals such that all diagonals have the same length.

@maleadt maleadt added the cuda libraries Stuff about CUDA library wrappers. label Mar 13, 2023
test/cusparse.jl Outdated Show resolved Hide resolved
test/cusparse.jl Outdated Show resolved Hide resolved
test/cusparse.jl Outdated Show resolved Hide resolved
test/cusparse.jl Outdated Show resolved Hide resolved
test/cusparse.jl Outdated Show resolved Hide resolved
test/cusparse.jl Outdated Show resolved Hide resolved
@maleadt maleadt merged commit 5b20411 into JuliaGPU:master Mar 15, 2023
@amontoison amontoison deleted the cusparse_gtsv2 branch March 15, 2023 17:24
simonbyrne pushed a commit to simonbyrne/CUDA.jl that referenced this pull request Nov 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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants