First steps towards matrix multiplication
This commit is contained in:
@@ -64,8 +64,8 @@ impl Kernel {
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize)]
|
||||
pub struct PimConfig {
|
||||
pub bank_mode: BankMode,
|
||||
pub kernel: Kernel,
|
||||
pub bank_mode: Option<BankMode>,
|
||||
pub kernel: Option<Kernel>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Copy, Serialize, Deserialize)]
|
||||
|
||||
Reference in New Issue
Block a user