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. |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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
All reactions