mirror of
https://github.com/paboyle/Grid.git
synced 2025-12-17 03:04:41 +00:00
CCommpile updates
This commit is contained in:
@@ -75,7 +75,7 @@ void MemoryManager::EntryErase(uint64_t CpuPtr)
|
||||
void MemoryManager::LRUinsert(AcceleratorViewEntry &AccCache)
|
||||
{
|
||||
assert(AccCache.LRU_valid==0);
|
||||
if (AccCache.Transient) {
|
||||
if (AccCache.transient) {
|
||||
LRU.push_back(AccCache.CpuPtr);
|
||||
AccCache.LRU_entry = LRU.end();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user