Skip to content

Commit 4af82b3

Browse files
louisevgeorgepaw
authored andcommitted
update tutorials links for release 2.2
Summary: update links to tutorials repo in preparation of SDK release. Links are the same for TF1 and TF2 version. Reviewers: alfiee, #documentation, #tensorflow, simonl, #framework_ip_review_-_any_oss_or_third-party_code_use_has_been_approved, georgep Reviewed By: #tensorflow, #framework_ip_review_-_any_oss_or_third-party_code_use_has_been_approved, georgep Maniphest Tasks: T43081 Differential Revision: https://phabricator.sourcevertex.net/D49381
1 parent f31b7ce commit 4af82b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tensorflow/compiler/plugin/poplar/docs/custom_codelet.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ C++ code compiled for, and executed on, the IPU.
5252
For more information about writing Poplar graph programs and codelets, refer to
5353
the `Poplar and PopLibs User Guide
5454
<https://docs.graphcore.ai/projects/poplar-user-guide/>`_ and the `Poplar
55-
tutorials <https://github.com/graphcore/tutorials/tree/sdk-release-2.1/tutorials/poplar>`_
55+
tutorials <https://github.com/graphcore/tutorials/tree/sdk-release-2.2/tutorials/poplar>`_
5656
on the Graphcore GitHub tutorials respository.
5757

5858
Your program must contain a function to build the graph, which will be called
@@ -450,10 +450,10 @@ sections. There are further examples in the Graphcore GitHub tutorials
450450
repository:
451451

452452
* `Custom op with gradient
453-
<https://github.com/graphcore/tutorials/tree/sdk-release-2.1/feature_examples/tensorflow/custom_gradient>`_
453+
<https://github.com/graphcore/tutorials/tree/sdk-release-2.2/feature_examples/tensorflow/custom_gradient>`_
454454

455455
* `Custom op with codelet for custom vertex code
456-
<https://github.com/graphcore/tutorials/tree/sdk-release-2.1/feature_examples/tensorflow/custom_op>`_
456+
<https://github.com/graphcore/tutorials/tree/sdk-release-2.2/feature_examples/tensorflow/custom_op>`_
457457

458458

459459
.. _inplace_operations:

0 commit comments

Comments
 (0)