Merge pull request #73 from lucasdelimanogueira/tmp
fix import distributed
This commit is contained in:
commit
5f92e6dc8c
4 changed files with 1 additions and 1 deletions
Binary file not shown.
|
|
@ -2,7 +2,6 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include "distributed.h"
|
||||
#include "tensor.h"
|
||||
#include "cuda.h"
|
||||
#include <mpi.h>
|
||||
#include <nccl.h>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
#ifndef DISTRIBUTED_H
|
||||
#define DISTRIBUTED_H
|
||||
#include "tensor.h"
|
||||
|
||||
#define MPI_CHECK(cmd) do { \
|
||||
int e = cmd; \
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue