Skip to content

Commit

Permalink
It's gpu not cpu. (apache#4832)
Browse files Browse the repository at this point in the history
  • Loading branch information
clhne authored and zhiics committed Mar 2, 2020
1 parent 58ea0ad commit 14e6b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tvm/runtime/ndarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def cpu(dev_id=0):


def gpu(dev_id=0):
"""Construct a CPU device
"""Construct a GPU device
Parameters
----------
Expand Down

0 comments on commit 14e6b0b

Please sign in to comment.