Skip to content

Commit dfc7754

Browse files
committed
docs/impl_gpu clarify doc is for GPU only
1 parent 4654aa1 commit dfc7754

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/impl_gpu.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
Implementation details
2-
======================
1+
GPU code implementation details
2+
===============================
33

44
This file contains detailed explanations of the algorithms and optimization strategies
5-
used in the library.
5+
used in the GPU version of the library.
66

77
The focus is on clarity and reproducibility of the core computational techniques,
88
including spreading/interpolation schemes, memory access patterns, and kernel launch
99
structures.
1010

1111
.. note::
1212

13-
This is a living document. Implementation details are subject to change as
13+
This is a living document, started in 2025 (v 2.4.1). Implementation details are subject to change as
1414
performance and accuracy improvements are integrated.
1515

1616
Output Driven

0 commit comments

Comments
 (0)