Skip to content

[BYOC-DNNL] Enhance GetRootCall function#10836

Merged
masahi merged 3 commits intoapache:mainfrom
crazydemo:dev-dnnl_codegen
Mar 31, 2022
Merged

[BYOC-DNNL] Enhance GetRootCall function#10836
masahi merged 3 commits intoapache:mainfrom
crazydemo:dev-dnnl_codegen

Conversation

@crazydemo
Copy link

This PR aims to enhance the GetRootCall function to support various topology.

The original GetRootCall only supports dnnl_pattern like add(add(conv(data, weight), bias), sum_data).
But we encountered add(sum_data, add(conv(data, weight), bias)) in ResNetV2, which cannot be supported by the original design.
Enhance this function can simply solve this issue.

@masahi masahi merged commit 4322ebc into apache:main Mar 31, 2022
pfk-beta pushed a commit to pfk-beta/tvm that referenced this pull request Apr 11, 2022
* enhance dnnl codegen to support different topology of partition graph

* fix lint

* add test case
mehrdadh pushed a commit to mehrdadh/tvm that referenced this pull request Apr 11, 2022
* enhance dnnl codegen to support different topology of partition graph

* fix lint

* add test case
@crazydemo crazydemo deleted the dev-dnnl_codegen branch April 14, 2022 03:21
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