From 5ee0420342706f7db7302460d4ae1332cc800147 Mon Sep 17 00:00:00 2001 From: Marcus Winter Date: Thu, 30 Jun 2016 15:20:09 +0200 Subject: [PATCH] mtapi_opencl_c: replaced occurences of network with OpenCL in documentation --- mtapi_plugins_c/mtapi_opencl_c/include/embb/mtapi/c/mtapi_opencl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mtapi_plugins_c/mtapi_opencl_c/include/embb/mtapi/c/mtapi_opencl.h b/mtapi_plugins_c/mtapi_opencl_c/include/embb/mtapi/c/mtapi_opencl.h index b14583a..e40c045 100644 --- a/mtapi_plugins_c/mtapi_opencl_c/include/embb/mtapi/c/mtapi_opencl.h +++ b/mtapi_plugins_c/mtapi_opencl_c/include/embb/mtapi/c/mtapi_opencl.h @@ -51,7 +51,7 @@ extern "C" { * * It must be called on all nodes using the MTAPI OpenCL plugin. * - * Application software using MTAPI network must call + * Application software using MTAPI OpenCL must call * mtapi_opencl_plugin_initialize() once per node. It is an error to call * mtapi_opencl_plugin_initialize() multiple times * from a given node, unless mtapi_opencl_plugin_finalize() is called in @@ -85,7 +85,7 @@ void mtapi_opencl_plugin_initialize( * unless mtapi_opencl_plugin_initialize() has been called prior to each * mtapi_opencl_plugin_finalize() call. * - * All network tasks that have not completed and that have been started on the + * All OpenCL tasks that have not completed and that have been started on the * node where mtapi_opencl_plugin_finalize() is called will be canceled * (see mtapi_task_cancel()). mtapi_opencl_plugin_finalize() blocks until all * tasks that have been started on the same node return. Tasks that execute -- libgit2 0.26.0