We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 735630f commit a855c60Copy full SHA for a855c60
1 file changed
docs/getting_started/perf_tests.rst
@@ -14,12 +14,15 @@ Available benchmarks:
14
* - File name
15
- Description
16
17
- * - ``test_2dhalo.cpp``
+ * - ``test_2d_halo.cpp``
18
- A 2D halo exchange
19
20
* - ``test_sendrecv.cpp``
21
- A ping-pong between ranks 0 and 1
22
23
+ * - ``test_channel_sendrecv.cpp``
24
+ - A send/receive between neighboring ranks using ``KokkosComm::Channel``
25
+
26
* - ``test_osu_latency.cpp``
27
- An implementation of the OSU latency benchmark (comparison between Kokkos Comm and raw MPI)
28
0 commit comments