fix output paths
add gemm test
This commit is contained in:
@@ -36,7 +36,7 @@ public:
|
||||
void allocateCore(Operation* op);
|
||||
|
||||
size_t getFirstAvailableAddress() const { return firstAvailableAddress; }
|
||||
MemEntry getMemEntry(Value value) const ;
|
||||
MemEntry getMemEntry(Value value) const;
|
||||
};
|
||||
|
||||
class PimAcceleratorMemory {
|
||||
|
||||
Reference in New Issue
Block a user