-
Notifications
You must be signed in to change notification settings - Fork 0
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
How to use this with SX-Aurora TSUBASA #1
Comments
Hey @yunkai1841, this project is a helper library for integration of the SX-Aurora into PyTorch for the NEC SOL compiler. Without SOL it's not really useful. If you still want to try, here an example: import torch
import veda.pytorch # loads the extension
A = torch.rand(1, 2, 3).ve()
B = torch.rand(1, 2, 3).ve()
C = A + B
print(C) |
As someone with one of these machines this seems... quite awkward. Is the only way to get Pytorch running on this device to get our sales rep to sign us up for the SOL closed beta? |
Dear @owainkenwayucl short answer: long answer: As said, if you are really interested, apply to the SOL4VE closed beta. There will also be a new release of SOL end of this month. But don't expect quantum leaps on hardware that is not specialized for AI. Best |
Is there any documentation or sample code?
The text was updated successfully, but these errors were encountered: