This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
build mxnet with cuda11.6+cudnn8.x+vs2022+rtx3090+win10 #20883
Unanswered
overcash597
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Your mxnet version may be very old, so it cannot support vs2019 and vs2022. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Maybe this is a stale issue -- the latest version of mxnet is compatible with cuda 11.2. Use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi ,I am a user of mxnet ,I used mxnet-cu92 +anaconda 3.x for some study of deep learning. now I get a RTX309,it can only run in cuda 11.X,so it only one way to rebuild source code by myself, I build the source code under the instruction of mxnet . after a long compile time past,it raised 7 error to me :
link 2019 unresolved external symbol __imp__localtime64_s referenced in mz_zip_writer_add_mem_ex_v2 project mxnet_86
link 2019 unresolved external symbol __imp__mktime64 referenced in mz_zip_file_stat_internal project mxnet_86
link 2019 unresolved external symbol __imp__time64 referenced in mz_zip_writer_add_mem_ex_v2 project mxnet_86
link 2019 unresolved external symbol __imp__foreopen_s referenced in mz_zip_writer_init_from_reader_v2 project mxnet_86
......
so libmxnet.lib can not generate....
I do not know how to fix it, Any suggestion will be appriciated!
Beta Was this translation helpful? Give feedback.
All reactions