Include common.h in enqueue.cc instead (#1067)
[ROCm/rccl commit: 01b359027b]
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
3e66d42d95
Коммит
96479caeda
@@ -17,6 +17,7 @@
|
||||
#include "channel.h"
|
||||
#include "rocmwrap.h"
|
||||
#include "rccl_vars.h"
|
||||
#include "common.h"
|
||||
#include <cstring> // std::memcpy
|
||||
#include <cinttypes> // PRIx64
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Ссылка в новой задаче
Block a user