[libomptarget][amdgpu] Remove stray fprintf in rtl.cpp

remove unintended fprintf in rtl.cpp

Reviewed By: pdhaliwal

Differential Revision: https://reviews.llvm.org/D104003
This commit is contained in:
Ron Lieberman 2021-06-10 01:52:45 +00:00 committed by Pushpinder Singh
parent 047f6d9915
commit 91f147792e
1 changed files with 0 additions and 1 deletions

View File

@ -326,7 +326,6 @@ hsa_status_t addKernArgPool(hsa_amd_memory_pool_t MemoryPool, void *Data) {
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;