diff --git a/thrust/thrust/system/cuda/detail/core/triple_chevron_launch.h b/thrust/thrust/system/cuda/detail/core/triple_chevron_launch.h index 80bbc2bc650..cdff339b91f 100644 --- a/thrust/thrust/system/cuda/detail/core/triple_chevron_launch.h +++ b/thrust/thrust/system/cuda/detail/core/triple_chevron_launch.h @@ -70,7 +70,7 @@ struct _CCCL_VISIBILITY_HIDDEN triple_chevron template cudaError_t _CCCL_HOST doit_host(K k, Args const&... args) const { -#if _THRUST_HAS_PDL +#if _CCCL_HAS_PDL if (dependent_launch) { cudaLaunchAttribute attribute[1]; @@ -87,7 +87,7 @@ struct _CCCL_VISIBILITY_HIDDEN triple_chevron cudaLaunchKernelEx(&config, k, args...); } else -#endif // _THRUST_HAS_PDL +#endif // _CCCL_HAS_PDL { k<<>>(args...); }