jmorrill edited a comment on issue #4968: [TOPI][CUDA] Teak CUDA injective 
scheduler
URL: https://github.com/apache/incubator-tvm/pull/4968#issuecomment-592771893
 
 
   > > type!
   > 
   > What is your test? I'll have a look. Thanks!
   
   On a 1080gtx (cuda 10.1)
   Using [this mxnet 
model](http://insightface.ai/files/models/arcface_r100_v1.zip)
   Using [this 
log](https://www.dropbox.com/s/o991q7r1hnuu9qw/resnet-arc-50-win.log?dl=0) from 
the latest autotvm.
   
   And a similar python script
   ```
       with autotvm.apply_history_best(log_file):
           with relay.build_config(opt_level=3):
               graph, lib, params = relay.build_module.build(
                   mod, target=target, params=params)
   ```
   
   
   
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to