rockchip-linux / rknpu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rv1126输出零拷贝接口获取不到虚拟地址和物理地址

hellohellole opened this issue · comments

commented

rknn_tensor_mem out_mem[io_num.n_output];
ret = rknn_outputs_map(ctx, io_num.n_output, out_mem);
io_num.n_output是3,但是调用rknn_outputs_map后,只有out_mem[0]的虚拟地址和物理地址有效,out_mem[1]和out_mem[2]都无效