Skip to content
Snippets Groups Projects
Commit e8ee2a8d authored by Pietro Incardona's avatar Pietro Incardona
Browse files
parents 25eb4656 9f473a4f
No related branches found
No related tags found
No related merge requests found
Pipeline #1529 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