From b6738e9c3db716bfcae0a2ad0fb22087f1fbc1de Mon Sep 17 00:00:00 2001 From: Leonid Kostrykin Date: Fri, 12 Jul 2024 09:17:25 +0200 Subject: [PATCH] Update usage.rst --- docs/source/usage.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/usage.rst b/docs/source/usage.rst index f6d10a3..c083a67 100644 --- a/docs/source/usage.rst +++ b/docs/source/usage.rst @@ -73,11 +73,11 @@ The ``seg`` object returned by the :py:meth:`~superdsm.render.render_result_over Environment variables ********************* -``MKL_DEBUG_CPU_TYPE`` +**``MKL_DEBUG_CPU_TYPE``** - To take advantage of the acceleration provided by MKL on AMD CPUs, the environment variable ``MKL_DEBUG_CPU_TYPE=5`` should be set when using an AMD CPU. This usually happens automatically, unless automatic recognition of the CPU vendor fails, in which case a warning is displayed. + To take advantage of the acceleration provided by MKL on AMD CPUs, the environment variable ``MKL_DEBUG_CPU_TYPE=5`` should be set when using an AMD CPU. This usually happens automatically, unless automatic recognition of the CPU vendor fails (and a warning is shown). -``SUPERDSM_INTERMEDIATE_OUTPUT`` +**``SUPERDSM_INTERMEDIATE_OUTPUT``** Set ``SUPERDSM_INTERMEDIATE_OUTPUT=0`` to mute the intermediate console output.