-
Notifications
You must be signed in to change notification settings - Fork 99
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
Sycl nightly build fails to configure - Cannot find source file: backends/Test_SYCL_Lapack.cpp #2022
Labels
Comments
Hi Nathan. I will take a look this afternoon. I should be able to fix it today already.
Best,
Ernesto.
From: Nathan Ellingwood ***@***.***>
Date: Friday, October 27, 2023 at 11:18 AM
To: kokkos/kokkos-kernels ***@***.***>
Cc: Prudencio, Ernesto Esteves ***@***.***>, Mention ***@***.***>
Subject: [EXTERNAL] [kokkos/kokkos-kernels] Sycl nightly build fails to configure - Cannot find source file: backends/Test_SYCL_Lapack.cpp (Issue #2022)
The nightly Sycl build is failing to configure following merge of #1985<#1985> , with output:
23:30:21 CMake Error at cmake/kokkoskernels_tribits.cmake:154 (ADD_EXECUTABLE):
23:30:21 Cannot find source file:
23:30:21
23:30:21 backends/Test_SYCL_Lapack.cpp
23:30:21
23:30:21 Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm .h
23:30:21 .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .hip .ispc
23:30:21 Call Stack (most recent call first):
23:30:21 cmake/kokkoskernels_tribits.cmake:232 (KOKKOSKERNELS_ADD_EXECUTABLE)
23:30:21 cmake/kokkoskernels_tribits.cmake:172 (KOKKOSKERNELS_ADD_EXECUTABLE_AND_TEST)
23:30:21 lapack/unit_test/CMakeLists.txt:39 (KOKKOSKERNELS_ADD_UNIT_TEST)
23:30:21
23:30:21
23:30:21 CMake Error at cmake/kokkoskernels_tribits.cmake:154 (ADD_EXECUTABLE):
23:30:21 No SOURCES given to target: KokkosKernels_lapack_sycl
23:30:21 Call Stack (most recent call first):
23:30:21 cmake/kokkoskernels_tribits.cmake:232 (KOKKOSKERNELS_ADD_EXECUTABLE)
23:30:21 cmake/kokkoskernels_tribits.cmake:172 (KOKKOSKERNELS_ADD_EXECUTABLE_AND_TEST)
23:30:21 lapack/unit_test/CMakeLists.txt:39 (KOKKOSKERNELS_ADD_UNIT_TEST)
https://jenkins-son.sandia.gov/job/KokkosKernels_Nightly_Blake_OneAPI_2023_1_0_Sycl_PV/54/consoleFull
@lucbv<https://github.com/lucbv> or @eeprude<https://github.com/eeprude> can you advise on the update needed here?
Reproducer (Blake PV queue):
# Interactive node on PV queue for Intel GPU
salloc -N 1 - p PV
mkdir -p Build
cd Build
# Modules - the source line should no longer be necessary, but I add it just in case
# source /projects/x86-64-icelake-rocky8/spack-config/blake-setup-user-module-env.sh
module purge
module load cmake intel-oneapi-compilers/2023.1.0 intel-oneapi-dpl/2022.1.0 git
# Required for the hashmap accumulator
export ZES_ENABLE_SYSMAN=1
# Configuration
$KOKKOSKERNELS_PATH/cm_generate_makefile.bash --with-sycl --arch=INTEL_PVC --compiler=/projects/x86-64-icelake-rocky8/compilers/intel-oneapi-compilers/2023.1.0/gcc/8.5.0/base/6g2jkiv/compiler/2023.1.0/linux/bin-llvm/clang++ --cxxflags="-fp-model=precise" --shared --kokkos-cmake-flags=-DKokkos_ENABLE_ONEDPL=OFF -kokkos-path=$KOKKOS_PATH
—
Reply to this email directly, view it on GitHub<#2022>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A4RJTNRZWDJFHXLBGE53QMLYBPUHHAVCNFSM6AAAAAA6TEGJ6SVHI2DSMVQWIX3LMV43ASLTON2WKOZRHE3DKOJQHE4TQNY>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Thanks @eeprude ! |
You are very welcome, Nathan!
I just created the PR 2024 in order to fix the issue.
I don’t know if Luc (copied) will be able to approve it until Monday morning, or if someone else could approve it before that.
If someone approves the PR soon, but the night error with Trilinos still continues, please just ping me, and I will work on the issue during the weekend.
Best,
Ernesto.
From: Nathan Ellingwood ***@***.***>
Date: Friday, October 27, 2023 at 1:44 PM
To: kokkos/kokkos-kernels ***@***.***>
Cc: Prudencio, Ernesto Esteves ***@***.***>, Mention ***@***.***>
Subject: [EXTERNAL] Re: [kokkos/kokkos-kernels] Sycl nightly build fails to configure - Cannot find source file: backends/Test_SYCL_Lapack.cpp (Issue #2022)
Thanks @eeprude<https://github.com/eeprude> !
—
Reply to this email directly, view it on GitHub<#2022 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A4RJTNRMP3U3RFVNYOVE463YBQFIPAVCNFSM6AAAAAA6TEGJ6SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBTGQZDCMJUGE>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Hi Nathan. Do I have to do something extra in order to close this issue @2022? I appears 'open' to me. Who should close it? I am ignorant on how to proceed here. Thanks. |
@ndellingwood I just added the 2 quick questions above. Tks. |
Hi @eeprude , this is resolved, thanks for your fix. I mark the issue as InDevelop once the fixing PR is merged, and we are safe to close. |
Great, Nathan! Thanks for the update.
Ernesto.
From: Nathan Ellingwood ***@***.***>
Date: Wednesday, November 1, 2023 at 10:46 AM
To: kokkos/kokkos-kernels ***@***.***>
Cc: Prudencio, Ernesto Esteves ***@***.***>, Mention ***@***.***>
Subject: [EXTERNAL] Re: [kokkos/kokkos-kernels] Sycl nightly build fails to configure - Cannot find source file: backends/Test_SYCL_Lapack.cpp (Issue #2022)
Hi @eeprude<https://github.com/eeprude> , this is resolved, thanks for your fix. I mark the issue as InDevelop once the fixing PR is merged, and we are safe to close.
—
Reply to this email directly, view it on GitHub<#2022 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A4RJTNUPJGMKIOBI6BJRJALYCJ4FPAVCNFSM6AAAAAA6TEGJ6SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBZGI4TONBRHA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The nightly Sycl build is failing to configure following merge of #1985 , with output:
https://jenkins-son.sandia.gov/job/KokkosKernels_Nightly_Blake_OneAPI_2023_1_0_Sycl_PV/54/consoleFull
@lucbv or @eeprude can you advise on the update needed here?
Reproducer (Blake PV queue):
The text was updated successfully, but these errors were encountered: