Merge pull request #73 from lucasdelimanogueira/tmp

fix import distributed
This commit is contained in:
lucasdelimanogueira 2024-05-24 19:55:49 -03:00 committed by GitHub
commit 5f92e6dc8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -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>

View file

@ -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.