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
Any plan for support of CPU backend, typically following the examples/relu terminology, I would like to have a relu-cpu and a backend= "cpu" in the build.toml.
So I can have relu.relu run on cpu tensors.
In case of relu for example the relu-cpu can just be sugar on top of F.relu.