We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 819fe52 commit 85bfb35Copy full SHA for 85bfb35
help_function/src/c2s_device_info.cpp
@@ -43,8 +43,6 @@ int main() {
43
dev_info_output(device, "gpu device");
44
if(device.is_cpu())
45
dev_info_output(device, "cpu device");
46
- if(device.is_host())
47
- dev_info_output(device, "host device");
48
if(device.is_accelerator())
49
dev_info_output(device, "accelerator device");
50
help_function/src/dpct_device_info.cpp
0 commit comments