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.
2 parents 670b30f + 8262de6 commit fe2735aCopy full SHA for fe2735a
scripts/templates/ldrddi.cpp.mako
@@ -71,6 +71,9 @@ namespace ur_loader
71
break;
72
}
73
adapterIndex++;
74
+ if (adapterIndex == NumEntries) {
75
+ break;
76
+ }
77
78
79
source/loader/ur_ldrddi.cpp
@@ -65,6 +65,9 @@ __urdlllocal ur_result_t UR_APICALL urAdapterGet(
65
66
67
68
69
70
0 commit comments