From efe6a964c7418d4ea41c623507d7dbf6c74a2643 Mon Sep 17 00:00:00 2001 From: Devendar Bureddy Date: Sun, 5 Jan 2025 03:39:09 +0200 Subject: [PATCH] remove unused cuda headers --- include/nccl.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/nccl.h b/include/nccl.h index 5d75ff4..77672f7 100644 --- a/include/nccl.h +++ b/include/nccl.h @@ -8,13 +8,6 @@ #define NCCL_H_ #include -#include -#if CUDART_VERSION >= 11000 -#include -#endif -#if CUDART_VERSION >= 11080 -#include -#endif #define NCCL_MAJOR 2 #define NCCL_MINOR 20