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

[backport][rls-v3.7] brgconv: fix long pd time for problems with dilation (fixed MFDNN-12916) #2455

Open
wants to merge 2 commits into
base: rls-v3.7
Choose a base branch
from

Conversation

dzarukin
Copy link
Contributor

Backport of #2430

The function will run over every M creating a full brg descriptor for it.
For large W it would cause significant slowdown. Reducing the set by
checking only relevant M, it improves the execution time.
@dzarukin dzarukin requested a review from a team as a code owner January 20, 2025 22:02
@github-actions github-actions bot added platform:cpu-x64 Intel64/AMD64 processors. Codeowner: @oneapi-src/onednn-cpu-x64 backport labels Jan 20, 2025
@dzarukin
Copy link
Contributor Author

make test
disable test_device_gpu
disable build_gpu_runtime_ocl
disable build_gpu_runtime_sycl
disable benchdnn_all
enable benchdnn_conv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport platform:cpu-x64 Intel64/AMD64 processors. Codeowner: @oneapi-src/onednn-cpu-x64
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants