Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Correct typos in results page #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions results/results.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down