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
## Purpose ##
* Speed up tests by reducing device movement
## Background ##
As of #1263, the model is dispatched to different device maps depending
on which pipelines are used. If the model starts on anything but the
CPU, then these dispatches and undispatches create device movement.
Starting on the CPU will ensure no device movement occurs when offloaded
dispatches happen.
Signed-off-by: Kyle Sayers <kylesayrs@gmail.com>
Co-authored-by: Dipika Sikka <dipikasikka1@gmail.com>
0 commit comments