Skip to content

[ORT 1.18.2 Release] DML Cherry Picks - #21647

Closed
Prathik Rao (prathikr) wants to merge 2 commits into
rel-1.18.2from
prathikrao/cherry-pick-dml
Closed

Prathik Rao (prathikr) wants to merge 2 commits into
rel-1.18.2from
prathikrao/cherry-pick-dml

Conversation

@prathikr

Copy link
Copy Markdown
Contributor

Emergency 1.18.2 release cherry-picks for DML based on customer escalation.

### Description
This extends the existing pad_fusion for AveragePool operator i.e. fuse
Pad if it is followed by AveragePool operator.



### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
@prathikr
Prathik Rao (prathikr) marked this pull request as draft August 7, 2024 01:06
@snnn

Copy link
Copy Markdown
Contributor

You may need this fix: #21300

Our macOS pipeline are failing because of a build error in absl.
However, the bug fix we need is not available in the latest ABSL
release.

Here  is the issue: abseil/abseil-cpp#1536
And here is the fix:
abseil/abseil-cpp@779a356

GTests uses ABSL. But this ABSL target also depends on GTest. So, it is
a circular dependency. We should be able to avoid that by avoid building
tests for ABSL. However, the version we are using has a problem with
that: it has cmake target that still depends on GTest even when testing
is disabled.

It's strange that we suddenly hit this problem and it only happens on macOS.
@snnn

Copy link
Copy Markdown
Contributor

This pull request has been automatically closed because it has merge conflicts and has been inactive for more than 30 days. Please rebase on the target branch and open a new PR.

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.

3 participants