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

When will the amd gpu version for mac be released? #77833

Closed
Yuri-Su opened this issue May 19, 2022 · 4 comments
Closed

When will the amd gpu version for mac be released? #77833

Yuri-Su opened this issue May 19, 2022 · 4 comments
Labels
module: binaries Anything related to official binaries that we release to users module: macos Mac OS related issues module: mps Related to Apple Metal Performance Shaders framework triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module

Comments

@Yuri-Su
Copy link

Yuri-Su commented May 19, 2022

🚀 The feature, motivation and pitch

I read the good news that pytorch already supports GPU acceleration with Apple silicon, but will AMD GPU support come soon?

Alternatives

No response

Additional context

No response

cc @ezyang @seemethere @malfet @albanD

@tcapelle
Copy link

I really really don't think so, as apple is getting rid of AMD gpus in their systems,

@albanD
Copy link
Collaborator

albanD commented May 19, 2022

Hi,

This is already working if you're compiling from source.
The binaries are a bit more tricky as there are a lot of older x86 macos versions. This is being worked on at #77662 if you want to follow when the binaries will be available on nightly.

@albanD albanD added module: binaries Anything related to official binaries that we release to users triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module module: macos Mac OS related issues module: mps Related to Apple Metal Performance Shaders framework labels May 19, 2022
@Yuri-Su
Copy link
Author

Yuri-Su commented May 25, 2022

Hi,

This is already working if you're compiling from source. The binaries are a bit more tricky as there are a lot of older x86 macos versions. This is being worked on at #77662 if you want to follow when the binaries will be available on nightly.

Is the latest 1.13 AMD GPU version available?

@malfet
Copy link
Contributor

malfet commented May 25, 2022

PyTorch nightly builds for both Intel and M1 starting with May 23rd should include mps support:

% arch; python -c "import torch;print(torch.__version__, torch.rand(3, 3, device='mps'))"
i386
1.13.0.dev20220524 tensor([[0.5542, 0.5423, 0.7949],
        [0.1751, 0.5634, 0.8227],
        [0.0730, 0.6094, 0.9997]], device='mps:0')

@malfet malfet closed this as completed May 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module: binaries Anything related to official binaries that we release to users module: macos Mac OS related issues module: mps Related to Apple Metal Performance Shaders framework triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Projects
None yet
Development

No branches or pull requests

4 participants