Skip to content

Commit

Permalink
[checkpoint] lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mbs-octoml committed Dec 16, 2021
1 parent 77c6cb3 commit 07eb43c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/tvm/relay/transform/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -1168,8 +1168,8 @@ def PlanDevices(config):
every Relay sub-expression should run and the result stored. Captures the result of that
analysis using new "on_device" and "device_copy" calls. Sub-expressions which are
not otherwise constrained are assigned to the default primitive virtual device describe by
config. However data and computations which must be hosted on a CPU (such as shapes and shape functions)
use the host virtual device of the config.
config. However data and computations which must be hosted on a CPU (such as shapes and
shape functions) use the host virtual device of the config.
Parameters
----------
Expand Down

0 comments on commit 07eb43c

Please sign in to comment.