Skip to content

Commit

Permalink
Merge pull request #6219 from masterleinad/fix_sycl_makefile_4_1_00
Browse files Browse the repository at this point in the history
[4.1.00] Fix compiling SYCL with KOKKOS_IMPL_DO_NOT_USE_PRINTF_USAGE
  • Loading branch information
dalg24 committed Jun 15, 2023
2 parents afc1929 + 23aadf4 commit cd96a74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.kokkos
Original file line number Diff line number Diff line change
Expand Up @@ -1227,6 +1227,7 @@ ifneq ($(KOKKOS_INTERNAL_NEW_CONFIG), 0)
ifeq ($(KOKKOS_INTERNAL_USE_SYCL), 1)
tmp := $(call kokkos_append_config_header,"$H""include <fwd/Kokkos_Fwd_SYCL.hpp>","KokkosCore_Config_FwdBackend.hpp")
tmp := $(call kokkos_append_config_header,"$H""include <decl/Kokkos_Declare_SYCL.hpp>","KokkosCore_Config_DeclareBackend.hpp")
tmp := $(call kokkos_append_config_header,"$H""include <setup/Kokkos_Setup_SYCL.hpp>","KokkosCore_Config_SetupBackend.hpp")
endif
ifeq ($(KOKKOS_INTERNAL_USE_HIP), 1)
tmp := $(call kokkos_append_config_header,"$H""include <fwd/Kokkos_Fwd_HIP.hpp>","KokkosCore_Config_FwdBackend.hpp")
Expand Down

0 comments on commit cd96a74

Please sign in to comment.