Skip to content

Commit 5fc413c

Browse files
cBoggeorgepaw
authored andcommitted
update tutorials links for 2.4 release (tf2)
Summary: updates for tf2 branch (they are slightly different so raising two diffs) (T51570) TF2.4 only Test Plan: NA Reviewers: #documentation, georgep, #tensorflow, #framework_ip_review_-_any_oss_or_third-party_code_use_has_been_approved Reviewed By: georgep, #tensorflow, #framework_ip_review_-_any_oss_or_third-party_code_use_has_been_approved Subscribers: louisev Maniphest Tasks: T51570 Differential Revision: https://phabricator.sourcevertex.net/D57094
1 parent 353c4f3 commit 5fc413c

File tree

3 files changed

+5
-5
lines changed

3 files changed

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

468468

469469
.. _inplace_operations:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Keras model creation is no different than what you would use if you were
66
training on other devices. To target the Poplar XLA device, Keras model creation
77
must be inside the ``strategy.scope`` of an ``IPUStrategy``.
88

9-
For a more practical walkthrough, see `this tutorial about using Keras on the IPU <https://github.com/graphcore/tutorials/tree/sdk-release-2.3/tutorials/tensorflow2/keras>`_
9+
For a more practical walkthrough, see `this tutorial about using Keras on the IPU <https://github.com/graphcore/tutorials/tree/sdk-release-2.4/tutorials/tensorflow2/keras>`_
1010
from the Graphcore tutorials repository.
1111

1212
Single IPU models

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.3/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.4/tutorials/tensorflow2/infeed_outfeed>`_.
102102

103103

104104
Accessing outfeed queue results during execution

0 commit comments

Comments
 (0)