Skip to content

Commit 655c935

Browse files
committed
Delete debugging cout
1 parent b7308aa commit 655c935

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sycl/source/detail/memory_manager.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,6 @@ MemoryManager::allocateBufferObject(ContextImplPtr TargetContext, void *UserPtr,
362362

363363
RT::PiMem NewMem = nullptr;
364364
const detail::plugin &Plugin = TargetContext->getPlugin();
365-
std::cout << "Allocate" << std::endl;
366365
if (PropsList.has_property<property::buffer::detail::buffer_location>()) {
367366
auto location = PropsList.get_property<property::buffer::detail::buffer_location>().get_buffer_location();
368367
pi_mem_properties props[3] = {PI_MEM_PROPERTIES_ALLOC_BUFFER_LOCATION, location, 0};

0 commit comments

Comments
 (0)