Skip to content

Commit

Permalink
update sdk delegate integration (#3246)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #3246

As title

Reviewed By: tarun292

Differential Revision: D56479387

fbshipit-source-id: c324d2b46dc7f849dfb42b3452c6a82f24aa9319
  • Loading branch information
cccclai authored and facebook-github-bot committed Apr 23, 2024
1 parent ee28868 commit cf487f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/sdk-delegate-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Delegate authors propagate what transformations occur in a lowered backend by re

For example:
- **{ 0: (10, 11), 1: (11, 12) }:** Identifiers 0 and 1 in the runtime correspond to operators with the debug handles (10, 11) and (11, 12) respectively.
- **{ “Fancy Fusion”: (11, 12, 15) }**: Identifier “Fancy Fusion” in the runtime corresponds to operators with debug handles (11, 12, 15).
- **{ “fused_op_1_2_3”: (11, 12, 15) }**: Identifier “fused_op_1_2_3” in the runtime corresponds to operators with debug handles (11, 12, 15), and 11, 12, 15 corresponds to the op 1, op 2 and op 3.

```{Note}
Identifiers are a means of connecting runtime results to the model graph; the interpretation of the identifiers is defined by the delegate author.
Expand Down

0 comments on commit cf487f1

Please sign in to comment.