We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc20c0a commit 2c7ef94Copy full SHA for 2c7ef94
python/tvm/libinfo.py
@@ -66,6 +66,7 @@ def get_dll_directories():
66
67
# Pip lib directory
68
dll_path.append(ffi_dir)
69
+ dll_path.append(os.path.join(ffi_dir, "lib"))
70
# Default cmake build directory
71
dll_path.append(os.path.join(source_dir, "build"))
72
dll_path.append(os.path.join(source_dir, "build", "Release"))
0 commit comments