Skip to content

Commit c3348b7

Browse files
Merge pull request #42 from chengweiv5/fix-typo-in-README
README: fix typo
2 parents 143289d + 18ff10a commit c3348b7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ Test10 [Memory stress test]
170170
First a kernel is launched to write a pattern.
171171
Then we exit the kernel so that the memory can be flushed. Then we start a new kernel to read
172172
and check if the value matches the pattern. An error is recorded if it does not match for each
173-
memory location. In the same kernel, the compliment of the pattern is written after the checking.
174-
The third kernel is launched to read the value again and checks against the compliment of the pattern.
173+
memory location. In the same kernel, the complement of the pattern is written after the checking.
174+
The third kernel is launched to read the value again and checks against the complement of the pattern.
175175

176176
### Detailed Description
177177

@@ -222,7 +222,7 @@ Test 7 `[Random number sequence]`
222222

223223
Test 8 `[Modulo 20, random pattern]`
224224
A random pattern is generated. This pattern is used to set every 20th memory location
225-
in memory. The rest of the memory location is set to the complimemnt of the pattern.
225+
in memory. The rest of the memory location is set to the complement of the pattern.
226226
Repeat this for 20 times and each time the memory location to set the pattern is shifted right.
227227

228228
Test 9 `[Bit fade test, 90 min, 2 patterns]`
@@ -235,7 +235,7 @@ Test 10 `[memory stress test]`
235235
Stress memory as much as we can. A random pattern is generated and a kernel of large grid size
236236
and block size is launched to set all memory to the pattern. A new read and write kernel is launched
237237
immediately after the previous write kernel to check if there is any errors in memory and set the
238-
memory to the compliment. This process is repeated for 1000 times for one pattern. The kernel is
238+
memory to the complement. This process is repeated for 1000 times for one pattern. The kernel is
239239
written as to achieve the maximum bandwidth between the global memory and GPU.
240240
This will increase the chance of catching software error. In practice, we found this test quite useful
241241
to flush hardware errors as well.

0 commit comments

Comments
 (0)