diff --git a/Graph-API.md b/Graph-API.md index 09e6f1f..be4cbd6 100644 --- a/Graph-API.md +++ b/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"). +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 ============