This repository was archived by the owner on Nov 17, 2023. It is now read-only.
[NumPy] Add NumPy support for triu#17614
Merged
haojin2 merged 23 commits intoapache:masterfrom Apr 14, 2020
Merged
Conversation
haojin2
approved these changes
Feb 20, 2020
Contributor
haojin2
left a comment
There was a problem hiding this comment.
LGTM, will re-trigger the CI builds to make this pass.
added 8 commits
March 6, 2020 02:29
Contributor
|
@mxnet-bot run ci [all] |
|
Jenkins CI successfully triggered : [website, windows-gpu, edge, clang, sanity, unix-cpu, centos-gpu, miscellaneous, unix-gpu, windows-cpu, centos-cpu] |
Contributor
Author
|
@mxnet-bot run ci [all] |
|
Jenkins CI successfully triggered : [website, sanity, miscellaneous, clang, windows-cpu, centos-gpu, centos-cpu, unix-cpu, windows-gpu, edge, unix-gpu] |
Contributor
Author
|
@mxnet-bot run ci [centos-cpu] |
|
Jenkins CI successfully triggered : [centos-cpu] |
Contributor
Author
|
@mxnet-bot run ci [centos-cpu] |
|
Jenkins CI successfully triggered : [centos-cpu] |
sxjscience
pushed a commit
to sxjscience/mxnet
that referenced
this pull request
Jul 1, 2020
* triu * rebase * fix ci * merge * triu new ffi * cpplint * cpplint * ffi benchmark * fix style * merge * fix conflict Co-authored-by: Ubuntu <ubuntu@ip-172-31-8-137.us-east-2.compute.internal> Co-authored-by: Hao Jin <hjjn.amzn@gmail.com>
AntiZpvoh
pushed a commit
to AntiZpvoh/incubator-mxnet
that referenced
this pull request
Jul 6, 2020
* triu * rebase * fix ci * merge * triu new ffi * cpplint * cpplint * ffi benchmark * fix style * merge * fix conflict Co-authored-by: Ubuntu <ubuntu@ip-172-31-8-137.us-east-2.compute.internal> Co-authored-by: Hao Jin <hjjn.amzn@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This is directly modified from np.tril
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.
Changes
Comments