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

some unitest failed #94

Closed
xue-yun-liang opened this issue Jul 3, 2024 · 6 comments
Closed

some unitest failed #94

xue-yun-liang opened this issue Jul 3, 2024 · 6 comments

Comments

@xue-yun-liang
Copy link

When I run all the unit tests and there are a lot of them failed, I want to know if this is a bug that hasn't been fixed yet?Frequently occurring errors like the following.
er
er2

@xue-yun-liang
Copy link
Author

env:
triton 2.3.1
pytorch 2.3.1

steps to reproduce:

  1. pip install .
  2. pytest tests/

@tongxin
Copy link
Contributor

tongxin commented Jul 3, 2024

Could you validate your test with Triton 2.2 as we are still working on supporting Triton 2.3.

@iclementine
Copy link
Collaborator

We use a custom decorator LibEntry to bypass the decorators of triton runtime (Autotuner, Heuristics, JITFunction) to directly go to the CompiledKernel. But triton 2.3 has change the interface of CompiledKernel in 2.3, so LibEntry currently works with Triton 2.2.

@StrongSpoon
Copy link
Collaborator

fixed in pr #89 and it's already merged.

@iclementine
Copy link
Collaborator

You can pull the latest codebase and test it again. Thanks

@xue-yun-liang
Copy link
Author

@iclementine thanks!

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

4 participants