Added information on PR submissions

Dmitry Matveev 2019-06-11 19:37:56 +03:00
parent 2259e53e20
commit 9205f9c450

@ -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").
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
============