Skip to content

[Unity][DLight] Enhance the inline consumer rule#16124

Merged
junrushao merged 1 commit intoapache:unityfrom
Hzfengsy:improve_dlight_inline_consumers
Nov 15, 2023
Merged

[Unity][DLight] Enhance the inline consumer rule#16124
junrushao merged 1 commit intoapache:unityfrom
Hzfengsy:improve_dlight_inline_consumers

Conversation

@Hzfengsy
Copy link
Member

@Hzfengsy Hzfengsy commented Nov 14, 2023

The current inline consumer rule failed on the following case, because of the missing inline of the producers of the output stage

 A   B   D
  \ /    |
 matmul  C
    \   /
     out

Thanks @BBuf for finding this bug

The current inline consumer rule failed on the following case, because
of the missing inline of the producers of the output stage

```
 A   B   D
  \ /    |
 matmul  C
    \   /
     out
```
@Hzfengsy Hzfengsy force-pushed the improve_dlight_inline_consumers branch from 68d6c2c to 810eee7 Compare November 15, 2023 03:39
@junrushao junrushao merged commit 684a8ca into apache:unity Nov 15, 2023
@Hzfengsy Hzfengsy deleted the improve_dlight_inline_consumers branch December 1, 2023 07:01
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.

2 participants