You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I come up with several questions, and thanks for your kind comments in advance.
The questions are shown below,
Does nnfusion support partitioning a convolution layer (operator), e.g., a 2D convolution frequently used in CNN?
If multiple continuous layers are partitioned, e.g., multiple continuous convolution layers, how does nnfusion handle the computation dependency between partitioned blocks across different layers?
How does nnfusion synchronize the computation of partitioned blocks?
Best regards,
Chen
The text was updated successfully, but these errors were encountered:
Hi all,
I come up with several questions, and thanks for your kind comments in advance.
The questions are shown below,
nnfusion
support partitioning a convolution layer (operator), e.g., a 2D convolution frequently used in CNN?nnfusion
handle the computation dependency between partitioned blocks across different layers?nnfusion
synchronize the computation of partitioned blocks?Best regards,
Chen
The text was updated successfully, but these errors were encountered: