krishnaraj36 opened a new pull request, #13450:
URL: https://github.com/apache/tvm/pull/13450

   1. Added custom cost module to provide a provision to incorporate custom 
cost estimator python function instead using default cost function.
        eg: cost_estimator = 
CustomCostEstimator(py_fn_estimator="tvm.relay.collage.opencl_cost_estimator")
              mod = CollagePartition(config, cost_estimator=cost_estimator)(mod)
   2. Added provision to select BYOC fusion style for all compiler target.
        eg : config = { "relay.collage.byoc_fusion_style": 
["compiler.NoFusion", "compiler.TVMFusion"]}
               ctxt = tvm.transform.PassContext(config=config)


-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to