Skip to content

Commit ac0300b

Browse files
Erik Newtongeorgepaw
authored andcommitted
Update links to tutorials repo for SDK 2.6 release [Cherry Pick for 2.6]
Test Plan: !docs-only Reviewers: #tensorflow, #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: T65151 Differential Revision: https://phabricator.sourcevertex.net/D71248
1 parent 8e3c8f3 commit ac0300b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.5/tutorials/poplar>`_
55+
tutorials <https://github.com/graphcore/tutorials/tree/sdk-release-2.6/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.5/feature_examples/tensorflow/custom_gradient>`_
463+
<https://github.com/graphcore/tutorials/tree/sdk-release-2.6/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.5/feature_examples/tensorflow/custom_op>`_
466+
<https://github.com/graphcore/tutorials/tree/sdk-release-2.6/feature_examples/tensorflow/custom_op>`_
467467

468468

469469
.. _inplace_operations:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ array and will contain `x1 - x2` for each iteration in the loop.
9898

9999
See entries in the :ref:`api-section` for more details.
100100

101-
For a more practical example, the Graphcore tutorials repository contains a `detailed tutorial about using infeeds and outfeeds with TensorFlow <https://github.com/graphcore/tutorials/tree/sdk-release-2.5/tutorials/tensorflow2/infeed_outfeed>`_.
101+
For a more practical example, the Graphcore tutorials repository contains a `detailed tutorial about using infeeds and outfeeds with TensorFlow <https://github.com/graphcore/tutorials/tree/sdk-release-2.6/tutorials/tensorflow2/infeed_outfeed>`_.
102102

103103

104104
.. _infeed-simplification:

0 commit comments

Comments
 (0)