You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am opening this issue to ask whether you think it is possible to port the code to the M1/2/3 GPUs. The hardware in our lab is not nvidia, and we would like to use the tool as well.
I would be able to do the porting myself, if some on the maintainers can offer me some guidance!
The text was updated successfully, but these errors were encountered:
Hi, thanks for your interest in SyMBac @henriquenunez! Apologies for the late reply!
I think this code can work on Apple Silicon. The only GPU operation which is used in the main code is CuPy's convolution function. Other GPU code is just PyTorch or Tensorflow, which I believe are gaining support already so that in theory should be covered.
So all we need to do is find a convolution function which can be called from Python and runs on Apple Silicon. Have you any experience utilising the Apple Silicon GPUs using any Python libraries? E.g I think one could leverage Tensorflow's convolution operations if you have managed to get that running before (https://developer.apple.com/metal/tensorflow-plugin/). I do not have access to any Apple Silicon to test this.
Hello,
First of all, amazing project!
I am opening this issue to ask whether you think it is possible to port the code to the M1/2/3 GPUs. The hardware in our lab is not nvidia, and we would like to use the tool as well.
I would be able to do the porting myself, if some on the maintainers can offer me some guidance!
The text was updated successfully, but these errors were encountered: