Skip to content

Commit

Permalink
update doc for jittor support
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwwww committed Sep 5, 2022
1 parent cac604b commit cd70fc1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/guide/get_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ The following packages are required, and shall be automatically downloaded by ``
Install Other Backends
_________________________

Currently, we also support deep learning architectures ``pytorch`` and ``paddle`` which are GPU-friendly and deep learning-friendly.
The support of the following backends are also planned: ``tensorflow``, ``mindspore``, ``jittor``.
Currently, we also support deep learning architectures ``pytorch/paddle/jittor`` which are GPU-friendly and deep learning-friendly.
The support of the following backends are also planned: ``tensorflow``, ``mindspore``.

Please follow the install instructions on your backend.

Expand Down
10 changes: 5 additions & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@ Backends
By default the solvers are executed on the ``numpy`` backend, and the required packages will be automatically
downloaded.

For advanced and professional users, ``pytorch`` and ``paddle`` backends are also available if you have installed and configured
the corresponding runtime. The ``pytorch`` and ``paddle`` backends exploits the underlying GPU-acceleration feature, and also supports
For advanced and professional users, ``pytorch/paddle/jittor`` backends are also available if you have installed and configured
the corresponding runtime. The ``pytorch/paddle/jittor`` backends exploits the underlying GPU-acceleration feature, and also supports
integrating graph matching modules into your deep learning pipeline.

Features
----------

To highlight, **pygmtools** has the following features:

* *Support various backends*, including ``numpy`` which is universally accessible, and the state-of-the-art
deep learning architecture ``pytorch`` and ``paddle`` with GPU-support. The support of the following backends are also planned:
``tensorflow``, ``mindspore``, ``jittor``;
* *Support various backends*, including ``numpy`` which is universally accessible, and some state-of-the-art
deep learning architectures with GPU-support: ``pytorch/paddle/jittor``. The support of the following backends are also planned:
``tensorflow``, ``mindspore``;
* *Support various solvers*, including traditional combinatorial solvers and novel deep learning-based solvers;
* *Deep learning friendly*, the operations are designed to best preserve the gradient during computation and batched
operations support for the best performance.
Expand Down

0 comments on commit cd70fc1

Please sign in to comment.