-
Notifications
You must be signed in to change notification settings - Fork 322
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
Use Metal Performance Shaders when training SDV synthesizers on Apple Silicon machines #1966
Comments
Hi there @liuup 👋 This is a neat idea and I'll leave this open as a feature request! We are a small team so we appreciate your patience as we triage the different requests. We will typically prioritize based on demand and importance to your use case. To help us prioritize this one, it would be great it if you could describe more about your project. Which synthesizer you're using, what you plan to do with the synthetic data, etc. 🙏 |
Good morning srinify, |
@TiStef I added a pull request for CTGAN with Apple Metal support here: sdv-dev/CTGAN#425 |
Hi, I think this is helpful for this repo, I hope the code could be checked by maintainers and merged into main branch! Thanks for your contribution! |
Problem Description
I have saw the CUDA support in SDV, but it only works on Nvidia GPU. Mac with Apple Silicon now have MPS backend to accelerate the computing process. Could SDV R&D team consider to add the support of MPS?
Some offical docs may help:
Apple: https://developer.apple.com/metal/pytorch/
PyTorch: https://pytorch.org/docs/master/notes/mps.html
The text was updated successfully, but these errors were encountered: