Skip to content

Commit

Permalink
Fix RFC2119 issue for Note
Browse files Browse the repository at this point in the history
Signed-off-by: Zoltan Kis <zoltan.kis@intel.com>
  • Loading branch information
zolkis committed Feb 6, 2025
1 parent f809576 commit 0550c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ In a situation when a GPU context executes a graph with a constant or an input i
When an {{MLContext}} is created with {{MLContextOptions}}, the user agent selects and creates the underlying execution device by taking into account these options, currently only the {{MLPowerPreference}} option.

<div class="note">
Depending on the underlying platform, the user agent may select different combinations of CPU, NPU and GPU devices.
Depending on the underlying platform, the user agent <span class=allow-2119>may</span> select different combinations of CPU, NPU and GPU devices.
</div>

For a history and rationale of this design, please see the <a href="https://github.com/webmachinelearning/webnn/blob/master/device-selection-explainer.md">device selection explainer</a>.
Expand Down

0 comments on commit 0550c98

Please sign in to comment.