You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.
basic_stream.cu(12): error: no instance of overloaded function "NewStream" matches the argument list
basic_stream.cu(13): error: no instance of overloaded function "NewStream" matches the argument list
basic_stream.cu(19): error: no instance of overloaded function "NewStream" matches the argument list
3 errors detected in the compilation of "/tmp/tmpxft_00002131_00000000-8_basic_stream.cpp1.ii".
Any idea?
Beside this, I had to add -fopenmp by myself to compile basic.cpp with gcc 7.2.0. Compiling with mshadow.mk and config.mk in the tutorial don't work without adding -fopenmp.
The text was updated successfully, but these errors were encountered:
CUDA 8.0 failed too
But if I use openblas instead of mkl, complie correctly but fail in running.
and I modified the .cu file where $NewSteam()$ to $NewSteam(0)$, or there are still errors.
I don't understand why this happened, because mxnet could build successfully, I come here to learn mshadow because mxnet widely uses mshadow
This code base has been donated to the Apache MXNet project per #373, and repo is deprecated. Future development and issue tracking should continue in Apache MXNet.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I tried to compile
basic_stream.cu
included in the tutorial with the following command. I'm using nvcc 9.0.176.I got these error.
Any idea?
Beside this, I had to add
-fopenmp
by myself to compilebasic.cpp
with gcc 7.2.0. Compiling withmshadow.mk
andconfig.mk
in the tutorial don't work without adding-fopenmp
.The text was updated successfully, but these errors were encountered: