d-smirnov commented on code in PR #10189:
URL: https://github.com/apache/tvm/pull/10189#discussion_r897864880
##########
src/target/llvm/codegen_cpu.cc:
##########
@@ -1104,8 +1103,14 @@ class MetadataSerializerLLVM : public AttrVisitor {
llvm::ConstantInt::get(llvm_types_->t_uint8, value->lanes(), false /*
isSigned */)}));
}
+ // Serialiding NDArray as tuple of len, data
Review Comment:
fixed
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]