Update README.md

This commit is contained in:
moebiusband73
2019-03-11 11:24:00 +01:00
committed by GitHub
parent 58834fd2da
commit c384273d4a

View File

@@ -3,7 +3,7 @@
This is a collection of simple streaming kernels for teaching purposes.
It is heavily inspired by John McCalpin's https://www.cs.virginia.edu/stream/.
It contains the following streaming kernels and the corrsponding data access pattern (Notation: S - store, L - load, WA - write allocate):
It contains the following streaming kernels with corresponding data access pattern (Notation: S - store, L - load, WA - write allocate):
* init: S1
* sum: L1