@@ -91,7 +91,7 @@ class gpu_burn_check(rfm.RunOnlyRegressionTest):
9191 '''GPU burn benchmark.
9292
9393 This benchmark runs continuously GEMM, either single or double precision,
94- on a selected set of GPUs on the node that it runs.
94+ on a selected set of GPUs on the node where the benchmark runs.
9595
9696 The floating point precision of the computations, the duration of the
9797 benchmark as well as the list of GPU devices that the benchmark will run
@@ -100,12 +100,13 @@ class gpu_burn_check(rfm.RunOnlyRegressionTest):
100100 This benchmark tries to build the benchmark code through the
101101 :class:`gpu_burn_build` fixture.
102102
103- This benchmark does sets the
103+ This benchmark sets the
104104 :attr:`~reframe.core.pipeline.RegressionTest.num_gpus_per_node` test
105- attribute, if not already set, based on the number devices with ``type ==
106- 'gpu'`` defined in the corresponding partition configuration. Similarly,
107- this benchmark will use the ``arch`` device configuration attribute to set
108- the :attr:`gpu_arch` variable, if this is not already set by the user.
105+ attribute, if not already set, based on the number of devices with ``type
106+ == 'gpu'`` defined in the corresponding partition configuration.
107+ Similarly, this benchmark will use the ``arch`` device configuration
108+ attribute to set the :attr:`gpu_arch` variable, if this is not already set
109+ by the user.
109110
110111 .. list-table:: Summary
111112 :widths: 10 10 20 20 20 20
0 commit comments