Ticket #257 (closed defect: fixed)

Opened 14 years ago

Last modified 14 years ago

"__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

Changed 14 years ago by plai

  • status changed from new to closed
  • resolution set to fixed

I will fix this on the next release, which will be out shortly.

Note: See TracTickets for help on using tickets.