Include common.h in enqueue.cc instead (#1067)

This commit is contained in:
Bertan Dogancay
2024-01-30 09:24:22 -07:00
committed by GitHub
parent f7550d83b8
commit 01b359027b
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -17,6 +17,7 @@
#include "channel.h"
#include "rocmwrap.h"
#include "rccl_vars.h"
#include "common.h"
#include <cstring> // std::memcpy
#include <cinttypes> // PRIx64
-1
View File
@@ -10,7 +10,6 @@
#include "comm.h"
#include "group.h"
#include "collectives.h"
#include "common.h"
#include "utils.h"
#define NCCL_MIN_CHANNEL_SIZE (NCCL_LL_THREAD_THRESHOLD*64)