1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-09 21:50:45 +01:00

Merge branch 'feature/gpt' of https://github.com/lehner/Grid into feature/gpt

This commit is contained in:
Christoph Lehner 2020-08-06 16:59:17 +02:00
commit 3b30b9f0c0

View File

@ -140,6 +140,7 @@ void MemoryManager::Init(void)
} }
void MemoryManager::InitMessage(void) { void MemoryManager::InitMessage(void) {
#ifndef GRID_UVM #ifndef GRID_UVM
std::cout << GridLogMessage << "MemoryManager Cache "<< MemoryManager::DeviceMaxBytes <<" bytes "<<std::endl; std::cout << GridLogMessage << "MemoryManager Cache "<< MemoryManager::DeviceMaxBytes <<" bytes "<<std::endl;
#endif #endif