Author Topic: OpenCL language support  (Read 2485 times)

bensch128

  • Junior Community Member
  • Posts: 3
  • Hero Points: 1
OpenCL language support
« on: January 22, 2015, 10:25:41 PM »
Hi All,
    I hacked together a language module for OpenCL that I'd like to share:
https://drive.google.com/file/d/0B6omWK7xsBAARnlETkk4LWJFN2c/view?usp=sharing
Its the user.vlx that got generated by slickedit.
As far as I can tell, it's got all of the language structures except for the saturated and rounding versions of convert_type. I ran out of patience for those. I also wonder if slickedit can handle the hundreds of variations required by the full spec.

I got the spec from here: https://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/

All thoughts, comments, and improvements are appreciated.

Cheers,
Ben

Mike

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 100
  • Hero Points: 21
Re: OpenCL language support
« Reply #1 on: January 27, 2015, 02:29:34 PM »
The file above is attached to this reply post, in case the Google drive link isn't working.