You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
20
21
21
### Fixed
22
22
23
+
* Resolved an issue with an incorrect result returned due to missing dependency from the strided kernel on a copy event in `dpnp.erf`[#2378](https://github.com/IntelPython/dpnp/pull/2378)
0 commit comments