Fix int32 range overflow by using int64 (#3870)
authorkice <wslikerqs@gmail.com>
Thu, 5 Sep 2019 23:21:54 +0000 (19:21 -0400)
committerTianqi Chen <tqchen@users.noreply.github.com>
Thu, 5 Sep 2019 23:21:54 +0000 (07:21 +0800)
commit98c9980500eaa05dc311a60c4bfa7471e10f405a
tree5af98d6b0926da9f7587dfcbbf800166069bb81b
parentca35277071f43b55987c820899cccd23105b181f
Fix int32 range overflow by using int64 (#3870)
python/tvm/autotvm/task/space.py