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

[WebGL] Flag to disable pack optimization for Conv2dTranspose #7934

Merged
merged 2 commits into from
Aug 28, 2023

Conversation

Linchenn
Copy link
Collaborator

@Linchenn Linchenn commented Aug 24, 2023

Fix #7929.

To see the logs from the Cloud Build CI, please join either our discussion or announcement mailing list.

Copy link
Collaborator

@qjia7 qjia7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's have fine tuning when we have enough theoretical proof that in some conditions, the packed version is not good for some cases. Now it's good for me just expose this flag to users so that they can decide whether to use the packed one based on their situations.

@Linchenn Linchenn enabled auto-merge (squash) August 24, 2023 16:54
@Linchenn Linchenn merged commit d42502e into tensorflow:master Aug 28, 2023
2 checks passed
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.

It seems the OP Conv2DBackpropInput will use more time in the latest versoin of tfjs in the Intel devices
3 participants