You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
456 B
28 lines
456 B
/*
|
|
* Copyright (c) Hisilicon Technologies Co., Ltd. 2020-2021. All rights reserved.
|
|
* Description: TER mpi interface
|
|
* Author: Hisilicon
|
|
* Created: 2020-09-13
|
|
*/
|
|
#ifndef __MPI_TER_H__
|
|
#define __MPI_TER_H__
|
|
|
|
#include "uapi_frontend.h"
|
|
|
|
#ifdef __cplusplus
|
|
#if __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
#endif /* __cplusplus */
|
|
|
|
#define MPI_TER_NUM 8
|
|
|
|
#ifdef __cplusplus
|
|
#if __cplusplus
|
|
}
|
|
#endif
|
|
#endif /* __cplusplus */
|
|
|
|
#endif
|
|
|