Skip to content
Snippets Groups Projects
Commit 9f473a4f authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Remiving messages

parent 1731012c
No related branches found
No related tags found
No related merge requests found
Pipeline #1169 failed
......@@ -239,8 +239,6 @@ bool HeapMemory::resize(size_t sz)
void * HeapMemory::getDevicePointer()
{
std::cout << __FILE__ << ":" << __LINE__ << " Warning: you are trying to use this buffer on device (example GPU). The most probable cause to produce this message is that you are trying to offload a data-structure on device (example: GPU), but the data-structure is not supposed to work on device" << std::endl;
return dm;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment