Skip to content
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

lib_hierarchical_mm_float32_cuda.so #23

Open
WYL-Projects opened this issue Dec 8, 2022 · 1 comment
Open

lib_hierarchical_mm_float32_cuda.so #23

WYL-Projects opened this issue Dec 8, 2022 · 1 comment

Comments

@WYL-Projects
Copy link

Error when loading. so file,Check failed: (lib_handle_ != nullptr) is false: Failed to load dynamic shared library
image

@Zhazhan
Copy link

Zhazhan commented Feb 10, 2023

We used Ubuntu to generate the library function 'lib_hierarchical_mm_float32_cuda.so', so executing in Windows may cause problems. You can compile TVM on windows as described in the TVM documentation (https://tvm.apache.org/docs/install/from_source.html#building-on-windows) and then compile the library function. Note that this repo uses TVM 0.8.0.
If you feel too troubled to compile, as an alternative, you can find a compiled TVM docker image from https://tvm.apache.org/docs/install/docker.html#docker-source. Then delete files under 'pyraformer/lib' and run the code again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants