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

src: cpu: aarch64: updated xbyak_aarch64 #1832

Merged
merged 1 commit into from
Mar 14, 2024

Conversation

malfet
Copy link
Contributor

@malfet malfet commented Mar 14, 2024

To fujitsu/xbyak_aarch64@f43f7e8

Need to correctly handle oneDNN initialization inside AWS lambda or Docker container runner on Apple Silicon (in both cases access to `/sys/devices/system/cpu/cpu0/regs/identification/midr_el1x is restricted)

Description

This allows one to successfully initialize oneDNN when running inside docker container or AWS lambda. (For example of the end user report on this behavior see pytorch/pytorch#111695 )

Checklist

General

  • Do all unit and benchdnn tests (make test and make test_benchdnn_*) pass locally for each commit?
  • Have you formatted the code using clang-format?

Performance improvements

  • Have you submitted performance data that demonstrates performance improvements?

New features

  • Have you published an RFC for the new feature?
  • Was the RFC approved?
  • Have you added relevant tests?

Bug fixes

  • Have you included information on how to reproduce the issue (either in a github issue or in this PR)?
  • Have you added relevant regression tests?

RFC PR

  • Does RFC document follow the template?
  • Have you added a link to the rendered document?

To fujitsu/xbyak_aarch64@f43f7e8

Need to correctly handle oneDNN initialization inside AWS lambda or
Docker container runner on Apple Silicon (in both cases access to
`/sys/devices/system/cpu/cpu0/regs/identification/midr_el1x is
restricted)
@mgouicem mgouicem merged commit 35e9c21 into oneapi-src:main Mar 14, 2024
10 checks passed
@vpirogov vpirogov added this to the v3.5 milestone Mar 18, 2024
@vpirogov vpirogov added the platform:cpu-aarch64 Codeowner: @oneapi-src/onednn-cpu-aarch64 label May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform:cpu-aarch64 Codeowner: @oneapi-src/onednn-cpu-aarch64
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants