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
1. Removed dpctl.memory
2. Exposed MemoryUSMShared, MemoryUSMDevice, MemoryUSMHost to dpctl
3. When dpctl is cimported MemoryUSMShared, MemoryUSMHost, MemoryUSMDevice
and Memory classes are exposed.
We currently need to do
import dpctl._memory
. Instead we should be able to directly access_memory
members by importingdpctl
.The text was updated successfully, but these errors were encountered: