forked from OSchip/llvm-project
[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:
parent
047f6d9915
commit
91f147792e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue