Compare commits

..

6 Commits

Author SHA1 Message Date
David Mak 1bffdc739e WIP - More constants 2024-08-13 18:01:13 +08:00
David Mak 31d9324ff6 WIP - Constants 2024-08-13 17:58:21 +08:00
David Mak 75ac769df4 WIP - Constants 2024-08-13 17:58:21 +08:00
David Mak 07faed6779 WIP 2024-08-13 17:58:21 +08:00
David Mak 3e666af206 WIP 2024-08-13 17:58:19 +08:00
David Mak 9f0df625da WIP 2024-08-13 17:58:10 +08:00
1 changed files with 2 additions and 3 deletions

View File

@ -431,10 +431,9 @@ fn gen_rpc_tag(
);
buffer.push(b'a');
buffer.push((ndarray_ndims & 0xFF) as u8);
buffer.push(1u8);
// buffer.push((ndarray_ndims & 0xFF) as u8);
gen_rpc_tag(ctx, ndarray_dtype, buffer)?;
println!("buffer: {buffer:#04X?}");
}
_ => return Err(format!("Unsupported type: {:?}", ctx.unifier.stringify(ty))),
}