提交 1f130da7 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Marked a NEWS item as known bug instead of bug fix

This follows comment by Pascal in code review.
上级 4dbac1e1
...@@ -21,8 +21,10 @@ Highlights: ...@@ -21,8 +21,10 @@ Highlights:
* Use GPU asynchronous functionality (Frederic B.) * Use GPU asynchronous functionality (Frederic B.)
* Better Windows support. * Better Windows support.
Known bug: Known bugs:
* A few crash cases that will be fixed by the final release. * A few crash cases that will be fixed by the final release.
* CAReduce with NaN in inputs do not return the correct output. (reported by Pascal L.)
* This is used in tensor.{all,any,max,mean,prod,sum} and in the grad of PermuteRowElements.
Bug fixes: Bug fixes:
* Outputs of Scan nodes could contain corrupted values: some parts of the * Outputs of Scan nodes could contain corrupted values: some parts of the
...@@ -46,8 +48,6 @@ Bug fixes: ...@@ -46,8 +48,6 @@ Bug fixes:
they were not supposed to share. (David W-F) they were not supposed to share. (David W-F)
* Correctly record the GPU device number used when we let the driver select it. * Correctly record the GPU device number used when we let the driver select it.
(Frederic B.) (Frederic B.)
* CAReduce with NaN in inputs did not return the good output. (Pascal L.)
* This is used in tensor.{all,any,max,mean,prod,sum} and in the grad of PermuteRowElements.
* The grad of TensorDot, was returning the wrong shape for some combination of axes. * The grad of TensorDot, was returning the wrong shape for some combination of axes.
We now raise NotImplementedError in those cases. (Frederic B.) We now raise NotImplementedError in those cases. (Frederic B.)
* conv2d with subsample >2 returned wrong values. (Pascal L.) * conv2d with subsample >2 returned wrong values. (Pascal L.)
......
...@@ -21,8 +21,10 @@ Highlights: ...@@ -21,8 +21,10 @@ Highlights:
* Use GPU asynchronous functionality (Frederic B.) * Use GPU asynchronous functionality (Frederic B.)
* Better Windows support. * Better Windows support.
Known bug: Known bugs:
* A few crash cases that will be fixed by the final release. * A few crash cases that will be fixed by the final release.
* CAReduce with NaN in inputs do not return the correct output. (reported by Pascal L.)
* This is used in tensor.{all,any,max,mean,prod,sum} and in the grad of PermuteRowElements.
Bug fixes: Bug fixes:
* Outputs of Scan nodes could contain corrupted values: some parts of the * Outputs of Scan nodes could contain corrupted values: some parts of the
...@@ -46,8 +48,6 @@ Bug fixes: ...@@ -46,8 +48,6 @@ Bug fixes:
they were not supposed to share. (David W-F) they were not supposed to share. (David W-F)
* Correctly record the GPU device number used when we let the driver select it. * Correctly record the GPU device number used when we let the driver select it.
(Frederic B.) (Frederic B.)
* CAReduce with NaN in inputs did not return the good output. (Pascal L.)
* This is used in tensor.{all,any,max,mean,prod,sum} and in the grad of PermuteRowElements.
* The grad of TensorDot, was returning the wrong shape for some combination of axes. * The grad of TensorDot, was returning the wrong shape for some combination of axes.
We now raise NotImplementedError in those cases. (Frederic B.) We now raise NotImplementedError in those cases. (Frederic B.)
* conv2d with subsample >2 returned wrong values. (Pascal L.) * conv2d with subsample >2 returned wrong values. (Pascal L.)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论