diff --git a/doc/src/Speed_kokkos.rst b/doc/src/Speed_kokkos.rst index 708678e537..8f9009aaca 100644 --- a/doc/src/Speed_kokkos.rst +++ b/doc/src/Speed_kokkos.rst @@ -27,7 +27,7 @@ GPUs) and HIP (for AMD GPUs). You choose the mode at build time to produce an executable compatible with a specific hardware. .. admonition:: C++14 support - :class: note + :class: note Kokkos requires using a compiler that supports the c++14 standard. For some compilers, it may be necessary to add a flag to enable c++14 support.