From 9ff7e1c2c38ebf798728fe77eef2f6c5e31989e5 Mon Sep 17 00:00:00 2001 From: Binyang Li Date: Fri, 8 May 2026 03:43:34 +0000 Subject: [PATCH] update --- .../collectives/allreduce/allreduce_nvls_zero_copy.cu | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/ext/collectives/allreduce/allreduce_nvls_zero_copy.cu b/src/ext/collectives/allreduce/allreduce_nvls_zero_copy.cu index ef6d216c..63cbd057 100644 --- a/src/ext/collectives/allreduce/allreduce_nvls_zero_copy.cu +++ b/src/ext/collectives/allreduce/allreduce_nvls_zero_copy.cu @@ -82,14 +82,7 @@ struct NvlsAdapter { } else if constexpr (std::is_same_v) { // fp8_e4m3b15 is a software-only type with no hardware NVLS support. return cudaErrorNotSupported; - } else -#if defined(__CUDA_ARCH__) && \ - ((!defined(__CUDA_ARCH_SPECIFIC__) && !defined(__CUDA_ARCH_FAMILY_SPECIFIC__)) || (__CUDA_ARCH__ < 1000)) - if constexpr (std::is_same_v || std::is_same_v) { - return cudaErrorNotSupported; - } else -#endif - { + } else { using ChannelType = DeviceHandle; allreduceNvls<<>>( (ChannelType*)memoryChannels, nvlsChannels, nvlsOutChannels, channelInOffset, channelOutOffset, inputSize,