diff --git a/include/cute/arch/mma_xe.hpp b/include/cute/arch/mma_xe.hpp index f523d550f3..e0a9e27a3c 100644 --- a/include/cute/arch/mma_xe.hpp +++ b/include/cute/arch/mma_xe.hpp @@ -53,4 +53,4 @@ struct XE_1x16x16_BF16BF16F32F32_NN d = intel_sub_group_bf16_bf16_matrix_mad_k16(a, b, c); } }; -} //namespace cute \ No newline at end of file +} //namespace cute diff --git a/include/cute/atom/copy_atom.hpp b/include/cute/atom/copy_atom.hpp index 825becfbff..5627b722af 100644 --- a/include/cute/atom/copy_atom.hpp +++ b/include/cute/atom/copy_atom.hpp @@ -769,6 +769,8 @@ print_latex_copy(LayoutS const& S, ThrIDS const& TS, // (m,n) -> (tid,vid) and #include #endif +#if defined(CUTLASS_ENABLE_SYCL) #include +#endif //////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/cute/atom/copy_traits_xe.hpp b/include/cute/atom/copy_traits_xe.hpp index e0e13c5f45..b4023c0b40 100644 --- a/include/cute/atom/copy_traits_xe.hpp +++ b/include/cute/atom/copy_traits_xe.hpp @@ -60,4 +60,4 @@ namespace cute Traits traits{gtensor}; return Copy_Atom{traits}; } -} \ No newline at end of file +} diff --git a/include/cute/atom/mma_atom.hpp b/include/cute/atom/mma_atom.hpp index 9421b1505b..ffb6a08b0c 100644 --- a/include/cute/atom/mma_atom.hpp +++ b/include/cute/atom/mma_atom.hpp @@ -946,5 +946,7 @@ print_latex_mma(LayoutC const& C, ThrIDC const& TC, // (m,n) -> (tid,vid) and #include #include #include +#if defined(CUTLASS_ENABLE_SYCL) #include +#endif //////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/cute/atom/mma_traits_xe.hpp b/include/cute/atom/mma_traits_xe.hpp index 423ee48cf9..d90389be99 100644 --- a/include/cute/atom/mma_traits_xe.hpp +++ b/include/cute/atom/mma_traits_xe.hpp @@ -21,4 +21,4 @@ struct MMA_Traits using BLayout = Layout, Stride<_16, _1>>; using CLayout = Layout, Stride<_8, _1>>; }; -} \ No newline at end of file +} diff --git a/include/cute/util/sycl_vec.hpp b/include/cute/util/sycl_vec.hpp index 8202cc2a84..7c38d9c83a 100644 --- a/include/cute/util/sycl_vec.hpp +++ b/include/cute/util/sycl_vec.hpp @@ -14,4 +14,4 @@ using short8 = vector_t; using ushort8 = vector_t; using int2_ = vector_t; //conflicts with vector_types using int8 = vector_t; -using uint8 = vector_t; \ No newline at end of file +using uint8 = vector_t;