Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Second round of cherry-pick #6083

Merged
merged 12 commits into from
Dec 9, 2020
Merged

Second round of cherry-pick #6083

merged 12 commits into from
Dec 9, 2020

Conversation

duli2012
Copy link
Member

@duli2012 duli2012 commented Dec 8, 2020

Description: Describe your changes.
Cherry-pick the following changes:
Fix PR #5550 reverted in #5911 (performance improvment for operator Transpose) #5916
Make operator TreeEnsemble 5x faster for batches of size 100.000 #5965
Initialize a structure in operator ReduceSum (#6005)
Disable Python 3.9 for training Python packaging build. #6012
Fix two bugs for quantization tools #6017
Bump highlight.js from 10.2.1 to 10.4.1 in /nodejs #6039
work around of the build break in mac #6069
Bump up API version for 1.6 release. #6076
Update version to 1.6.0 (#6041

xadupre and others added 10 commits December 8, 2020 18:03
…ranspose) (#5916)

* Improves implementation of transpose operator
* Fix issue mentioned in #5911
* adding unit test for function DoTransposeImpl
* improves processing time by 10
* extend coverage unit test coverage
* better implementation for the multi regression case
* better comment, keep parallelization by trees when not enough trees
MatMulIntegerToFloat fusion fuses per-row and per-column MatMulInteger, which is not supported by the MatMulIntegerToFloat kernel now. Limit the fusion to per-matrix only before we supporting the per-channel fully.
Disable Python 3.9 for training Python packaging build. Python 3.9 is not supported by the PyTorch dependency.
quantize_inupts forgot to use parameter initializer_use_weight_qtyp.
* Fix the build break in macos release

* revert android change
* Update version to 1.6.0

* Add v 1.5.3 info

* Updating WindowsAI and ONNX version

Co-authored-by: Du Li <duli@OrtTrainingDev0.af05slrtruoetgaxwwjv5nsq5e.px.internal.cloudapp.net>
@duli2012 duli2012 requested a review from a team as a code owner December 8, 2020 19:15
@duli2012 duli2012 requested a review from pranavsharma December 8, 2020 19:19
pranavsharma
pranavsharma previously approved these changes Dec 8, 2020
@duli2012 duli2012 requested review from pranavsharma, faxu and a team December 8, 2020 19:27
faxu
faxu previously approved these changes Dec 8, 2020
@yufenglee yufenglee dismissed stale reviews from faxu and pranavsharma via 66c1241 December 9, 2020 01:48
pranavsharma
pranavsharma previously approved these changes Dec 9, 2020
faxu
faxu previously approved these changes Dec 9, 2020
yufenglee
yufenglee previously approved these changes Dec 9, 2020
@duli2012 duli2012 dismissed stale reviews from yufenglee, faxu, and pranavsharma via f7e8971 December 9, 2020 17:30
@duli2012
Copy link
Member Author

duli2012 commented Dec 9, 2020

/azp orttraining-distributed

@azure-pipelines
Copy link

Command 'orttraining-distributed' is not supported by Azure Pipelines.

Supported commands
  • help:
    • Get descriptions, examples and documentation about supported commands
    • Example: help "command_name"
  • list:
    • List all pipelines for this repository using a comment.
    • Example: "list"
  • run:
    • Run all pipelines or specific pipelines for this repository using a comment. Use this command by itself to trigger all related pipelines, or specify specific pipelines to run.
    • Example: "run" or "run pipeline_name, pipeline_name, pipeline_name"
  • where:
    • Report back the Azure DevOps orgs that are related to this repository and org
    • Example: "where"

See additional documentation.

@duli2012
Copy link
Member Author

duli2012 commented Dec 9, 2020

/azp run orttraining-distributed

@azure-pipelines
Copy link

Azure Pipelines could not run because the pipeline triggers exclude this branch/path.

@duli2012 duli2012 merged commit 718ca7f into rel-1.6.0 Dec 9, 2020
@duli2012 duli2012 deleted the duli/cherry_pick branch December 9, 2020 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants