tqchen commented on issue #9880: TVM bridge support to JIT NDArray Function by 
TVM
URL: https://github.com/apache/incubator-mxnet/pull/9880#issuecomment-368341278
 
 
   Just to be clear, it is the way TVM bridge works that starts this special 
situation. This PR requires joint changes in both repo, and the feature won't 
be available until changes in TVM and MXNet are both made. 
   
   Unlike mkldnn, the user do not have to switch on USE_TVM as hard dependency, 
but can directly use this feature when both TVM and MXNet are available. When 
user do not have TVM, this won't affect user at all(unlike in cases like 
mkldnn, which requires user to install mkldnn by default)
   
   I can add a minimum MXNet side of testcase that verifies the bridge function 
exist. A more thourough test, however, would require bring TVM's build to 
MXNet's CI, which is a decision that I think need more discussions.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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