-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
Package cuSPARSELt #270446
Comments
@sepiabrown Are you working on packaging cusparselt? Do you plan to send a PR? |
Yes, I'd like to. I'm trying to build |
How do you build cuda-library-samples for cusparselt? I am having hard time to figure this one out. |
I have succeeded in building cuda-library-samples for cusparselt. There are some quirks that seem unnecessary. For example, I have organised the code for cusparselt using the code from cutensor and it doesn't populate the + postPatch = ''
+ substituteInPlace CMakeLists.txt \
+ --replace-fail "''${CUSPARSELT_ROOT}/lib64/libcusparseLt.so" "${lib.getLib cusparselt}/lib/libcusparseLt.so" \
+ --replace-fail "''${CUSPARSELT_ROOT}/lib64/libcusparseLt_static.a" "${lib.getStatic cusparselt}/lib/libcusparseLt_static.a"
+ ''; |
Done in #390863 |
Issue description
Introduce
cudaPackages.cusparselt
based on https://developer.download.nvidia.com/compute/cusparselt/redist/redistrib_0.5.0.jsonThis is required e.g. to remove the dependency on the runfile-based
cudatoolkit
inpython3Packages.cupy
CC @NixOS/cuda-maintainers
The text was updated successfully, but these errors were encountered: