-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
needs-triagePRs or issues that need to be investigated by maintainers to find the right assignees to address itPRs or issues that need to be investigated by maintainers to find the right assignees to address ittype: doc
Description
I've been using TVM for research and when I was installing, I ran into an issue with installation. Based on the installation docs for Install from Source, there should be a _ffi folder created during installation that would house the C++ bindings. However, upon further inspection, it seems that a _ffi folder doesn't exist in the current version of TVM. This then means that the current validation of
python -c "import tvm; print(tvm._ffi.base._LIB)"
is incorrect and misleading. I really do hope that the c++ wrappers and extensions are still part of this project. However, it seems an update to docs are heavily needed.
Metadata
Metadata
Assignees
Labels
needs-triagePRs or issues that need to be investigated by maintainers to find the right assignees to address itPRs or issues that need to be investigated by maintainers to find the right assignees to address ittype: doc