-
Notifications
You must be signed in to change notification settings - Fork 0
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
How to run outside of Docker? #12
Comments
Hi! Sorry for the late reply. Here are software dependencies:
when building LLVM, please make sure to enable projects clang, lld and mlir. Assume the LLVM project path is
Please export the corresponding environment variables for cmake, eigen and LLVM tools.
After finishing the installation, build the UniSparse project and add the environment variables. Assume the UniSparse project path is
Let's use the CSR SpMM example to show how to run an example test case. Go to
Be sure to export the $TENSOR0 environment variable to be the path of the sparse matrix under test. Here we can use a simple matrix under
And it will print out the output result of SpMM. Hope it helps, and please let me know if you have any issues! |
Hello! I really think your work is excellent, but I have a question to ask: Since I would like to integrate your work into another sparse solver, such as Petsc, could you please provide information on the software dependencies required and offer an example code for that integration?
The text was updated successfully, but these errors were encountered: