summaryrefslogtreecommitdiff
path: root/ot/gpu
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2018-10-03 08:27:36 +0200
committerRémi Flamary <remi.flamary@gmail.com>2018-10-03 08:27:36 +0200
commitb6977571c1788152b85b756f2a09b1f47b99aac5 (patch)
tree9785d5842d5127a5f445245b355e6f9d32133783 /ot/gpu
parent84022d1e07f3f4cd3e54ff406f46f3b5e2261bf2 (diff)
update releases.md
Diffstat (limited to 'ot/gpu')
-rw-r--r--ot/gpu/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ot/gpu/__init__.py b/ot/gpu/__init__.py
index 213578c..deda6b1 100644
--- a/ot/gpu/__init__.py
+++ b/ot/gpu/__init__.py
@@ -9,7 +9,7 @@ By default, the functions in this module accept and return numpy arrays
in order to proide drop-in replacement for the other POT function but
the transfer between CPU en GPU comes with a significant overhead.
-In order to get the best erformances, we recommend to given only cupy
+In order to get the best erformances, we recommend to give only cupy
arrays to the functions and desactivate the conversion to numpy of the
result of the function with parameter ``to_numpy=False``.