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 a9ec7b0 commit f792109Copy full SHA for f792109
offload/plugins-nextgen/common/src/PluginInterface.cpp
@@ -1337,7 +1337,7 @@ Error PinnedAllocationMapTy::unlockUnmappedHostBuffer(void *HstPtr) {
1337
1338
Error GenericDeviceTy::synchronize(__tgt_async_info *AsyncInfo,
1339
bool ReleaseQueue) {
1340
- SmallVector<void *, 2> AllocsToDelete{};
+ SmallVector<void *> AllocsToDelete{};
1341
{
1342
std::lock_guard<std::mutex> AllocationGuard{AsyncInfo->Mutex};
1343
0 commit comments