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

undefined symbol: compress2 #79

Closed
yinanhe opened this issue Mar 23, 2021 · 4 comments
Closed

undefined symbol: compress2 #79

yinanhe opened this issue Mar 23, 2021 · 4 comments

Comments

@yinanhe
Copy link

yinanhe commented Mar 23, 2021

I installed the triton by pip install triton==0.2.3; but when I run the code
it return Import Error :
triton/_C/libtriton.so: undefined symbol: compress2

I have libz.so.1 in /usr/lib64 and /usr/lib64 in my $LD_LIBRARY_PATH.

@ptillet
Copy link
Collaborator

ptillet commented Mar 23, 2021

Triton <1 is very old and not really supported anymore. I am working with deepspeed to get it to work with the incoming release.

Can you try pip install -U --pre triton to see if it works with the new tutorials?

@yinanhe
Copy link
Author

yinanhe commented Mar 23, 2021

After use pip install -U --pre triton it works. But not work with DeepSpeed.

@ptillet
Copy link
Collaborator

ptillet commented Mar 23, 2021

Yes, I am in the process of getting DeepSpeed to work with Triton v1. There has been a few breaking API changes.

@yinanhe
Copy link
Author

yinanhe commented Mar 25, 2021

Thanks for reply. I install triton 0.2.3 by llvm10 successfully. Looking forward your new Deepspeed, thank!

@yinanhe yinanhe closed this as completed Mar 25, 2021
ptillet pushed a commit that referenced this issue Sep 12, 2022
* [TritonIR] fix Load/Store/CopyAsyncOp's parsers

* [TritonIR] simplify Load/StoreOps when mask is true/false

* [TEST] adds tests to check load/store simplification
dfukalov pushed a commit to dfukalov/triton that referenced this issue Jan 23, 2023
[Test] Enable triton-translate build.
ptillet pushed a commit that referenced this issue Apr 1, 2024
* [TritonIR] fix Load/Store/CopyAsyncOp's parsers

* [TritonIR] simplify Load/StoreOps when mask is true/false

* [TEST] adds tests to check load/store simplification
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