Skip to content

Commit d8eadb7

Browse files
Update 13-examples.rst: remove framework poll
1 parent 393262c commit d8eadb7

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

content/13-examples.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,6 @@ In `an earlier episode <https://enccs.github.io/gpu-programming/7-non-portable-k
9595
Another point to note is that even if the solution is propagated in small time steps, not every step might actually be needed for output. Once some *local* region of the field is updated, mathematically nothing prevents it from being updated for the second time step -- even if the rest of the field is still being recalculated -- as long as :math:`t = m-1` values for the region boundary are there when needed. (Of course, this is more complicated to implement and would only give benefits in certain cases.)
9696

9797

98-
.. challenge:: Poll: which programming model/ framework are you most interested in today?
99-
100-
- OpenMP offloading (C++)
101-
- SYCL (C++)
102-
- *Python* (``numba``/CUDA)
103-
- Julia
104-
105-
10698
The following table will aid you in navigating the rest of this section:
10799

108100
.. admonition:: Episode guide

0 commit comments

Comments
 (0)