Example: add two matrices

This commit is contained in:
2023-12-24 11:27:32 +01:00
parent e49b667b8a
commit 329c0191cc
6 changed files with 65 additions and 62 deletions

View File

@@ -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,
})