- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I have been able to build my code using oneAPI 2024.2 and earlier. Now with oneAPI 2025.0 it does not build any more. I do not have a minimal running example or similar... I just know that I was able to build with 2024.2 and now I get multiple errors. I call the oneAPI via the Eigen library.
I have tried with CXX=icpx and CXX=g++.
Thanks,
Rainer
---
$HOME/intel.2025.0/oneapi/mkl/2025.0/include/mkl_direct_call.h:740:69: error: invalid conversion from ‘const void*’ to ‘const MKL_Complex16*’ {aka ‘const _MKL_Complex16*’} [-fpermissive]
740 | fname_unrolledc((side), (uplo), (transa), (diag), (m), (n), (const void *)(alpha), (const void *)(a), (lda), (void *)(b), (ldb)); \
| ^~~~~~~~~~~~~~~~~~~~~
| |
| const void*
$HOME/intel.2025.0/oneapi/mkl/2025.0/include/mkl_direct_call.h:763:71: note: in expansion of macro ‘MKL_DC_TRSM_CONVERT’
763 | #define ztrsm(side, uplo, transa, diag, m, n, alpha, a, lda, b, ldb) MKL_DC_TRSM_CONVERT(side, uplo, transa, diag, m, n, alpha, a, lda, b, ldb, mkl_dc_ztrsm, ztrsm_direct)
| ^~~~~~~~~~~~~~~~~~~
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Rainer,
I have reproduced the issue using my sample code. It appeared that the problem probably is due to changes in the header file mkl_direct_call.h compared to earlier versions.
I have escalated this issue to our development team for further investigation and resolution.
Best regards,
Aleksandra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Rainer,
I wanted to let you know that our developers have looked into the issue and confirmed that it will be fixed in the next release.
Thank you for notifying us about the issue.
Best regards,
Aleksandra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
many thanks for your efforts!
Kind regards
Rainer
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page