Closed ayushchatur closed 1 year ago
Hi @ayushchatur,
Most of the libraries are part of the CUDA toolkit and in effect, they are included in the mentioned container. Some of them are not like nvTIFF. Do you have any specific library in mind?
@JanuszL My ultimate goal is to leverage cusparselt with PyTorch cpp extension to leverage 2:4 sparsity and on tensor cores . Hence I am going a bit methodically. Here is what i plan to do:
Therefore, My first task is to follow the example
For it I need to find the path for
CUSPARSELT_PATH=<cusparseLt_path>
Hence i was wondering where can i find the path for it inside the container
@ayushchatur - I think you can install the library you need in the mentioned container and experiment with it there.
here a good starting point https://pytorch.org/tutorials/prototype/semi_structured_sparse.html
Hello, I wonder whether these libraries are part of deep learning containers ? Specifically, Pytorch containers https://docs.nvidia.com/deeplearning/frameworks/pytorch-release-notes/rel-23-07.html
Or whether these are part of CUDA runtime ?