Skip to content

Commit

Permalink
fix doc reference (#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
majosm authored Sep 5, 2024
1 parent af8b7ee commit 7153947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/running/device-selection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7153947

Please sign in to comment.