Skip to content

cpu: some improvements #3432

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

Merged
merged 5 commits into from
Jun 24, 2025
Merged

cpu: some improvements #3432

merged 5 commits into from
Jun 24, 2025

Conversation

dzarukin
Copy link
Contributor

This is some groundwork for future asynchronous runtime support:

  • There are overflow issues caught by -ftrapv option when running test_conv_all for conv and ip.
  • There's a rename for the variable which is shadowed by outer same variable. It get a problem when capture by copy is used.
  • Make post-ops kernel apply scales when they are defined in attributes. It's possible to distinguish them since v3.0.
  • Align scale_utils function interfaces to rely on same objects between calls for proper re-use of the code underneath.

(there's more to come).

@dzarukin dzarukin requested review from a team as code owners June 17, 2025 00:33
@github-actions github-actions bot added platform:cpu-x64 Intel64/AMD64 processors. Codeowner: @oneapi-src/onednn-cpu-x64 component:common labels Jun 17, 2025
@dzarukin
Copy link
Contributor Author

make test
disable test_device_gpu

@dzarukin dzarukin force-pushed the dzarukin/cpu_improvements branch from 4edcbc7 to 0b6284d Compare June 24, 2025 01:07
@dzarukin dzarukin force-pushed the dzarukin/cpu_improvements branch from 0b6284d to cc5d5aa Compare June 24, 2025 05:05
@dzarukin
Copy link
Contributor Author

make test
disable benchdnn_all
enable benchdnn_conv
disable test_device_gpu
enable benchdnn_nightly

@dzarukin dzarukin merged commit eabd149 into main Jun 24, 2025
23 of 24 checks passed
@dzarukin dzarukin deleted the dzarukin/cpu_improvements branch June 24, 2025 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:common 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.

3 participants