Jump to content
Fi8sVrs

VC4CL - OpenCL implementation running on the VideoCore IV GPU of the Raspberry Pi models

Recommended Posts

  • Active Members

VC4CL is an implementation of the OpenCL 1.2 standard for the VideoCore IV GPU (found in all Raspberry Pi models).

The implementation consists of:

    The VC4CL OpenCL runtime library, running on the host CPU to compile, run and interact with OpenCL kernels.
    The VC4C compiler, converting OpenCL kernels into machine code. This compiler also provides an implementation of the OpenCL built-in functions.
    The VC4CLStdLib, the platform-specific implementation of the OpenCL C standard library, is linked in with the kernel by VC4C

 

Source: https://github.com/doe300/VC4CL/blob/master/Readme.md

  • Downvote 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...