Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 484 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 484 Bytes

constants

This is package for almost all of possible OpenCL constants

goal

  • have exact name 1:1 to C OpenCL
  • storing and provide constants of OpenCL for
    • pureCL
    • middleCL
    • highCL
    • and maybe others ...,
    • you can also use to your package independent from others ...

not goal

  • have GO's corect name (NameOfGOVar)
  • anything else ..