Skip to content

Add a COMPILER_VERSION_2025_OR_LATER to be able to run dpnp with both 2024.2 and 2025.0 versions of the compiler/MKL #2025

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 4 commits into from
Sep 11, 2024

Conversation

vtavana
Copy link
Collaborator

@vtavana vtavana commented Sep 10, 2024

OneMKL FFT 2025.0.0 includes some backward incompatible changes. However, code can not be updated with these changes yet since public CI is still using older version of OneMKL. To keep dpnp working with both new compiler/MKL pakcge and the old one, a compile flag is defined to compile the proper part of the code based on the compiler version.

  • Have you provided a meaningful PR description?
  • Have you added a test, reproducer or referred to issue with a reproducer?
  • Have you tested your changes locally for CPU and GPU devices?
  • Have you made sure that new changes do not introduce compiler warnings?
  • Have you checked performance impact of proposed changes?
  • If this PR is a work in progress, are you filing the PR as a draft?

@vtavana vtavana self-assigned this Sep 10, 2024
Copy link
Contributor

github-actions bot commented Sep 10, 2024

View rendered docs @ https://intelpython.github.io/dpnp/index.html

@vtavana vtavana marked this pull request as ready for review September 11, 2024 18:02
@vtavana vtavana changed the title Add a COMPILER_VERSION_FLAG to avoid deprecated warning in FFT module Add a COMPILER_VERSION_2025_OR_LATER to be able to run dpnp with both 2024.2 and 2025.0 versions of the compiler/MKL Sep 11, 2024
@vtavana vtavana merged commit a7b8960 into master Sep 11, 2024
36 of 46 checks passed
@vtavana vtavana deleted the remove_deprecated branch September 11, 2024 21:48
github-actions bot added a commit that referenced this pull request Sep 11, 2024
…both 2024.2 and 2025.0 versions of the compiler/MKL (#2025)

* conditional compiler version

* address comments

* Update dpnp/backend/extensions/fft/common.hpp

Co-authored-by: Natalia Polina <[email protected]>

---------

Co-authored-by: Natalia Polina <[email protected]> a7b8960
@vtavana vtavana mentioned this pull request Sep 14, 2024
6 tasks
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.

2 participants