-
物性研の GPGPU 化サポートに応募する?
-
when run "pip install -e .",
the error happen:
lude/ATen/cuda/CUDAContext.h:6:10: fatal error: cusparse.h: No such file or directory
#include
^~~~~~~~~~~~
compilati…
-
配置:
NVIDIA GeForce RTX 3090 CUDA Version: 12.4
nvidia-cublas-cu12 12.1.3.1
nvidia-cuda-cupti-cu12 12.1.105
nvidia-cuda-nvrtc-cu12 12.1.105
nvidia-cuda-runtime-cu12 12.1.105
nvidia-c…
-
CUSPARSE's API coverage is fairly limited, e.g. sparse*sparse isn't supported, leading to bugs filed like https://github.com/JuliaGPU/CUDA.jl/issues/1264. Instead of silently allowing those operations…
-
It seems that almost any function I try give me an error because of ambiguity, am I doing something wrong?
```julia
julia> using CUSPARSE, CUDArt
julia> A = sprand(20,10,0.2)
julia> d_A = CudaSpar…
mfalt updated
7 years ago
-
Hey, I tried following the [quickstart for gpu solvers](https://github.com/MadNLP/MadNLP.jl?tab=readme-ov-file#cuda-requires-extension-madnlpgpu), but was unable to get the solver to run.
My code …
-
### Summary
When building PyTorch against cuda toolkit 12.2 with `-Werror` there are notices that a few places where the cuSPARSE legacy API for BSR is being used are now deprecated.
Specifical…
-
Use lib provided in other task
-
The sparse CSC format is not well displayed if the rows are not sorted.
```
# [5 7 0]
# A = [8 0 6]
# [0 4 9]
# COO format
rows = [3, 1, 2, 3, 2, 1] |> cu;
cols = [3, 2, 1, 2, 3, 1] |…
-
These would be incredibly useful for me: https://docs.nvidia.com/cuda/cusparse/index.html#cusparse-generic-function-spmm-op. I may get around to trying this eventually, but if someone wants to wrap t…