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 2021/09/16 11:24:13 UTC

[GitHub] [incubator-mxnet] mozga-intel opened a new pull request #20583: [Master] Added ::GCD and ::LCM: contains GCD and LCM implementation

mozga-intel opened a new pull request #20583:
URL: https://github.com/apache/incubator-mxnet/pull/20583


   ## Description ##
   This pull request includes the greatest common divisor implementation (std::gcd) of the integers m and n and computes the least common multiple (std::lcm) of the integers m and n. If MxNet's project is built with c++17, then <numeric> support is enabled.
   
   ## Checklist ##
   ### Essentials ###
   - [ ] PR's title starts with a category (e.g. [BUGFIX], [MODEL], [TUTORIAL], [FEATURE], [DOC], etc)
   - [ ] Changes are complete (i.e. I finished coding on this PR)
   - [ ] All changes have test coverage
   - [ ] Code is well-documented
   
   ### Changes ###
   - [ ] Feature1, tests, (and when applicable, API doc)
   - [ ] Feature2, tests, (and when applicable, API doc)
   
   ## Comments ##
   - If this change is a backward incompatible change, why must this change be made.
   - Interesting edge cases to note 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.

To unsubscribe, e-mail: commits-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #20583: [Master] Added ::GCD and ::LCM: contains GCD and LCM implementation

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on pull request #20583:
URL: https://github.com/apache/incubator-mxnet/pull/20583#issuecomment-920816091


   Hey @mozga-intel , Thanks for submitting the PR 
   All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following commands: 
   - To trigger all jobs: @mxnet-bot run ci [all] 
   - To trigger specific jobs: @mxnet-bot run ci [job1, job2] 
   *** 
   **CI supported jobs**: [windows-cpu, windows-gpu, edge, website, miscellaneous, sanity, unix-gpu, centos-gpu, centos-cpu, clang, unix-cpu]
   *** 
   _Note_: 
    Only following 3 categories can trigger CI :PR Author, MXNet Committer, Jenkins Admin. 
   All CI tests must pass before the PR can be merged. 
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #20583: [Master] Added ::GCD and ::LCM: contains GCD and LCM implementation

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on pull request #20583:
URL: https://github.com/apache/incubator-mxnet/pull/20583#issuecomment-924237599


   Jenkins CI successfully triggered : [sanity, centos-cpu, website, centos-gpu, clang, unix-gpu, edge, windows-gpu, unix-cpu, windows-cpu, miscellaneous]


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #20583: [Master] Added ::GCD and ::LCM: contains GCD and LCM implementation

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on pull request #20583:
URL: https://github.com/apache/incubator-mxnet/pull/20583#issuecomment-941428466


   Jenkins CI successfully triggered : [unix-gpu, website, miscellaneous, windows-cpu, centos-gpu, centos-cpu, unix-cpu, windows-gpu, sanity, clang, edge]


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] barry-jin merged pull request #20583: [Master] Added ::GCD and ::LCM: contains GCD and LCM implementation

Posted by GitBox <gi...@apache.org>.
barry-jin merged pull request #20583:
URL: https://github.com/apache/incubator-mxnet/pull/20583


   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] mozga-intel commented on pull request #20583: [Master] Added ::GCD and ::LCM: contains GCD and LCM implementation

Posted by GitBox <gi...@apache.org>.
mozga-intel commented on pull request #20583:
URL: https://github.com/apache/incubator-mxnet/pull/20583#issuecomment-942009091


   @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.

To unsubscribe, e-mail: commits-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] mozga-intel commented on pull request #20583: [Master] Added ::GCD and ::LCM: contains GCD and LCM implementation

Posted by GitBox <gi...@apache.org>.
mozga-intel commented on pull request #20583:
URL: https://github.com/apache/incubator-mxnet/pull/20583#issuecomment-941428171


   @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.

To unsubscribe, e-mail: commits-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] mozga-intel commented on pull request #20583: [Master] Added ::GCD and ::LCM: contains GCD and LCM implementation

Posted by GitBox <gi...@apache.org>.
mozga-intel commented on pull request #20583:
URL: https://github.com/apache/incubator-mxnet/pull/20583#issuecomment-924720139


   @mxnet-bot run ci [unix-cpu, website]


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] mozga-intel commented on pull request #20583: [Master] Added ::GCD and ::LCM: contains GCD and LCM implementation

Posted by GitBox <gi...@apache.org>.
mozga-intel commented on pull request #20583:
URL: https://github.com/apache/incubator-mxnet/pull/20583#issuecomment-924237492


   @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.

To unsubscribe, e-mail: commits-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #20583: [Master] Added ::GCD and ::LCM: contains GCD and LCM implementation

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on pull request #20583:
URL: https://github.com/apache/incubator-mxnet/pull/20583#issuecomment-927340574


   Jenkins CI successfully triggered : [unix-cpu, website, 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.

To unsubscribe, e-mail: commits-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #20583: [Master] Added ::GCD and ::LCM: contains GCD and LCM implementation

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on pull request #20583:
URL: https://github.com/apache/incubator-mxnet/pull/20583#issuecomment-941428466






-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] mozga-intel commented on pull request #20583: [Master] Added ::GCD and ::LCM: contains GCD and LCM implementation

Posted by GitBox <gi...@apache.org>.
mozga-intel commented on pull request #20583:
URL: https://github.com/apache/incubator-mxnet/pull/20583#issuecomment-921987673


    @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.

To unsubscribe, e-mail: commits-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #20583: [Master] Added ::GCD and ::LCM: contains GCD and LCM implementation

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on pull request #20583:
URL: https://github.com/apache/incubator-mxnet/pull/20583#issuecomment-921987760


   Jenkins CI successfully triggered : [centos-cpu, windows-cpu, clang, edge, windows-gpu, sanity, centos-gpu, miscellaneous, unix-gpu, unix-cpu, website]


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #20583: [Master] Added ::GCD and ::LCM: contains GCD and LCM implementation

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on pull request #20583:
URL: https://github.com/apache/incubator-mxnet/pull/20583#issuecomment-924720213


   Jenkins CI successfully triggered : [website, 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.

To unsubscribe, e-mail: commits-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] mozga-intel commented on pull request #20583: [Master] Added ::GCD and ::LCM: contains GCD and LCM implementation

Posted by GitBox <gi...@apache.org>.
mozga-intel commented on pull request #20583:
URL: https://github.com/apache/incubator-mxnet/pull/20583#issuecomment-943464598


   @barry-jin Could you please review it? 


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #20583: [Master] Added ::GCD and ::LCM: contains GCD and LCM implementation

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on pull request #20583:
URL: https://github.com/apache/incubator-mxnet/pull/20583#issuecomment-942009305


   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.

To unsubscribe, e-mail: commits-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] mozga-intel commented on pull request #20583: [Master] Added ::GCD and ::LCM: contains GCD and LCM implementation

Posted by GitBox <gi...@apache.org>.
mozga-intel commented on pull request #20583:
URL: https://github.com/apache/incubator-mxnet/pull/20583#issuecomment-941428171






-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] mozga-intel commented on pull request #20583: [Master] Added ::GCD and ::LCM: contains GCD and LCM implementation

Posted by GitBox <gi...@apache.org>.
mozga-intel commented on pull request #20583:
URL: https://github.com/apache/incubator-mxnet/pull/20583#issuecomment-927340562


   @mxnet-bot run ci [unix-cpu, website, 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.

To unsubscribe, e-mail: commits-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org