Skip to content

Commit ac8b222

Browse files
committed
Remove debug code
1 parent ae16ea1 commit ac8b222

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flang/runtime/CUDA/allocatable.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ int RTDEF(CUFAllocatableAllocate)(Descriptor &desc, bool hasStat,
3838
if (stat == StatOk) {
3939
void *deviceAddr{
4040
RTNAME(CUFGetDeviceAddress)((void *)&desc, sourceFile, sourceLine)};
41-
printf("Addresses: host %p device %p", &desc, deviceAddr);
4241
RTNAME(CUFDescriptorSync)
4342
((Descriptor *)deviceAddr, &desc, sourceFile, sourceLine);
4443
}

0 commit comments

Comments
 (0)