diff --git a/include/cute/atom/copy_atom.hpp b/include/cute/atom/copy_atom.hpp index 5627b722a..90610ec73 100644 --- a/include/cute/atom/copy_atom.hpp +++ b/include/cute/atom/copy_atom.hpp @@ -769,7 +769,7 @@ print_latex_copy(LayoutS const& S, ThrIDS const& TS, // (m,n) -> (tid,vid) and #include #endif -#if defined(CUTLASS_ENABLE_SYCL) +#if defined(SYCL_INTEL_TARGET) #include #endif diff --git a/include/cutlass/gemm/collective/collective_mma.hpp b/include/cutlass/gemm/collective/collective_mma.hpp index 1aecef453..c80b2f1a3 100644 --- a/include/cutlass/gemm/collective/collective_mma.hpp +++ b/include/cutlass/gemm/collective/collective_mma.hpp @@ -76,7 +76,7 @@ struct CollectiveMma { #include "cutlass/gemm/collective/sm90_mma_array_tma_gmma_ss_warpspecialized.hpp" #include "cutlass/gemm/collective/sm90_mma_tma_gmma_ss_warpspecialized_fp8.hpp" -#if defined(CUTLASS_ENABLE_SYCL) +#if defined(SYCL_INTEL_TARGET) #include "cutlass/gemm/collective/intel_pvc_mma.hpp" #endif ///////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/include/cutlass/gemm/dispatch_policy.hpp b/include/cutlass/gemm/dispatch_policy.hpp index 1fa3842ae..a772a08d2 100644 --- a/include/cutlass/gemm/dispatch_policy.hpp +++ b/include/cutlass/gemm/dispatch_policy.hpp @@ -271,7 +271,7 @@ struct MainloopSm90ArrayTmaGmmaWarpSpecialized { }; -#if defined(CUTLASS_ENABLE_SYCL) +#if defined(SYCL_INTEL_TARGET) struct MainloopIntelPVCBase { constexpr static int Stages = 1; using ArchTag = arch::IntelPVC; diff --git a/include/cutlass/gemm/kernel/gemm_universal.hpp b/include/cutlass/gemm/kernel/gemm_universal.hpp index 0a300f2d9..083ffcd23 100644 --- a/include/cutlass/gemm/kernel/gemm_universal.hpp +++ b/include/cutlass/gemm/kernel/gemm_universal.hpp @@ -90,7 +90,7 @@ struct IsCutlass3ArrayKernel