Skip to content

Commit

Permalink
[TOPI] Update tophub according to the fix in schedule (opencl and roc…
Browse files Browse the repository at this point in the history
…m) (apache#3752)
  • Loading branch information
merrymercy authored and wweic committed Sep 6, 2019
1 parent c87ec1a commit 98d4a12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/tvm/autotvm/tophub.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
'llvm': "v0.03",

'cuda': "v0.05",
'rocm': "v0.02",
'opencl': "v0.02",
'rocm': "v0.03",
'opencl': "v0.03",
'mali': "v0.05",

'vta': "v0.06",
Expand Down

0 comments on commit 98d4a12

Please sign in to comment.