Skip to content

Commit 19edb47

Browse files
committed
small fix in optimisations.md slides
1 parent 1fd553f commit 19edb47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/06-optimisation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ The duration is `0.179 ms` and the effective bandwidth `697 GB/s`
490490
491491
- Specialised libraries are highly optimised
492492
- Especially dense linear algebra (hipBLAS/cuBLAS) and FFTs.
493-
- Host-Device vs Device-Compute Unit bandwidth difference is order of 2 magnitudes
493+
- Host-Device vs Device-Compute Unit bandwidth difference is 2 orders of magnitude
494494
- Keep data in registers
495495
- But there are a finite amount of registers!
496496
- Neighbouring threads access neighbouring memory locations

0 commit comments

Comments
 (0)