louareg

Results 5 comments of louareg

calls to span_reader::get_ref and calls to span_reader::read raised SYSCALL: misaligned load. I replaced them by calls to read_unaligned. I can send you the files if you wish to see the...

Done. But so this only fixes the alignment issues for model loading. k210_runtime_module::visit(const kpu_conv2d_options &op) still raises "core dump: illegal instruction"

Sorry i was on holiday. Here it is. Let me know if you need the calibration dataset. [model.zip](https://github.com/kendryte/nncase/files/6998497/model.zip)

I dont see any method called interpreter::initialize. Maybe you mean interpreter::load_model or runtime_module::initialize ? And which buffer should be aligned ?

I checked that the buffer from interpreter::load_model is indeed aligned on a 256 boundary : ``` buffer's addr 0x801af800 ``` But that is not the problem. The actual problem occurs...