Ticket #257 (closed defect: fixed)
"__kernel square" should be "__kernel void square" in test.ss
Reported by: | anonymous | Owned by: | jaymccarthy |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | jaymccarthy/opencl.plt | Keywords: | |
Cc: | Version: | (3 1) | |
Racket Version: | 4.2.4 |
Description
The kernel program in test.ss fails to compile. The error given suggests a missing "void" on the first line. Adding "void" in between "%kernel" and "square" (as per various OpenCL kernel eamples) fixes this issue.
Change History
Note: See
TracTickets for help on using
tickets.