OpenCL Functions

   1360   1   0
User Avatar
Member
201 posts
Joined: Jan. 2013
Offline
Hello! Tell me how you can find out information about any built-in functions on OpenСL?
How to find out what arguments this or that function accepts? For example, the function of determinant or transpose.
Edited by alexwheezy - Feb. 21, 2019 06:10:33
User Avatar
Staff
5157 posts
Joined: July 2005
Offline
A good start is:

https://www.khronos.org/registry/OpenCL/sdk/1.2/docs/man/xhtml/ [www.khronos.org]

(if you're using GL 1.2, there's 2.0, 2.1 and 2.2 as well) There's also a quick reference card -

https://www.khronos.org/registry/OpenCL/sdk/1.2/docs/OpenCL-1.2-refcard.pdf [www.khronos.org]

Just skip the first 2 pages with deal with the C API.
  • Quick Links