summaryrefslogtreecommitdiff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorNathan Cassereau <84033440+ncassereau-idris@users.noreply.github.com>2022-03-02 11:35:47 +0100
committerGitHub <noreply@github.com>2022-03-02 11:35:47 +0100
commit9412f0ad1c0003e659b7d779bf8b6728e0e5e60f (patch)
tree452ac5ace351a295e8e5c36224b4f69b7153fed6 /RELEASES.md
parent17814726200b4010afbf52701e8bcb132d678502 (diff)
[MRG] Gromov_Wasserstein2 not performing backward properly on GPU (#352)
* Resolves gromov wasserstein backward bug * release file updated
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index c1068f3..18562e7 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -18,6 +18,9 @@
- Fix bug in instantiating an `autograd` function `ValFunction` (Issue #337,
PR #338)
- Fix POT ABI compatibility with old and new numpy (Issue #346, PR #349)
+- Fix bug where gromov_wasserstein2 does not perform backpropagation with CUDA
+ tensors (Issue #351, PR #352)
+
## 0.8.1.0
*December 2021*