You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- /*
- * Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved.
- * Description: rt.h
- * Create: 2020-01-01
- */
-
- #ifndef CCE_RUNTIME_RT_H
- #define CCE_RUNTIME_RT_H
-
- #include "base.h"
- #include "config.h"
- #include "context.h"
- #include "dev.h"
- #include "dvfsprofile.h"
- #include "event.h"
- #include "kernel.h"
- #include "mem.h"
- #include "rt_model.h"
- #include "stream.h"
- #include "rt_stars.h"
- #include "rt_ffts.h"
- #include "rt_ffts_plus.h"
- #include "rt_dfx.h"
- #include "rt_mem_queue.h"
-
- #endif // CCE_RUNTIME_RT_H
|