From 2854ab6346cb7387d5a9c3efd4d12e2ac2422095 Mon Sep 17 00:00:00 2001
From: Stephan Seitz <stephan.seitz@fau.de>
Date: Wed, 14 Aug 2019 08:18:15 +0200
Subject: [PATCH] Clarify opencljit.make_python_function docstring

---
 pystencils/opencl/opencljit.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pystencils/opencl/opencljit.py b/pystencils/opencl/opencljit.py
index a681749..ed7ba7e 100644
--- a/pystencils/opencl/opencljit.py
+++ b/pystencils/opencl/opencljit.py
@@ -9,8 +9,8 @@ USE_FAST_MATH = True
 
 def make_python_function(kernel_function_node, opencl_queue, opencl_ctx, argument_dict=None, custom_backend=None):
     """
-    Creates a kernel function from an abstract syntax tree which
-    was created e.g. by :func:`pystencils.gpucuda.create_cuda_kernel`
+    Creates a **OpenCL** kernel function from an abstract syntax tree which
+    was created for the ``target='gpu'`` e.g. by :func:`pystencils.gpucuda.create_cuda_kernel`
     or :func:`pystencils.gpucuda.created_indexed_cuda_kernel`
 
     Args:
-- 
GitLab