-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[AUTOTVM] Misc bug fix #1467
Conversation
merrymercy
commented
Jul 21, 2018
•
edited
Loading
edited
- fix bugs on using history data in xgboost model
- fix bugs on tuning record
- add early stopping in tuner
- other
@eqy can you help review this? |
if not kwargs.get('use_ndk', False): | ||
file_name = "tmp_func_%0x.tar" % getrandbits(64) |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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"