@@ -170,8 +170,8 @@ Test10 [Memory stress test]
170170First a kernel is launched to write a pattern.
171171Then we exit the kernel so that the memory can be flushed. Then we start a new kernel to read
172172and 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
223223Test 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
228228Test 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