antonmks / Alenka

GPU database engine
Other
1.17k stars 120 forks source link

Alenka crashed with CUDA 5.5 #43

Closed SquallChua closed 11 years ago

SquallChua commented 11 years ago

So the CUDA 5.5 has finally hit production release and I've tried to recompile the whole thing with it. It was able to compile without error but the program crashed almost immediately after launch.

antonmks commented 11 years ago

I tested it with the production 5.5 release, seems to work fine. What error do you get ? Can you trace it to a particular statement ?

SquallChua commented 11 years ago

Sorry. It was my mistake on fogetting to reconfigure the CUDPP library with cmake. It runs nicely on my machine now.