cery999
cery999
> You can change version = "0.1.3" to git = "https://github.com/supranational/sppark" in [dependencies.sppark] in snarkVM/algorithm/cuda/Cargo.toml cargo:warning=/home/cery/.cargo/git/checkouts/sppark-766e0a6fee265121/da968db/ff/bls12-377.hpp(86): error: argument of type "uns igned long" is incompatible with template parameter of type...
> 想尝试一下帮社区添加GPU支持,请问是否能提供一下大致的思路 https://github.com/ggerganov/llama.cpp/blob/master/ggml-cuda.cu 这边官网提供了cu的 gglm 的实现 src/kern/optimized/ 这个目录下可以实现对应的cuda算子,按照x86的实现就行了,但是我不太清楚现在基于Task队列的这个模式 适不适用,cuda应该是单模型队列的