Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AUTOTVM] Misc bug fix #1467

Merged
merged 3 commits into from
Jul 21, 2018
Merged

[AUTOTVM] Misc bug fix #1467

merged 3 commits into from
Jul 21, 2018

Conversation

merrymercy
Copy link
Member

@merrymercy merrymercy commented Jul 21, 2018

  • fix bugs on using history data in xgboost model
  • fix bugs on tuning record
  • add early stopping in tuner
  • other

@tqchen
Copy link
Member

tqchen commented Jul 21, 2018

@tqchen
Copy link
Member

tqchen commented Jul 21, 2018

@eqy can you help review this?

if not kwargs.get('use_ndk', False):
file_name = "tmp_func_%0x.tar" % getrandbits(64)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We no longer need the filename randomization that we had before? I wonder if this will still be useful if remote sessions are reused and overwritten files are not handled properly (e.g., Android).

@@ -1,5 +1,5 @@
"""
How to get high performance convolution kernel on NVIDIA GPU by auto-tuning
Tuning high performance convolution kernel on NVIDIA GPU
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can be reduced to just "Tuning High Performance Convolution on NVIDIA GPUs"

@tqchen tqchen merged commit a3096a8 into apache:master Jul 21, 2018
@merrymercy merrymercy deleted the autotvm-fix branch August 3, 2018 23:55
tqchen pushed a commit to tqchen/tvm that referenced this pull request Aug 4, 2018
sergei-mironov pushed a commit to sergei-mironov/tvm that referenced this pull request Aug 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants