mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-07 09:31:35 +08:00
[XPU] Add gm_default_size -> Backend::LITE (#1934)
* add gm_default_size * add gm_default_size --------- Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com>
This commit is contained in:
@@ -131,7 +131,8 @@ FASTDEPLOY_CAPI_EXPORT extern void FD_C_RuntimeOptionWrapperUseKunlunXin(
|
||||
__fd_keep FD_C_RuntimeOptionWrapper* fd_c_runtime_option_wrapper,
|
||||
int kunlunxin_id, int l3_workspace_size, FD_C_Bool locked,
|
||||
FD_C_Bool autotune, const char* autotune_file, const char* precision,
|
||||
FD_C_Bool adaptive_seqlen, FD_C_Bool enable_multi_stream);
|
||||
FD_C_Bool adaptive_seqlen, FD_C_Bool enable_multi_stream,
|
||||
int64_t gm_default_size);
|
||||
|
||||
/** Use Sophgo to inference
|
||||
*
|
||||
|
Reference in New Issue
Block a user