- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm trying to compile SLATE (https://github.com/icl-utk-edu/slate) with OneAPI 2025.0 toolchain. Unfortunately icpx crashed.
The command used to configure the code with CMake:
cmake -B build -S . \
-DCMAKE_CXX_COMPILER=icpx \
-DCMAKE_Fortran_COMPILER=ifx \
-DCMAKE_C_COMPILER=icx \
-Dblas=mkl \
-Dblas_threaded=1 \
-Dblas_fortran=ifort \
-Dgpu_backend=none \
-Dmkl_blacs=intelmpi
icpx crashed on src/internal/internal_gbnorm.cc. I've attached the output of the command with -save-temps -v, as requested. I don't have priority support, but the compiler team might still want to know about this bug.
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The bug seems related to the OpenMP implementation. Compilation of src/internal/internal_gbnorm.cc succeeds using Clang's OpenMP via the flag "-fopenmp".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for reporting this bug, will escalate it to the Compiler team.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page