-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Win10下CUDA ON编译失败 #2321
Comments
已经修改,待同步 |
更新到 2.4.2 ,看下是否解决吧 |
没有解决,还是相同错误 -- Autodetected CUDA architecture(s): 7.5 [56/63] Building NVCC (Device) object source/backend/cuda/CMakeFiles/MNN_CUDA.dir/execution/int8/MNN_CUDA_generated_CutlassGemmInt8TensorCore.cu.obj |
还是不行.. |
更新 2.4.3 试试?把 cuda int8 相关的代码加了个编译宏屏蔽 |
2.5.0依旧失败
|
windows 上编译 cuda 需要加 -DMNN_WIN_RUNTIME_MT=ON -DMNN_BUILD_SHARED_LIBS=ON ,具体见 docs/compile/engine.md |
Marking as stale. No activity in 60 days. |
平台(如果交叉编译请再附上交叉编译目标平台):
Platform(Include target platform as well if cross-compiling):
Windows
Github版本:
Github Version:
直接下载ZIP包请提供下载日期以及压缩包注释里的git版本(可通过
7z l zip包路径
命令并在输出信息中搜索Comment
获得,形如Comment = bc80b11110cd440aacdabbf59658d630527a7f2b
)。 git clone请提供git commit
第一行的commit idProvide date (or better yet, git revision from the comment section of the zip. Obtainable using
7z l PATH/TO/ZIP
and search forComment
in the output) if downloading source as zip,otherwise provide the first commit id from the output ofgit commit
编译方式:
Compiling Method
编译日志:
Build Log:
The text was updated successfully, but these errors were encountered: