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 1eb05a1 commit 6baf698Copy full SHA for 6baf698
offload/include/OffloadPolicy.h
@@ -36,8 +36,6 @@ class OffloadPolicy {
36
Kind = MANDATORY;
37
return;
38
default:
39
- // User didn't specify a policy, decide
40
- // based on number of devices discovered
41
if (PM.getNumDevices()) {
42
DP("Default TARGET OFFLOAD policy is now mandatory "
43
"(devices were found)\n");
0 commit comments