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 developing an EP to offload Matmul operator to a custom backend device. As a part of the development I have created a dummy Matmul operator and registered it using KernelRegistry. When I try to test this Matmul operator with op_tester in the unit test suite, it defaults to CPU EP. Am I missing something w.r.to attaching the EP to the session?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I am developing an EP to offload Matmul operator to a custom backend device. As a part of the development I have created a dummy Matmul operator and registered it using KernelRegistry. When I try to test this Matmul operator with op_tester in the unit test suite, it defaults to CPU EP. Am I missing something w.r.to attaching the EP to the session?
-Y
Beta Was this translation helpful? Give feedback.
All reactions