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
Fixed typo in the code for set_default_queue (#117)
* Fixed typo in the code for set_default_queue
Allowing both strings or enums as selectors for
backend and device.
* Fixed "variabel reference before assignment" in device_context manager
ctxt must be set outside of try/finally to be guaranteed avaialble
in the finally clause.
0 commit comments