operator.h 198 Bytes
Newer Older
PanZezhong's avatar
PanZezhong committed
1
2
3
4
5
6
7
8
9
10
11
#ifndef __INFINIOP_OPERATOR_H__
#define __INFINIOP_OPERATOR_H__

#include "infiniop/operator_descriptor.h"

struct InfiniopDescriptor {
    infiniDevice_t device_type;
    int device_id;
};

#endif