Commit ea0b571
committed
Improved on __repr__ of USM memory blobs
```
In [1]: import dpctl.memory as dpm
In [2]: dpm.MemoryUSMShared(64)
Out[2]: <SYCL(TM) USM-shared allocation of 64 bytes at 0x564eb7f30000>
```1 parent 46ece5e commit ea0b571
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
328 | | - | |
| 328 | + | |
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
| |||
0 commit comments