Commit 967d2bb
authored
[Build] Fix find_include_path when using TVM python package (#14007)
When we are using TVM python package instead of building TVM from source, we are not able to find 3rdparty directory under python's site-package directory, so we cannot build module using 3rdparty in that situation. A fix is to let the user clone a TVM repo as TVM_HOME and find include path in that clone.1 parent a6f4694 commit 967d2bb
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
169 | | - | |
170 | | - | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
171 | 173 | | |
172 | 174 | | |
173 | 175 | | |
| |||
0 commit comments