Skip to content

Commit da90ebd

Browse files
Merge pull request #626 from IntelPython/fix-test-device-factory
dpctl.device_type.host_device -> dpctl.device_type.host
1 parent 49ded41 commit da90ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/tests/test_sycl_device_factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def string_to_device_type(dty_str):
5656
elif dty_str == "cpu":
5757
return dty.cpu
5858
elif dty_str == "host":
59-
return dty.host_device
59+
return dty.host
6060
elif dty_str == "gpu":
6161
return dty.gpu
6262

0 commit comments

Comments
 (0)