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

[NDTensorscuTENSORExt] [BUG] cuTENSOR extension and block sparse contraction #1451

Open
mtfishman opened this issue May 17, 2024 · 2 comments
Assignees
Labels
bug Something isn't working NDTensors Requires changes to the NDTensors.jl library.

Comments

@mtfishman
Copy link
Member

@kmp5VT reported that block sparse contraction fails when the cuTENSOR extension is enabled (while it works if just the CUDA extension is enabled), likely due to some issue passing views of CuArrays to cuTENSOR. This is a reminder to investigate that issue and maybe make an issue report to CUDA.jl about it.

@mtfishman mtfishman added bug Something isn't working NDTensors Requires changes to the NDTensors.jl library. labels May 17, 2024
@kmp5VT
Copy link
Collaborator

kmp5VT commented Jun 5, 2024

I have reported the issue in cuTENSOR to CUDA.jl JuliaGPU/CUDA.jl#2407

@mtfishman
Copy link
Member Author

#1485 implemented a temporary fix which runs but has some extraneous copying which we will be able to remove once JuliaGPU/CUDA.jl#2407 is fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working NDTensors Requires changes to the NDTensors.jl library.
Projects
None yet
Development

No branches or pull requests

2 participants