Open sking8 opened 2 years ago
-vD 看 logs
suitesparse不支持在windows上启用cuda
suitesparse不支持在windows上启用cuda
请问一下这个是哪里看到的
最新的版本应该可以了,但是作者不建议 https://github.com/DrTimothyAldenDavis/SuiteSparse
SUITESPARSE_USE_CUDA:
If set to ON, CUDA is enabled for all of SuiteSparse. Default: ON,
CUDA on Windows with MSVC appears to be working with this release, but it should be considered as a prototype and may not be fully functional. I have limited resources for testing CUDA on Windows. If you encounter issues, disable CUDA and post this as an issue on GitHub.
Xmake 版本
2.7.2
操作系统版本和架构
Windows10
描述问题
在.lua文件中中命令为 add_requires("suitesparse", {configs={"blas",cuda=true}})
而如果只是 add_requires("suitesparse", {configs={"blas"}}),不包含cuda选项的话则不会有这个错误
期待的结果
可以正确安装且运行suitesparse带cuda版本
工程配置
No response
附加信息和错误日志