Skip to content

Commit e9b0081

Browse files
jayniep-gcgeorgepaw
authored andcommitted
Custom_codelet.rst: Fixing TF user guide links to conform to new Poplar API structure
Summary: Applies to TF1 and TF2. The new structure for the Poplar API doc uses individual html files for each header file. The existing links have to be updated. Reviewers: #tensorflow, #framework_ip_review_-_any_oss_or_third-party_code_use_has_been_approved, jamiep, markf Reviewed By: #tensorflow, #framework_ip_review_-_any_oss_or_third-party_code_use_has_been_approved, markf Subscribers: markf Maniphest Tasks: T47189 Differential Revision: https://phabricator.sourcevertex.net/D53029
1 parent f2fb0fa commit e9b0081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ allocate the tensors with linear mapping.
416416
You can override this behaviour by defining a function that allocates
417417
tensors in a way that is most efficient for your operation.
418418
See the section on variable mapping in the `Poplar and PopLibs API Reference
419-
<https://docs.graphcore.ai/projects/poplar-api/page/poplar_api.html#poplar-variablemappingmethod-hpp>`_
419+
<https://docs.graphcore.ai/projects/poplar-api/page/poplar_api/poplar/graph/VariableMappingMethod.html>`_
420420
for moe information.
421421

422422
To do this, define a function with the suffix ``_allocator`` with the following

0 commit comments

Comments
 (0)