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
Maybe also make Handle serialize differently based on the size of the tensor? For large tensors, it uses shared memory. For small ones it serializes them inline? Make Handle a variant so we can choose dynamically.
The text was updated successfully, but these errors were encountered:
This PR implements shared memory storage for tensors and updates the
allocation benchmark to measure performance.
See the included performance analysis in
`source/carton-runner-interface/benches` for more details.
cc #17
Maybe also make
Handle
serialize differently based on the size of the tensor? For large tensors, it uses shared memory. For small ones it serializes them inline? MakeHandle
a variant so we can choose dynamically.The text was updated successfully, but these errors were encountered: