summaryrefslogtreecommitdiff
path: root/ot/gpu/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'ot/gpu/__init__.py')
-rw-r--r--ot/gpu/__init__.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/ot/gpu/__init__.py b/ot/gpu/__init__.py
index 1ab95bb..7478fb9 100644
--- a/ot/gpu/__init__.py
+++ b/ot/gpu/__init__.py
@@ -1,8 +1,9 @@
# -*- coding: utf-8 -*-
"""
+GPU implementation for several OT solvers and utility
+functions.
-This module provides GPU implementation for several OT solvers and utility
-functions. The GPU backend in handled by `cupy
+The GPU backend in handled by `cupy
<https://cupy.chainer.org/>`_.
.. warning::