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 0f8a06c commit f07cb3fCopy full SHA for f07cb3f
flang-rt/lib/cuda/allocator.cpp
@@ -60,7 +60,6 @@ static void initAllocations() {
60
}
61
62
63
-// Double the size of the allocation array when size if
64
static void doubleAllocationArray() {
65
unsigned newSize = maxDeviceAllocations * 2;
66
DeviceAllocation *newArray = static_cast<DeviceAllocation *>(
0 commit comments