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

[ROCm/rccl commit: 01b359027b]
Этот коммит содержится в:
Bertan Dogancay
2024-01-30 09:24:22 -07:00
коммит произвёл GitHub
родитель 3e66d42d95
Коммит 96479caeda
2 изменённых файлов: 1 добавлений и 1 удалений
+1
Просмотреть файл
@@ -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
Просмотреть файл
@@ -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)