Commit f0aa21d
authored
Add a missing event dependency for the strided kernel of erf (#2378)
The PR proposes to resolve a sporadic failure due to mismatch with the
expected data in `test_strides.py::test_erf`.
The issue looks caused by missing dependency from strided erf kernel on
a copy event (produced by copy kernel to transfer the strides of input
array from host to device memory).1 parent 74b5e54 commit f0aa21d
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| 151 | + | |
151 | 152 | | |
152 | 153 | | |
153 | 154 | | |
| |||
0 commit comments