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

Cannot find "namespace_alias.hpp" when including <oneapi/mkl.hpp> #623

Open
zhiweij1 opened this issue Dec 31, 2024 · 2 comments · May be fixed by #625
Open

Cannot find "namespace_alias.hpp" when including <oneapi/mkl.hpp> #623

zhiweij1 opened this issue Dec 31, 2024 · 2 comments · May be fixed by #625
Assignees
Labels
bug A request to fix an issue

Comments

@zhiweij1
Copy link

Summary

Cannot find "namespace_alias.hpp" when including <oneapi/mkl.hpp>

Version

20241227

Log

/.../onemkl_interfaces/20241227/include/oneapi/mkl.hpp:24:9: warning: Header `oneapi/mkl.hpp` is deprecated, please use `oneapi/math.hpp` instead [-W#pragma-messages]
   24 | #pragma message("Header `oneapi/mkl.hpp` is deprecated, please use `oneapi/math.hpp` instead")
      |         ^
/.../onemkl_interfaces/20241227/include/oneapi/mkl.hpp:34:10: fatal error: 'namespace_alias.hpp' file not found
   34 | #include "namespace_alias.hpp"
      |          ^~~~~~~~~~~~~~~~~~~~~
1 warning and 1 error generated.
@Rbiessy Rbiessy self-assigned this Jan 7, 2025
@Rbiessy Rbiessy added the bug A request to fix an issue label Jan 7, 2025
@Rbiessy Rbiessy linked a pull request Jan 7, 2025 that will close this issue
@Rbiessy
Copy link
Contributor

Rbiessy commented Jan 7, 2025

Thank you for the issue. Please let me know if #625 is enough to fix it.

@zhiweij1
Copy link
Author

zhiweij1 commented Jan 8, 2025

Thank you for the issue. Please let me know if #625 is enough to fix it.

Yes, it can fix this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A request to fix an issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants