Open junxigauss opened 6 years ago
@yajiedesign
do you update submodule?
I clone recursively the latest version today.I reappeared it on three computer. I try the openblas-v0.2.14-win64-int64,same as
include submodule? try use vs2015.
better just install via pip if you are not going to modify the source
pip install mxnet-cu80
For the same code, vs2015 is OK. vs2013 error.
@apache/mxnet-committers: This issue has been inactive for the past 90 days. It has no label and needs triage.
For general "how-to" questions, our user forum (and Chinese version) is a good place to get help.
Hi @junxigauss are you still facing this issue? @nswamy can you add this as 'Windows, 'installation'
@nswamy when you add the labels you may want to remove the "Needs Triage" label :)
Note: Providing complete information in the most concise form is the best way to get help. This issue template serves as the checklist for essential information to most of the technical issues and bug reports. For non-technical issues and feature requests, feel free to present the information in what you believe is the best form.
For Q & A and discussion, please start a discussion thread at https://discuss.mxnet.io
Description
(Brief description of the problem in no more than 2 sentences.)
Environment info (Required)
win10, CUDA 8.0 GA1 (Sept 2016) ,vs2013(update5), CMake 3.10.0-rc5, OpenBLAS-v0.2.14-Win64-int32 ,noOPENCV
Package used (Python/R/Scala/Julia): (I'm using ...)
For Scala user, please provide:
java -version
)mvn -version
)scala -version
)For R user, please provide R
sessionInfo()
:Build info (Required if built from source)
Compiler (gcc/clang/mingw/visual studio):
MXNet commit hash: (Paste the output of
git rev-parse HEAD
here.)Build config: (Paste the content of config.mk, or the build command.)
Error Message:
(Paste the complete error message, including stack trace.) error C2668: “mshadow::cuda::IndexFill”: 对重载函数的调用不明确 d:\cjx_project\mxnet\src\operator\tensor\ordering_op-inl.h 414
error C2668: “mshadow::cuda::AddTakeGrad”: 对重载函数的调用不明确 d:\cjx_project\mxnet\src\operator\tensor\indexing_op.h 496 error C2668: “mshadow::cuda::AddTakeGrad”: 对重载函数的调用不明确 d:\cjx_project\mxnet\src\operator\tensor\indexing_op.h 731
Minimum reproducible example
(If you are using your own code, please provide a short script that reproduces the error. Otherwise, please provide link to the existing example.) win10, CUDA 8.0 GA1 (Sept 2016) ,vs2013(update5), CMake 3.10.0-rc5, OpenBLAS-v0.2.14-Win64-int32 ,noOPENCV
Steps to reproduce
(Paste the commands you ran that produced the error.)
1.enviroment: win10, CUDA 8.0 GA1 (Sept 2016) ,vs2013(update5), CMake 3.10.0-rc5, OpenBLAS-v0.2.14-Win64-int32 ,noOPENCV 2.error C2668: “mshadow::cuda::IndexFill”: 对重载函数的调用不明确 d:\cjx_project\mxnet\src\operator\tensor\ordering_op-inl.h 414
error C2668: “mshadow::cuda::AddTakeGrad”: 对重载函数的调用不明确 d:\cjx_project\mxnet\src\operator\tensor\indexing_op.h 496 error C2668: “mshadow::cuda::AddTakeGrad”: 对重载函数的调用不明确 d:\cjx_project\mxnet\src\operator\tensor\indexing_op.h 731
What have you tried to solve it?
1. 2.