Skip to content

Commit

Permalink
opencl ctx corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurawly committed Jan 25, 2019
1 parent cf53a1c commit c62c424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/nnvm/deploy_ssd.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#ctx = tvm.gpu(0)
# Use these commented settings to build for opencl.
#target = 'opencl'
#ctx = tvm.gpu(0)
#ctx = tvm.cl(0)
target = "llvm"
ctx = tvm.cpu()

Expand Down

0 comments on commit c62c424

Please sign in to comment.