From 715394717e569134a586c095797d6a56085cd10d Mon Sep 17 00:00:00 2001 From: Matt Smith Date: Thu, 5 Sep 2024 11:59:08 -0500 Subject: [PATCH] fix doc reference (#1063) --- doc/running/device-selection.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/running/device-selection.rst b/doc/running/device-selection.rst index ae82dfc5b..7b89715e2 100644 --- a/doc/running/device-selection.rst +++ b/doc/running/device-selection.rst @@ -27,7 +27,7 @@ There are multiple ways in which this selection can happen: The device selection functionality described here is provided by the :func:`pyopencl.create_some_context`, :func:`pyopencl.tools.pytest_generate_tests_for_pyopencl`, and - :func:`arraycontext.pytest_generate_tests_for_pyopencl_array_context` + :func:`arraycontext.pytest_generate_tests_for_array_contexts` functions used in the default simulation drivers and tests. It is also possible to write your own device selection code with :func:`pyopencl.get_platforms`, :meth:`pyopencl.Platform.get_devices`, and