fix memory allocation in pim codegen
fix crossbar allocation to only consider weights from vmm and mvm
This commit is contained in:
@@ -24,6 +24,7 @@ class PimMemory {
|
||||
size_t firstAvailableAddress = 0;
|
||||
|
||||
MemEntry* gatherMemEntry(mlir::Value value);
|
||||
void allocateGatheredMemory();
|
||||
void allocateMemoryForValue(mlir::Value value, MemEntry& memEntry);
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user