-
Notifications
You must be signed in to change notification settings - Fork 2k
[webgpu] Add fusedConv2d kernel #2448
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
Conversation
b75b224 to
41f2d9e
Compare
|
@axinging Thank you! Our build is failing because you are trying to import Could you instead import Also, please export |
annxingyuan
left a comment
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.
Please see comment.
|
Hi @axinging - is this ready for another look? Would you mind merging master into your branch and resolving any conflicts? Thank you! |
a05b4c5 to
37c300c
Compare
|
Done,@annxingyuan |
37c300c to
00e14cb
Compare
|
@axinging thanks! could you do one more thing: in backend_util.ts, export {Activation, FusedConv2DConfig, FusedBatchMatMulConfig}. then they will be available with the next release of core. |
FEATURE Fix: tensorflow#2362
edb3b4a to
67c446b
Compare
Thanks @annxingyuan, it is ready now. Sorry I forget to update the backend_util in my last commit. |
annxingyuan
left a comment
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 @axinging !
FEATURE
Fix: #2362
To see the logs from the Cloud Build CI, please join either our discussion or announcement mailing list.
This change is