You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/03/16 18:34:55 UTC

[GitHub] [incubator-mxnet] D-Roberts opened a new pull request #17851: [WIP] [Numpy] np.linalg.qr forward implementation

D-Roberts opened a new pull request #17851: [WIP] [Numpy] np.linalg.qr forward implementation
URL: https://github.com/apache/incubator-mxnet/pull/17851
 
 
   Implement Numpy's qr decomposition. Only forward method for now. For all input shapes (M, N).
   
   Implements the default mode of original Numpy's qr, where Q(M,K) and R(K,N) are returned, with K=min(M,N).
   
   TODO:
   - pass CI 
   - ffi
   
   ## Checklist ##
   - [ ] Changes are complete (i.e. I finished coding on this PR)
   - [ ] All changes have test coverage
   - [ ] Code is well-documented
   - [ ] To the best of my knowledge, examples are either not affected by this change, or have been fixed to be compatible with this change
   
   ### Changes ###
   - Add QR forward implementation
   - Add test
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] D-Roberts commented on issue #17851: [Numpy] np.linalg.qr forward implementation

Posted by GitBox <gi...@apache.org>.
D-Roberts commented on issue #17851: [Numpy] np.linalg.qr forward implementation
URL: https://github.com/apache/incubator-mxnet/pull/17851#issuecomment-611059075
 
 
   @mxnet-bot run ci [unix-gpu, centos-gpu]

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] D-Roberts commented on issue #17851: [Numpy] np.linalg.qr forward implementation

Posted by GitBox <gi...@apache.org>.
D-Roberts commented on issue #17851: [Numpy] np.linalg.qr forward implementation
URL: https://github.com/apache/incubator-mxnet/pull/17851#issuecomment-607953603
 
 
   @mxnet-bot run ci [centos-gpu]

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] D-Roberts commented on issue #17851: [Numpy] np.linalg.qr forward implementation

Posted by GitBox <gi...@apache.org>.
D-Roberts commented on issue #17851: [Numpy] np.linalg.qr forward implementation
URL: https://github.com/apache/incubator-mxnet/pull/17851#issuecomment-605435306
 
 
    @mxnet-bot run ci [unix-gpu, edge, windows-gpu, windows-cpu]

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17851: [Numpy] np.linalg.qr forward implementation

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on issue #17851: [Numpy] np.linalg.qr forward implementation
URL: https://github.com/apache/incubator-mxnet/pull/17851#issuecomment-610648212
 
 
   Jenkins CI successfully triggered : [unix-gpu]

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] D-Roberts removed a comment on issue #17851: [WIP] [Numpy] np.linalg.qr forward implementation

Posted by GitBox <gi...@apache.org>.
D-Roberts removed a comment on issue #17851: [WIP] [Numpy] np.linalg.qr forward implementation
URL: https://github.com/apache/incubator-mxnet/pull/17851#issuecomment-603484610
 
 
   @mxnet-bot run ci [unix-cpu]

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17851: [Numpy] np.linalg.qr forward implementation

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on issue #17851: [Numpy] np.linalg.qr forward implementation
URL: https://github.com/apache/incubator-mxnet/pull/17851#issuecomment-607953679
 
 
   Jenkins CI successfully triggered : [centos-gpu]

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17851: [Numpy] np.linalg.qr forward implementation

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on issue #17851: [Numpy] np.linalg.qr forward implementation
URL: https://github.com/apache/incubator-mxnet/pull/17851#issuecomment-605999726
 
 
   Jenkins CI successfully triggered : [windows-gpu, windows-cpu]

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] D-Roberts commented on issue #17851: [Numpy] np.linalg.qr forward implementation

Posted by GitBox <gi...@apache.org>.
D-Roberts commented on issue #17851: [Numpy] np.linalg.qr forward implementation
URL: https://github.com/apache/incubator-mxnet/pull/17851#issuecomment-611511410
 
 
   @mxnet-bot run ci [centos-cpu, unix-gpu, centos-gpu, windows-gpu]

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17851: [Numpy] np.linalg.qr forward implementation

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on issue #17851: [Numpy] np.linalg.qr forward implementation
URL: https://github.com/apache/incubator-mxnet/pull/17851#issuecomment-609476498
 
 
   Jenkins CI successfully triggered : [unix-gpu]

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] D-Roberts removed a comment on issue #17851: [WIP] [Numpy] np.linalg.qr forward implementation

