antonmks / Alenka

GPU database engine
Other
1.17k stars 120 forks source link

Extra semicolon in cm.cu #15

Closed SquallChua closed 11 years ago

SquallChua commented 11 years ago

I have successfully compiled Alenka and attempted to execute q1.sql. However, it hits an error which indicating a CUDA error at line 830 in file cm.cu. I wasn't sure if it was intended, I noticed an extra semicolon at the end of the if-statement at line 829 which precedes the line that giving me error. An attempt to remove the semicolon, compile and run Alenka again seems to work now.

antonmks commented 11 years ago

It shouldn't really affect anything, but I removed all duplicate semicolons just in case. Thanks !