From 8f3bd67cb17e3b7f0af83644111a417f0df16055 Mon Sep 17 00:00:00 2001 From: Alejandro Acosta Date: Tue, 16 Jul 2024 10:48:08 +0100 Subject: [PATCH] Fix rebase issue --- include/cutlass/functional.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/cutlass/functional.h b/include/cutlass/functional.h index 964d2ff35f..6feeda816b 100644 --- a/include/cutlass/functional.h +++ b/include/cutlass/functional.h @@ -38,7 +38,9 @@ #include "cutlass/cutlass.h" #include "cutlass/numeric_types.h" +#if defined(CUTLASS_SYCL_ENABLED) #include +#endif #if defined(CUTLASS_ARCH_WMMA_ENABLED) #include