We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef9b407 commit 71f9c64Copy full SHA for 71f9c64
1 file changed
layers/99_svmplusplus/emulate.cpp
@@ -276,6 +276,7 @@ struct SLayerContext
276
typeCapsPlatform.push_back(combinedCaps);
277
}
278
279
+ combinedCaps = 0;
280
for (auto device: devices) {
281
cl_svm_capabilities_khr caps = getFineGrainSVMCaps(device);
282
if (caps != 0) {
@@ -286,6 +287,7 @@ struct SLayerContext
286
287
288
289
290
291
292
cl_svm_capabilities_khr caps = getSystemSVMCaps(device);
293
0 commit comments