From acfe603c7a05fc19ee95b29d39e4852fd71b88ce Mon Sep 17 00:00:00 2001 From: Binyang Li Date: Fri, 1 Nov 2024 11:43:39 +0000 Subject: [PATCH] fix --- include/mscclpp/gpu_data_types.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mscclpp/gpu_data_types.hpp b/include/mscclpp/gpu_data_types.hpp index cb6c96107..85e6bd812 100644 --- a/include/mscclpp/gpu_data_types.hpp +++ b/include/mscclpp/gpu_data_types.hpp @@ -15,8 +15,8 @@ using __bfloat162 = __hip_bfloat162; #else -#include #include +#include #if (CUDART_VERSION >= 11000) #include #endif