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

bug: RuntimeError("GPU compute capability 8.0 (Ampere) or higher is required to use Kernl") #246

Closed
2 tasks done
Oxi84 opened this issue Jan 14, 2023 · 1 comment · Fixed by #251
Closed
2 tasks done
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@Oxi84
Copy link

Oxi84 commented Jan 14, 2023

Description

Thanks for the software. but you should mention in the description that it does not work on RTX 2xxx cards. This would save some time.

Most people do not have 3xxx cards, making this speedup not applicable to most GPUs. I tried with using my rtx 2080 and on runpod rtx 3070 where it cannot be installed and google colab that only gave me T4 card which is not Ampere.

Also what i have noticed is that cuda that comes with the install of the software, is around 2x slower on RTX 2080 that cuda 10.1 or 10.0 that I use.

Thanks.

Steps to reproduce

work

Expected Behavior

work

Actual Behavior

work

Your environment

  • Operating system and version (e.g. Ubuntu 20.04.2 LTS):
  • Python version (e.g. Python 3.8.10):
  • Python package manager (e.g. pip 21.1.2):
  • etc.

Self-service

  • I would be willing to help fix this bug myself.

Code of Conduct

  • I agree to follow this project's Code of Conduct
@jonathlela jonathlela self-assigned this Jan 17, 2023
@jonathlela jonathlela added the documentation Improvements or additions to documentation label Jan 17, 2023
@jonathlela
Copy link
Collaborator

Thank you for reporting this. Even though when loading the library we check that the GPU is compatible, we forgot to indicate it in the README.
However, we hope that in the next releases of triton we can have at least the compatibility with Turing GPUs.

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

Successfully merging a pull request may close this issue.

2 participants