test.h 215 Bytes
Newer Older
Catheriany's avatar
Catheriany committed
1
2
3
4
5
6
7
8
#ifndef __INFINIRT_TEST_H__
#define __INFINIRT_TEST_H__
#include "../utils.h"

bool testSetDevice(infiniDevice_t device, int deviceId);
bool testMemcpy(infiniDevice_t device, int deviceId, size_t dataSize);

#endif