-
Notifications
You must be signed in to change notification settings - Fork 192
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
Request support for MinGW compilers under Windows #133
Comments
Did you first make sure you can get a simple OpenCL program working with MinGW and with the Nvidia OpenCL platform? Once you are successful with that, you can attempt using clFFT. |
I am closing this issue for now; it is great to see efforts to get clFFT working on variety of build environments. |
Sorry for the late reply, but yes you are right about the fact one should check if CUDA libraries work with MinGW. For time being, it is not the case. I hope it will soon be available, so that one can use |
@bragadeesh : I succeed in compiling and running I have used Intel OpenCl libraries, and I just convert Then, I have configured and compiled |
@Gjacquenot Great to hear that. |
Dear all,
I have tried to compile
clFFT
withMinGW
underWindows 7
, withCUDA/v7.0
.I succeed in compiling the program, but examples crash while calling
clGetPlatformIDs
. It may be an incompatibility with the cl libraries.First, I had one compilation error in the following function, while calling
CreateFile
. It seems to be a unicode problem, even though I had declared-DUNICODE:BOOL=OFF
while callingcmake
I have fixed by adding a cast on
Second, when I call one of the examples, the example crash while calling
clGetPlatformIDs
. Maybe it is a problem withCUDA
libraries.The text was updated successfully, but these errors were encountered: