From c58452cf595db28a71740af13a83e1a71f461beb Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Wed, 18 Nov 2020 11:10:24 -0500 Subject: [PATCH] Correct typos in results page --- results/results.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/results/results.md b/results/results.md index e772761..9cfb7a4 100644 --- a/results/results.md +++ b/results/results.md @@ -62,8 +62,8 @@ ___ ### Blackscholes Blackschole is a nice benchmark for broadcasting performance. -It's a medium heavy calculation per array element, where the calculation is completely -independant from each other. +It's a medium heavy calculation per array element, where the calculations are completely +independent from each other. The CuArray package is a bit slower here compared to GPUArrays, which should be straightforward to fix. I suspect that it's due to more promotions between integer types in the indexing code.