Skip to content

Commit

Permalink
It's gpu not cpu. (#4832)
Browse files Browse the repository at this point in the history
  • Loading branch information
clhne authored Feb 6, 2020
1 parent 2bd2f99 commit 62543d4
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 62543d4

Please sign in to comment.