From 65da70e93ee79cbbf0d360f07b37c908aaa78709 Mon Sep 17 00:00:00 2001 From: Branislav Jansik <branislav.jansik@vsb.cz> Date: Wed, 1 Feb 2023 11:00:32 +0100 Subject: [PATCH] Update energy.md --- docs.it4i/general/energy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.it4i/general/energy.md b/docs.it4i/general/energy.md index 054c083e9..c42760f80 100644 --- a/docs.it4i/general/energy.md +++ b/docs.it4i/general/energy.md @@ -23,7 +23,7 @@ The [arithmetic intensity][2] is a measure of floating-point operations (FLOPs) In general, the processor frequency capping has low performance impact for memory bound computations with intensity below the [ridge point][2]. For CPU bound computations with intensity above the [ridge point][2], the impact is directly proportional to the frequency reduction. -On Karolina, relative time increase factor **up to 1.3** is observed for intensive workloads on CPU, **up to 1.1** on GPU. **No slowdown** is observed for memory bound workloads. +On Karolina, relative time increase factor **up to 1.16** is observed for arithmeticaly intensive workloads on CPU and **up to 1.1** on GPU. **No slowdown** is observed for memory bound workloads. ### Energy Saved -- GitLab