From ab3d17cd44625a762fc10f0f1fd8f2c46b980aff Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期二, 26 四月 2022 11:42:19 +0800 Subject: [PATCH] capture use cpu and add arm version --- csrc/common/gpu/info.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/csrc/common/gpu/info.h b/csrc/common/gpu/info.h index 614a4cb..7ba2c55 100644 --- a/csrc/common/gpu/info.h +++ b/csrc/common/gpu/info.h @@ -4,6 +4,7 @@ namespace gpu{ int getGPU(const int need); int getGPUPrior(const int need, const int reserved, const int lastChoice); + bool satisfy(const int index, const int need, const int reserved); } #endif \ No newline at end of file -- Gitblit v1.8.0