Posted by GitBox <gi...@apache.org>.
D-Roberts removed a comment on issue #17851: [WIP] [Numpy] np.linalg.qr forward implementation
URL: https://github.com/apache/incubator-mxnet/pull/17851#issuecomment-603478733
 
 
   @mxnet-bot run ci [unix-cpu]

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] D-Roberts commented on issue #17851: [Numpy] np.linalg.qr forward implementation

Posted by GitBox <gi...@apache.org>.
D-Roberts commented on issue #17851: [Numpy] np.linalg.qr forward implementation
URL: https://github.com/apache/incubator-mxnet/pull/17851#issuecomment-611671380
 
 
   @haojin2 All work is completed and all CI passed, thanks.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] D-Roberts commented on issue #17851: [WIP] [Numpy] np.linalg.qr forward implementation

Posted by GitBox <gi...@apache.org>.
D-Roberts commented on issue #17851: [WIP] [Numpy] np.linalg.qr forward implementation
URL: https://github.com/apache/incubator-mxnet/pull/17851#issuecomment-603484610
 
 
   @mxnet-bot run ci [unix-cpu]

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17851: [WIP] [Numpy] np.linalg.qr forward implementation

Posted by GitBox <gi...@apache.org>.
haojin2 commented on a change in pull request #17851: [WIP] [Numpy] np.linalg.qr forward implementation
URL: https://github.com/apache/incubator-mxnet/pull/17851#discussion_r393969808
 
 

 ##########
 File path: python/mxnet/numpy/linalg.py
 ##########
 @@ -291,6 +291,78 @@ def cholesky(a):
     return _mx_nd_np.linalg.cholesky(a)
 
 
