mirror of
https://github.com/opencv/opencv.git
synced 2025-06-16 23:00:51 +08:00
Added information on PR submissions
parent
2259e53e20
commit
9205f9c450
13
Graph-API.md
13
Graph-API.md
@ -13,6 +13,19 @@ What it is?
|
|||||||
|
|
||||||
* G-API GPU backend implements the majority of available functions and allows to run OpenCL kernels on available OpenCL-programmable devices. At the moment, GPU backend is based on OpenCV Transparent API; in future versions it will be extended to support integration of arbitrary OpenCL kernels (and likely be renamed to "OpenCL backend").
|
* G-API GPU backend implements the majority of available functions and allows to run OpenCL kernels on available OpenCL-programmable devices. At the moment, GPU backend is based on OpenCV Transparent API; in future versions it will be extended to support integration of arbitrary OpenCL kernels (and likely be renamed to "OpenCL backend").
|
||||||
|
|
||||||
|
Submitting G-API PRs
|
||||||
|
====================
|
||||||
|
|
||||||
|
G-API supports so-called STANDALONE mode build which is not validated by default.
|
||||||
|
Please put the below lines to the PR description to validate that this mode is not broken by the PR:
|
||||||
|
```
|
||||||
|
build_gapi_standalone:Linux x64=ade-0.1.1d
|
||||||
|
build_gapi_standalone:Win64=ade-0.1.1d
|
||||||
|
build_gapi_standalone:Mac=ade-0.1.1d
|
||||||
|
build_gapi_standalone:Linux x64 Debug=ade-0.1.1d
|
||||||
|
```
|
||||||
|
Note: ADE version may change, refer to the latest correct one (see `DownloadADE.cmake`).
|
||||||
|
|
||||||
Materials
|
Materials
|
||||||
============
|
============
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user