cbswj opened a new pull request #8103:
URL: https://github.com/apache/tvm/pull/8103


   issue link : https://github.com/apache/tvm/issues/8067
   
   
   It is a problem when using RPC session to connect Raspberry Pi and GPU 
server to proceed autoTVM.
   
   There was a problem with tuning on autoTVM.
   
   As in the tutorial example, creating xgbtuner causes problems.
   
   I looked up tvm-API to solve the problem and found this sentence.
   ‘For cross-device or cross-operator tuning, you can use ‘curve’ only.’
   
   However, the tutorial creates an xgbtuner that does not have a curve option.
   
   In addition, the tutorial doesn't even have code to create xgbtuner with 
curve options.
   
   Although it is an autoTVM tutorial for ARM CPU using RPC session, it seems 
strange that there is no curve option when creating xgbtuner.
   
   So I made all the feature_type options available by xgbtuner and 
experimented.
   Of the 3 options knob, itervar, and curve, only knob option does not fail 
and works well!
   
   Question
   The API says to use the curve option when using xgb, but in reality, it is 
strange that the knob option, not the curve option, works!
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to