Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gate sparsity tests by presence of cusparselt (#1602)
Summary: I have a PyTorch build without `cuSparseLt`. Adding logic to properly skip tests which depend on this library being available. Test Plan: Local testing on an H100 without cuSparseLt: ``` pytest test/prototype/test_sparse_api.py -s ``` Reviewers: Subscribers: Tasks: Tags:
- Loading branch information