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
We have a "conflicting" execution model now between CPU and GPU. GPU is applied lazily (i.e we construct a compute graph of all operations and then dispatch to the GPU, for CPU we apply as we build the graph).
Many operations not yet implemented.
Matmul optimizations required for performance to be acceptable. Candle did well here with some wasm128 magic.
The text was updated successfully, but these errors were encountered:
The Ratchet CPU backend is nearly here!
Some remaining work to be done:
wasm128
magic.The text was updated successfully, but these errors were encountered: