infiniccl_test.hpp 192 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
#ifndef INFINICCL_TEST_HPP
#define INFINICCL_TEST_HPP

#include <infiniccl.h>

#include "../utils.h"

int testAllReduce(infiniDevice_t device_type, int ndevice);

#endif // INFINICCL_TEST_HPP