Example: add two matrices
This commit is contained in:
@@ -28,7 +28,7 @@ impl PimState {
|
||||
}
|
||||
|
||||
self.writer.write(
|
||||
serde_json_core::to_string::<PimConfig, 1024>(&PimConfig {
|
||||
serde_json_core::to_string::<PimConfig, 2048>(&PimConfig {
|
||||
kernel: self.kernel.clone(),
|
||||
bank_mode,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user