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"