[Openmp-commits] [PATCH] D104003: [libomptarget][amdgpu] Remove stray fprintf in rtl.cpp
Pushpinder Singh via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Jun 9 18:57:48 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG91f147792e81: [libomptarget][amdgpu] Remove stray fprintf in rtl.cpp (authored by ronlieb, committed by pdhaliwal).
Herald added a project: OpenMP.
Herald added a subscriber: openmp-commits.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104003/new/
https://reviews.llvm.org/D104003
Files:
openmp/libomptarget/plugins/amdgpu/src/rtl.cpp
Index: openmp/libomptarget/plugins/amdgpu/src/rtl.cpp
===================================================================
--- openmp/libomptarget/plugins/amdgpu/src/rtl.cpp
+++ openmp/libomptarget/plugins/amdgpu/src/rtl.cpp
@@ -326,7 +326,6 @@
return err;
}
- fprintf(stderr, "Flags : %d\n", GlobalFlags);
if ((GlobalFlags & HSA_AMD_MEMORY_POOL_GLOBAL_FLAG_FINE_GRAINED) &&
(GlobalFlags & HSA_AMD_MEMORY_POOL_GLOBAL_FLAG_KERNARG_INIT)) {
size_t size = 0;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104003.351040.patch
Type: text/x-patch
Size: 481 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210610/7c21905e/attachment.bin>
More information about the Openmp-commits
mailing list