Skip to content

Commit b41a8a7

Browse files
committed
remove missed reference to tensor in SyclTimer docstring
1 parent 4a19aa2 commit b41a8a7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dpctl/_sycl_timer.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,11 +254,9 @@ def dt(self):
254254
.. code-block:: python
255255
256256
import dpctl
257-
from dpctl import tensor
258257
259258
q = dpctl.SyclQueue(property="enable_profiling")
260259
261-
device = tensor.Device.create_device(q)
262260
timer = dpctl.SyclTimer()
263261
x = np.linspace(-4, 4, num=10**6, dtype="float32")
264262

0 commit comments

Comments
 (0)