cbalint13 commented on code in PR #17260:
URL: https://github.com/apache/tvm/pull/17260#discussion_r1721426719
##########
python/tvm/contrib/cc.py:
##########
@@ -173,8 +173,8 @@ def create_executable(output, objects, options=None,
cc=None, cwd=None, ccache_e
if _is_linux_like():
_linux_compile(output, objects, options, cc, cwd, ccache_env)
- elif _is_windows_like():
- _windows_compile(output, objects, options, cwd, ccache_env)
+ elif _is__like():
+ __compile(output, objects, options, cwd, ccache_env)
Review Comment:
Does changes to ```_wimdows_compile()``` still make sense since now it is
switched to ```_compile()``` ?
--
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]