-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[TOPI][ADRENO] Add conv2d transpose nchw texture schedule #15786
[TOPI][ADRENO] Add conv2d transpose nchw texture schedule #15786
Conversation
Added the conv2d transpose strategy for adreno target and enable the optimized schedule.
@srkreddy1238 : Please review the PR |
@srkreddy1238 : Please review |
tests/python/relay/opencl_texture/test_conv2d_transpose_nchw_texture.py
Outdated
Show resolved
Hide resolved
tests/python/relay/opencl_texture/test_conv2d_transpose_nchw_texture.py
Outdated
Show resolved
Hide resolved
Over all LGTM. Few comments above. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your PR. Some of my comments:
It is failing for few gpu devices.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost good to go except couple of tests.
tests/python/relay/opencl_texture/test_conv2d_transpose_nchw_texture.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
@echuraev : Please review and if all looks good, please approve the PR. Thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks!
Added the conv2d transpose strategy for adreno target and enable the optimized schedule.