aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/OpenCL.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/CL/OpenCL.h')
-rw-r--r--arm_compute/core/CL/OpenCL.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/arm_compute/core/CL/OpenCL.h b/arm_compute/core/CL/OpenCL.h
index 93f7c318dd..058214bd07 100644
--- a/arm_compute/core/CL/OpenCL.h
+++ b/arm_compute/core/CL/OpenCL.h
@@ -75,11 +75,12 @@ public:
static CLSymbols &get();
/** Load symbols from the given OpenCL library path.
*
- * @param[in] library Path to the OpenCL library.
+ * @param[in] library Path to the OpenCL library.
+ * @param[in] use_loader Use symbol loader function loadOpenCLPointer.
*
* @return True if loading the library is successful.
*/
- bool load(const std::string &library);
+ bool load(const std::string &library, bool use_loader = false);
/** Load symbols from any of the default OpenCL library names.
*
* @return True if loading any library is successful.