File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -684,9 +684,30 @@ build/nocuda/intel/omp/release/static:
684684 - cuda
685685 - cpu
686686
687+
688+ build/dpcpp/cpu/release/static :
689+ << : *default_build_with_test
690+ image : localhost:5000/gko-oneapi-igpu
691+ variables :
692+ << : *default_variables
693+ C_COMPILER : " gcc"
694+ CXX_COMPILER : " dpcpp"
695+ BUILD_DPCPP : " ON"
696+ BUILD_TYPE : " Release"
697+ BUILD_SHARED_LIBS : " ON"
698+ SYCL_DEVICE_FILTER : " CPU"
699+ only :
700+ variables :
701+ - $RUN_CI_TAG
702+ tags :
703+ - private_ci
704+ - intel
705+ - igpu
706+
707+
687708build/dpcpp/igpu/release/static :
688709 << : *default_build_with_test
689- image : localhost:5000/gko-oneapi
710+ image : localhost:5000/gko-oneapi-igpu
690711 variables :
691712 << : *default_variables
692713 C_COMPILER : " gcc"
@@ -706,7 +727,7 @@ build/dpcpp/igpu/release/static:
706727
707728build/dpcpp/dgpu/debug/shared :
708729 << : *default_build_with_test
709- image : localhost:5000/gko-oneapi
730+ image : localhost:5000/gko-oneapi-dgpu
710731 variables :
711732 << : *default_variables
712733 C_COMPILER : " gcc"
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ set(GINKGO_DPCPP_FLAGS ${GINKGO_DPCPP_FLAGS} PARENT_SCOPE)
5656target_compile_options (ginkgo_dpcpp PRIVATE "${GINKGO_DPCPP_FLAGS} " )
5757target_compile_features (ginkgo_dpcpp PRIVATE cxx_std_17 )
5858target_link_options (ginkgo_dpcpp PRIVATE -fsycl-device-lib=all )
59+ target_link_options (ginkgo_dpcpp PRIVATE -fsycl-device-code-split=per_kernel )
5960target_link_libraries (ginkgo_dpcpp PUBLIC ginkgo_device )
6061if (GINKGO_DPCPP_SINGLE_MODE)
6162 target_compile_definitions (ginkgo_dpcpp PRIVATE GINKGO_DPCPP_SINGLE_MODE=1 )
You can’t perform that action at this time.
0 commit comments