Skip to content

Commit

Permalink
remove unused cuda headers
Browse files Browse the repository at this point in the history
  • Loading branch information
bureddy committed Jan 5, 2025
1 parent 85b73d3 commit efe6a96
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions include/nccl.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@
#define NCCL_H_

#include <cuda_runtime.h>
#include <cuda_fp16.h>
#if CUDART_VERSION >= 11000
#include <cuda_bf16.h>
#endif
#if CUDART_VERSION >= 11080
#include <cuda_fp8.h>
#endif

#define NCCL_MAJOR 2
#define NCCL_MINOR 20
Expand Down

0 comments on commit efe6a96

Please sign in to comment.