diff --git a/include/cutlass/cuda_host_adapter.hpp b/include/cutlass/cuda_host_adapter.hpp index 2e62f84a..c9cd4421 100644 --- a/include/cutlass/cuda_host_adapter.hpp +++ b/include/cutlass/cuda_host_adapter.hpp @@ -104,8 +104,7 @@ namespace cutlass { #else // defined(CUTLASS_ENABLE_DIRECT_CUDA_DRIVER_CALL) -#if ((__CUDACC_VER_MAJOR__ >= 13) || \ - ((__CUDACC_VER_MAJOR__ == 12) && (__CUDACC_VER_MINOR__ >= 5))) \ +#if (__CUDACC_VER_MAJOR__ >= 13) #define CUTLASS_CUDA_DRIVER_WRAPPER_DECL(func, ver) \ template \