I fully thank the organizers for addressing our comments, but I still have a lot of confusion.
As an extension of #20 #28.
I would like to clarify the definition of 'incompatible granularity ' when grouping operations.
Suppose two operations in a subgraph produce output matrices of sizes 256x256 and 128x256, respectively. Can I use an execution granularity of 128x128 and simply mask/silently ignore the execution when the spatial grid exceeds the boundaries of the smaller matrix?
Additionally, is it allowed for a single subgraph to have multiple output operations of different types—specifically, one being a MatMul and the other a Pointwise operation?
I fully thank the organizers for addressing our comments, but I still have a lot of confusion.
As an extension of #20 #28.
I would like to clarify the definition of 'incompatible granularity ' when grouping operations.
Suppose two operations in a subgraph produce output matrices of sizes 256x256 and 128x256, respectively. Can I use an execution granularity of 128x128 and simply mask/silently ignore the execution when the spatial grid exceeds the boundaries of the smaller matrix?
Additionally, is it allowed for a single subgraph to have multiple output operations of different types—specifically, one being a MatMul and the other a Pointwise operation?