-
```julia
julia> using CUDA, SparseArrays
julia> dense = rand([0,1], 3, 4) # Matrix{Int64}
julia> sp = sparse(dense) # SparseMatrixCSC{Int64, Int64}
julia> cuarray = cu(dense) # CuArray{…
-
### Description
From cuda 11.2, cusparse SpMM can be used for performing sparse matrix - dense matrix multiplication, where the sparse matrix is represented in Blocked-ELL format (see https://github.…
-
i have batch matrix A and vector B, how to implement batch spmv
-
### Is this a duplicate?
- [x] I confirmed there appear to be no [duplicate issues](https://github.com/NVIDIA/cccl/issues) for this request and that I agree to the [Code of Conduct](CODE_OF_CONDUCT.m…
-
## Feature
It would be great if a GPU accelerated sparse matrix library can be incorporated into GTSAM. These libraries include: AMD ROCM's [rocSPARSE](https://rocmdocs.amd.com/en/latest/ROCm_L…
-
Error in installation of torchac_cuda = 0.2.5
`pip install torchac-cuda
Collecting torchac-cuda
Using cached torchac_cuda-0.2.5.tar.gz (8.7 kB)
Installing build dependencies ... done
…
-
### 🐛 Describe the bug
PyTorch 2.5.0 and latest 2.5.1 releases revive #111469 and so breaks when importing.
Temporary fix: getting back to 2.4.1
### Versions
PyTorch version: N/A
Is debug b…
-
```
/home/groupc/cwpears/kokkos-kernels/perf_test/sparse/KokkosSparse_sptrsv_aux.hpp(271): error: identifier "csrsv2Info_t" is undefined
csrsv2Info_t infoL = 0;
^
/home/groupc/cwpears/ko…
-
ImportError: /root/miniconda3/lib/python3.12/site-packages/torch/lib/../../nvidia/cusparse/lib/libcusparse.so.12: undefined symbol: __nvJitLinkComplete_12_4, version libnvJitLink.so.12
Traceback:
…
-
We've been seeing this frequently on CI, e.g., https://buildkite.com/julialang/cuda-dot-jl/builds/4151#0189e93f-3649-485f-bb5b-1cd9b2b9713d. Snippet:
```
GC error (probable corruption)
Allocation…