Fix unwanted cache evictions during PIM operation
This commit is contained in:
@@ -100,3 +100,60 @@ pub const TEST_KERNEL: Kernel = Kernel([
|
||||
Instruction::NOP,
|
||||
Instruction::NOP,
|
||||
]);
|
||||
|
||||
// pub const TEST_KERNEL: Kernel = Kernel([
|
||||
// Instruction::MOV {
|
||||
// src: File::Bank,
|
||||
// dst: File::GrfA { index: 0 },
|
||||
// },
|
||||
// Instruction::MOV {
|
||||
// src: File::Bank,
|
||||
// dst: File::GrfA { index: 1 },
|
||||
// },
|
||||
// Instruction::ADD {
|
||||
// src0: File::Bank,
|
||||
// src1: File::GrfA { index: 0 },
|
||||
// dst: File::GrfA { index: 0 },
|
||||
// aam: false,
|
||||
// },
|
||||
// Instruction::ADD {
|
||||
// src0: File::Bank,
|
||||
// src1: File::GrfA { index: 1 },
|
||||
// dst: File::GrfA { index: 1 },
|
||||
// aam: false,
|
||||
// },
|
||||
// Instruction::FILL {
|
||||
// src: File::GrfA { index: 0 },
|
||||
// dst: File::Bank,
|
||||
// },
|
||||
// Instruction::FILL {
|
||||
// src: File::GrfA { index: 1 },
|
||||
// dst: File::Bank,
|
||||
// },
|
||||
// Instruction::EXIT,
|
||||
// Instruction::NOP,
|
||||
// Instruction::NOP,
|
||||
// Instruction::NOP,
|
||||
// Instruction::NOP,
|
||||
// Instruction::NOP,
|
||||
// Instruction::NOP,
|
||||
// Instruction::NOP,
|
||||
// Instruction::NOP,
|
||||
// Instruction::NOP,
|
||||
// Instruction::NOP,
|
||||
// Instruction::NOP,
|
||||
// Instruction::NOP,
|
||||
// Instruction::NOP,
|
||||
// Instruction::NOP,
|
||||
// Instruction::NOP,
|
||||
// Instruction::NOP,
|
||||
// Instruction::NOP,
|
||||
// Instruction::NOP,
|
||||
// Instruction::NOP,
|
||||
// Instruction::NOP,
|
||||
// Instruction::NOP,
|
||||
// Instruction::NOP,
|
||||
// Instruction::NOP,
|
||||
// Instruction::NOP,
|
||||
// Instruction::NOP,
|
||||
// ]);
|
||||
|
||||
Reference in New Issue
Block a user