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
What steps will reproduce the problem?
1. Compilation on Windows
What is the expected output? What do you see instead?
Expected errors related to posix
Observed cuda code errors
What version of the product are you using? On what operating system?
chmm 0.01
Windows 7 64 bit
CUDA 3.2
Visual Studio 2008
I decided to port this usefull software to Windows.
I expected some problems related to unistd.h and some posix functions.
However, I also got the CUDA errors about variable length arrays:
hmm.cu(374): error: expression must have a constant value
hmm.cu(446): error: identifier "INFINITY" is undefined
I can dynamically allocate array.
But since this code was correct, maybe there is a way to make it working on
windows.
Original issue reported on code.google.com by [email protected] on 31 Mar 2011 at 8:41
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 31 Mar 2011 at 8:41The text was updated successfully, but these errors were encountered: