
28 Apr
2014
28 Apr
'14
4:35 p.m.
Hi Rob,
On 28 April 2014 20:32, Robert Vollmert
You’re defining ‘CUDA’ to be replaced by the empty string, so after running through CPP, you’ll have
module CPP where import qualified Data.Array.Accelerate. as
(Haven’t actually tested this, but it’s what cpp should do, and explains the error message nicely.)
Try using ‘-DWITHCUDA’ or something similar?
Works as you might expect, thanks! -- Rob