Skip to content

Commit 5a2fc7d

Browse files
louisevgeorgepaw
authored andcommitted
Update links to tutorials repo for release 2.3
Summary: links are the same for TF1 and TF2 doc, I will cherry-pick it to poplar/r2.4/release after it lands (unless the TF team prefers to do it themselves) Test Plan: NA Reviewers: #documentation, georgep, markf, #tensorflow, #framework_ip_review_-_any_oss_or_third-party_code_use_has_been_approved, hakons Reviewed By: #tensorflow, #framework_ip_review_-_any_oss_or_third-party_code_use_has_been_approved, hakons Maniphest Tasks: T46772 Differential Revision: https://phabricator.sourcevertex.net/D52784
1 parent 1517acf commit 5a2fc7d

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.2/tutorials/poplar>`_
55+
tutorials <https://github.com/graphcore/tutorials/tree/sdk-release-2.3/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
@@ -460,10 +460,10 @@ sections. There are further examples in the Graphcore GitHub tutorials
460460
repository:
461461

462462
* `Custom op with gradient
463-
<https://github.com/graphcore/tutorials/tree/sdk-release-2.2/feature_examples/tensorflow/custom_gradient>`_
463+
<https://github.com/graphcore/tutorials/tree/sdk-release-2.3/feature_examples/tensorflow/custom_gradient>`_
464464

465465
* `Custom op with codelet for custom vertex code
466-
<https://github.com/graphcore/tutorials/tree/sdk-release-2.2/feature_examples/tensorflow/custom_op>`_
466+
<https://github.com/graphcore/tutorials/tree/sdk-release-2.3/feature_examples/tensorflow/custom_op>`_
467467

468468

469469
.. _inplace_operations:

0 commit comments

Comments
 (0)