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 ae16ea1 commit ac8b222Copy full SHA for ac8b222
flang/runtime/CUDA/allocatable.cpp
@@ -38,7 +38,6 @@ int RTDEF(CUFAllocatableAllocate)(Descriptor &desc, bool hasStat,
38
if (stat == StatOk) {
39
void *deviceAddr{
40
RTNAME(CUFGetDeviceAddress)((void *)&desc, sourceFile, sourceLine)};
41
- printf("Addresses: host %p device %p", &desc, deviceAddr);
42
RTNAME(CUFDescriptorSync)
43
((Descriptor *)deviceAddr, &desc, sourceFile, sourceLine);
44
}
0 commit comments