From 33f3380a836afedb13bf8faa2ff9131bc34595ec Mon Sep 17 00:00:00 2001 From: LUZY0726 <57344087+LUZY0726@users.noreply.github.com> Date: Fri, 16 Jun 2023 10:25:41 +0800 Subject: [PATCH] delete embedding mapping in op_benchmark.config --- ci/scripts/op_benchmark.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/scripts/op_benchmark.config b/ci/scripts/op_benchmark.config index 91cd2efdd7..dfc19e7109 100644 --- a/ci/scripts/op_benchmark.config +++ b/ci/scripts/op_benchmark.config @@ -45,7 +45,7 @@ BENCHMARK_APINAME_OP_MAP=( ["pow"]="elementwise" ["matmul"]="matmul" ["full"]="fill_constant" - ["embedding"]="lookup_table_v2" + # ["embedding"]="lookup_table_v2" ["topk"]="top_k" ["expand_as"]="expand_as" ["grid_sample"]="grid_sampler"