-
Notifications
You must be signed in to change notification settings - Fork 4
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
bc::device_tag problem!!! #56
Comments
You can't compile CUDA with MSVC. You need to create a Cuda project (if the project isn't already one) If you look at the mnist_test.cu all it does is |
|
Looks like a weird bug (IE detail shouldn't be ambiguous as its a namespace) |
Before, no-cuda project, the project configuration Conformance Mode must be YES, if it was NO, it will also appear a compile error: But the cuda project have no Conformance Mode. I don't know whether it is correlative! |
I've installed Cuda 10.1 on my Windows machine and am able to reproduce the issue. I don't have a fix for it but I'm working on it now. (I believe I will have to re-write some parts of the codebase, as the NVCC-Windows version does not support the same set of features as the Linux-NVCC) |
how about them? Are there any new developments? |
Working on it now, definitely the next issue to solve. |
Still working on this issue the windows NVCC is significantly more buggy than the Linux version. I am receiving a handful of errors that simply do not make sense. |
meet this problem, you can refer to other matured projects like caffe and yolo, that they also use the tensor. |
Still working in this issue. I might just wait till the next Cuda release as Cuda on Windows might now be possible without a rewrite of the traits classes. Windows NVCC has difficulty with bc::traits::conditional_detected |
when i #define CUDACC 1, then use the mnist_test_recurrent, compile it, so many errors:
The text was updated successfully, but these errors were encountered: