eric-haibin-lin commented on a change in pull request #17138: Interleaved MHA for CPU path URL: https://github.com/apache/incubator-mxnet/pull/17138#discussion_r360718894
########## File path: src/operator/contrib/transformer.cc ########## @@ -122,6 +122,531 @@ static bool InterleavedMatMulEncDecValAttShape(const NodeAttrs& attrs, return true; } +void strided_batch_sgemm(bool transA, bool transB, Review comment: Is it better to move this function to the file with linalg prefix? ---------------------------------------------------------------- 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
