Skip to content

Commit

Permalink
Fix compiling SYCL with KOKKOS_IMPL_DO_NOT_USE_PRINTF_USAGE
Browse files Browse the repository at this point in the history
Co-authored-by: Stan Moore <stamoor@sandia.gov>
  • Loading branch information
masterleinad and stanmoore1 committed Jun 14, 2023
1 parent 7cc2e45 commit 0714f3f
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 0714f3f

Please sign in to comment.