+def qr(a, mode='reduced'):
+    r"""
+    Compute the qr factorization of a matrix a.
+    Factor the matrix a as qr, where q is orthonormal and r is upper-triangular.
+
+    Parameters
+    ----------
+    a : (..., M, N) ndarray
+        Matrix or stack of matrices to be qr factored.
+    mode: {‘reduced’, ‘complete’, ‘r’, ‘raw’, ‘full’, ‘economic’}, optional
+        Only default mode, 'reduced', is implemented. If K = min(M, N), then
+        * 'reduced’ : returns q, r with dimensions (M, K), (K, N) (default)
+
+    Returns
+    -------
+    q : (..., M, K) ndarray
+        A matrix or stack of matrices with K orthonormal columns, with K = min(M, N).
+    r : (..., K, N) ndarray
+        A matrix or stack of upper triangular matrices.
+
+    Raises
+    ------
+    MXNetError
+        If factoring fails.
+
+    Examples
+    --------
+    >>> from mxnet import np
+    >>> a = np.random.uniform(-10, 10, (3, 3))
+    >>> a
+    array([[ 0.9762707 ,  1.8568916 ,  4.303787  ],
+       [ 6.885315  ,  2.0552673 ,  7.1589127 ],
 
 Review comment:
   would you please fix the alignment of the examples here?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17851: [Numpy] np.linalg.qr forward implementation

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on issue #17851: [Numpy] np.linalg.qr forward implementation
URL: https://github.com/apache/incubator-mxnet/pull/17851#issuecomment-610721314
 
 
   Jenkins CI successfully triggered : [unix-gpu]

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17851: [Numpy] np.linalg.qr forward implementation

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on issue #17851: [Numpy] np.linalg.qr forward implementation
URL: https://github.com/apache/incubator-mxnet/pull/17851#issuecomment-610899752
 
 
   Jenkins CI successfully triggered : [unix-gpu]

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] D-Roberts commented on issue #17851: [Numpy] np.linalg.qr forward implementation

Posted by GitBox <gi...@apache.org>.
D-Roberts commented on issue #17851: [Numpy] np.linalg.qr forward implementation
URL: https://github.com/apache/incubator-mxnet/pull/17851#issuecomment-610899694
 
 
   @mxnet-bot run ci [unix-gpu]

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17851: [Numpy] np.linalg.qr forward implementation

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on issue #17851: [Numpy] np.linalg.qr forward implementation
URL: https://github.com/apache/incubator-mxnet/pull/17851#issuecomment-605435317
 
 
   Jenkins CI successfully triggered : [unix-gpu, windows-gpu, edge, windows-cpu]

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] D-Roberts commented on issue #17851: [Numpy] np.linalg.qr forward implementation

Posted by GitBox <gi...@apache.org>.
D-Roberts commented on issue #17851: [Numpy] np.linalg.qr forward implementation
URL: https://github.com/apache/incubator-mxnet/pull/17851#issuecomment-610550941
 
 
   @mxnet-bot run ci [all]

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17851: [Numpy] np.linalg.qr forward implementation

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on issue #17851: [Numpy] np.linalg.qr forward implementation
URL: https://github.com/apache/incubator-mxnet/pull/17851#issuecomment-606631332
 
 
   Jenkins CI successfully triggered : [windows-cpu]

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17851: [Numpy] np.linalg.qr forward implementation

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on issue #17851: [Numpy] np.linalg.qr forward implementation
URL: https://github.com/apache/incubator-mxnet/pull/17851#issuecomment-610551042
 
 
   Jenkins CI successfully triggered : [centos-gpu, sanity, unix-gpu, miscellaneous, edge, centos-cpu, website, unix-cpu, clang, windows-cpu, windows-gpu]

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17851: [Numpy] np.linalg.qr forward implementation

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on issue #17851: [Numpy] np.linalg.qr forward implementation
URL: https://github.com/apache/incubator-mxnet/pull/17851#issuecomment-611511497
 
 
   Jenkins CI successfully triggered : [centos-cpu, unix-gpu, windows-gpu, centos-gpu]

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17851: [Numpy] np.linalg.qr forward implementation

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on issue #17851: [Numpy] np.linalg.qr forward implementation
URL: https://github.com/apache/incubator-mxnet/pull/17851#issuecomment-610942899
 
 
   Jenkins CI successfully triggered : [unix-gpu]

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] haojin2 merged pull request #17851: [Numpy] np.linalg.qr forward implementation

Posted by GitBox <gi...@apache.org>.
haojin2 merged pull request #17851: [Numpy] np.linalg.qr forward implementation
URL: https://github.com/apache/incubator-mxnet/pull/17851
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] D-Roberts commented on issue #17851: [Numpy] np.linalg.qr forward implementation

Posted by GitBox <gi...@apache.org>.
D-Roberts commented on issue #17851: [Numpy] np.linalg.qr forward implementation
URL: https://github.com/apache/incubator-mxnet/pull/17851#issuecomment-611136353
 
 
   @mxnet-bot run ci [unix-gpu, centos-gpu, windows-gpu]
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17851: [Numpy] np.linalg.qr forward implementation

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on issue #17851: [Numpy] np.linalg.qr forward implementation
URL: https://github.com/apache/incubator-mxnet/pull/17851#issuecomment-611136418
 
 
   Jenkins CI successfully triggered : [centos-gpu, windows-gpu, unix-gpu]

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] D-Roberts commented on issue #17851: [Numpy] np.linalg.qr forward implementation

Posted by GitBox <gi...@apache.org>.
D-Roberts commented on issue #17851: [Numpy] np.linalg.qr forward implementation
URL: https://github.com/apache/incubator-mxnet/pull/17851#issuecomment-611109749
 
 
   @mxnet-bot run ci [unix-gpu, centos-gpu, windows-gpu]

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] D-Roberts commented on issue #17851: [Numpy] np.linalg.qr forward implementation

Posted by GitBox <gi...@apache.org>.
D-Roberts commented on issue #17851: [Numpy] np.linalg.qr forward implementation
URL: https://github.com/apache/incubator-mxnet/pull/17851#issuecomment-605999661
 
 
   @mxnet-bot run ci [windows-gpu, windows-cpu]

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] D-Roberts commented on issue #17851: [Numpy] np.linalg.qr forward implementation

Posted by GitBox <gi...@apache.org>.
D-Roberts commented on issue #17851: [Numpy] np.linalg.qr forward implementation
URL: https://github.com/apache/incubator-mxnet/pull/17851#issuecomment-611233544
 
 
   @mxnet-bot run ci [unix-gpu, centos-gpu, windows-gpu]
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] D-Roberts commented on issue #17851: [Numpy] np.linalg.qr forward implementation

Posted by GitBox <gi...@apache.org>.
D-Roberts commented on issue #17851: [Numpy] np.linalg.qr forward implementation
URL: https://github.com/apache/incubator-mxnet/pull/17851#issuecomment-606631246
 
 
   @mxnet-bot run ci [windows-cpu]

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] D-Roberts commented on issue #17851: [Numpy] np.linalg.qr forward implementation

Posted by GitBox <gi...@apache.org>.
D-Roberts commented on issue #17851: [Numpy] np.linalg.qr forward implementation
URL: https://github.com/apache/incubator-mxnet/pull/17851#issuecomment-610043780
 
 
   @haojin2 Is there a way to pass the continuous build without retriggering the full CI?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] D-Roberts edited a comment on issue #17851: [Numpy] np.linalg.qr forward implementation

Posted by GitBox <gi...@apache.org>.
D-Roberts edited a comment on issue #17851: [Numpy] np.linalg.qr forward implementation
URL: https://github.com/apache/incubator-mxnet/pull/17851#issuecomment-611059075
 
 
   @mxnet-bot run ci [unix-gpu, centos-gpu, windows-gpu]

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] D-Roberts commented on issue #17851: [WIP] [Numpy] np.linalg.qr forward implementation

Posted by GitBox <gi...@apache.org>.
D-Roberts commented on issue #17851: [WIP] [Numpy] np.linalg.qr forward implementation
URL: https://github.com/apache/incubator-mxnet/pull/17851#issuecomment-603478733
 
 
   @mxnet-bot run ci [unix-cpu]

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] D-Roberts commented on issue #17851: [Numpy] np.linalg.qr forward implementation

Posted by GitBox <gi...@apache.org>.
D-Roberts commented on issue #17851: [Numpy] np.linalg.qr forward implementation
URL: https://github.com/apache/incubator-mxnet/pull/17851#issuecomment-610942852
 
 
   @mxnet-bot run ci [unix-gpu]

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] D-Roberts commented on issue #17851: [Numpy] np.linalg.qr forward implementation

Posted by GitBox <gi...@apache.org>.
D-Roberts commented on issue #17851: [Numpy] np.linalg.qr forward implementation
URL: https://github.com/apache/incubator-mxnet/pull/17851#issuecomment-610721293
 
 
   @mxnet-bot run ci [unix-gpu]

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] D-Roberts commented on issue #17851: [Numpy] np.linalg.qr forward implementation

Posted by GitBox <gi...@apache.org>.
D-Roberts commented on issue #17851: [Numpy] np.linalg.qr forward implementation
URL: https://github.com/apache/incubator-mxnet/pull/17851#issuecomment-610648177
 
 
   @mxnet-bot run ci [unix-gpu]

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] D-Roberts commented on issue #17851: [Numpy] np.linalg.qr forward implementation

Posted by GitBox <gi...@apache.org>.
D-Roberts commented on issue #17851: [Numpy] np.linalg.qr forward implementation
URL: https://github.com/apache/incubator-mxnet/pull/17851#issuecomment-609476487
 
 
   @mxnet-bot run ci [unix-gpu]

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17851: [Numpy] np.linalg.qr forward implementation

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on issue #17851: [Numpy] np.linalg.qr forward implementation
URL: https://github.com/apache/incubator-mxnet/pull/17851#issuecomment-611233576
 
 
   Jenkins CI successfully triggered : [unix-gpu, centos-gpu, windows-gpu]

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services