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

support amd/rocm #97

Open
ehartford opened this issue Mar 21, 2024 · 3 comments
Open

support amd/rocm #97

ehartford opened this issue Mar 21, 2024 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@ehartford
Copy link

when I run pip install megablocks I get this:

      clang: error: unsupported option '--ptxas-options=-v'
      clang: error: unsupported option '--generate-code=arch=compute_90,code=sm_90'
@tgale96
Copy link
Contributor

tgale96 commented Mar 22, 2024

Hi Eric, there are a few places where we still use CUDA kernels. They're not difficult to replace with Torch ops/Triton kernels, but I'm a bit buried in various other tasks currently so I haven't gotten around to it. Contributions are welcome if you have the bandwidth and I am happy to assist however I can!

@tgale96 tgale96 added enhancement New feature or request help wanted Extra attention is needed labels Mar 22, 2024
@ehartford
Copy link
Author

Fair; but beyond my skill level. I will ask my network and see if I can find any insight.

@Muennighoff
Copy link

Have you tried hipify (https://github.com/ROCm/HIPIFY) to port the cuda kernels?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants