icemelon9 commented on a change in pull request #5144: [Relay][VM] Memory
planner (part 1)
URL: https://github.com/apache/incubator-tvm/pull/5144#discussion_r406979426
##########
File path: include/tvm/relay/attrs/memory.h
##########
@@ -31,6 +31,20 @@
namespace tvm {
namespace relay {
+/*!
+ * \brief Options for allocating storage.
+ */
+struct AllocStorageAttrs : public tvm::AttrsNode<AllocStorageAttrs> {
+ DataType dtype;
Review comment:
Why do we need the dtype attr for alloc storage?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services