Skip to content

Commit

Permalink
Fixed dead link to RuntimeLibrary wiki page
Browse files Browse the repository at this point in the history
A link pointed to the docs/RuntimeLibrary.md file which was moved in 95792fc
  • Loading branch information
echoix authored and doe300 committed Dec 12, 2018
1 parent e0070ea commit d57f51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -18,7 +18,7 @@ Additionally the [`cl_khr_icd` extension](https://www.khronos.org/registry/OpenC

The OpenCL version 1.2 was selected as target standard version, since it is the last version of the OpenCL standard where all mandatory features can be supported.

VC4CL supports the **EMBEDDED PROFILE** of the OpenCL-standard, which is a trimmed version of the default **FULL PROFILE**. The most notable features, which are not supported by the VC4CL implementation are images, the `long` and `double` data-types, device-side `printf` and partitioning devices. See [RuntimeLibrary](doc/RuntimeLibrary.md) for more details of (not) supported features.
VC4CL supports the **EMBEDDED PROFILE** of the OpenCL-standard, which is a trimmed version of the default **FULL PROFILE**. The most notable features, which are not supported by the VC4CL implementation are images, the `long` and `double` data-types, device-side `printf` and partitioning devices. See [RuntimeLibrary](https://github.com/doe300/VC4CL/wiki/RuntimeLibrary) for more details of (not) supported features.

## VideoCore IV GPU
The VideoCore IV GPU, in the configuration as found in the Raspberry Pi models, has a theoretical maximum performance of **24 GPFLOS** and is therefore very powerful in comparison to the host CPU.
Expand Down

0 comments on commit d57f51a

Please sign in to comment.