Replies: 1 comment 5 replies
-
Not sure, what kind of hardware is that? If Pytorch supports it, or you have an extension to make a pytorch device of it, then it should be fine. You can also try to compile a model to a low level language that is compatible with it using torch.compile. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I was wondering if there is support for HIP architecture in existence or on the horizon?
If not, would the conversion be relatively straightforward, or does the code use CUDA primitives?
Thanks,
Ben
Beta Was this translation helpful? Give feedback.
All reactions