-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apache-tvm pip package doesn't support Hexagon Launcher #134
Comments
I guess the fix for this is in TVM, similar to what we do with other support files directories? https://github.com/apache/tvm/blob/a1c371f46cf77dcdffa6f0ab55f5036bff1c5624/python/setup.py#L73-L78 |
@leandron that's one aspect of the problem, the other thing is that Hexagon is not enabled by default. I don't know how we are going to release package with support for other hardware. The same question exists for microTVM but I think enabling microTVM by default is not that hard |
I see. Just to clarify, this is what is currently enabled in the tlcpack/wheel/build_wheel_manylinux.sh Lines 92 to 109 in 682497b
|
@leandron that's good to know! If we can fix this issue then we can enable hexagon in the pip package. |
I was trying to use hexagon launcher from the apache-tvm pip package and I got this error:
I think the reason is that for hexagon we are building hexaong_api which generates some files in
HEXAGON_RPC_LIB_DIR
direcotory, but they are not included in this build.cc @areusch
The text was updated successfully, but these errors were encountered: