sxjscience commented on a change in pull request #16979: [Bugfix] [Numpy] Add
`kAddTo` and kNullOp to Transpose
URL: https://github.com/apache/incubator-mxnet/pull/16979#discussion_r354163425
##########
File path: src/operator/tensor/pseudo2DTranspose_op-inl.cuh
##########
@@ -39,22 +39,29 @@ namespace mxnet {
namespace op {
namespace cuda {
-
-template <typename DType, typename CType>
+/*!
+ * \brief The `transpose_pseudo2D` based on chosen vectorized types. It
transpose an array of
Review comment:
@ptrendx I've also added the doc here for the `transpose_pseudo2D`. Correct
me if you find any problem.
----------------------------------------------------------------
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