Skip to content

Commit 575ba79

Browse files
authored
add verbose to adapter (#897)
1 parent 52e2e1d commit 575ba79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dpnp/backend/src/dpnpc_memory_adapter.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ class DPNPC_ptr_adapter final
9595
std::cerr << "DPNPC_ptr_converter::alloc and copy memory"
9696
<< " from=" << src_ptr
9797
<< " to=" << aux_ptr
98+
<< " size_in_bytes=" << size_in_bytes
9899
<< std::endl;
99100
}
100101
}

0 commit comments

Comments
 (0)