mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-24 23:06:17 +00:00
Remove alloc.h and beef up cuda_utils.hpp (#82)
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#include <vector>
|
||||
|
||||
#include "api.h"
|
||||
#include "checks.h"
|
||||
#include "checks_internal.hpp"
|
||||
#include "socket.h"
|
||||
#include "utils.h"
|
||||
|
||||
@@ -6,12 +6,16 @@
|
||||
|
||||
#include "socket.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <ifaddrs.h>
|
||||
#include <net/if.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "checks.h"
|
||||
#include "config.h"
|
||||
#include "debug.h"
|
||||
#include "utils.h"
|
||||
|
||||
static mscclppResult_t socketProgressOpt(int op, struct mscclppSocket* sock, void* ptr, int size, int* offset,
|
||||
|
||||
Reference in New Issue
Block a user