Skip to content

Commit

Permalink
add mapping config of PR-CI-OP-benchmark, test=document_fix (PaddlePa…
Browse files Browse the repository at this point in the history
  • Loading branch information
Avin0323 authored Dec 24, 2020
1 parent d7f28e7 commit fc82a3f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ci/scripts/op_benchmark.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Paddle repo file name -> op name
declare -A PADDLE_FILENAME_OP_MAP
PADDLE_FILENAME_OP_MAP=(
["activation_op.cu"]="leaky_relu elu sqrt square pow exp abs log"
["conv_op.cu.cc"]="depthwise_conv2d conv2d conv3d"
["activation_op.cu"]="leaky_relu elu sqrt square exp abs log"
["activation_cudnn_op.cu.cc"]="relu relu6 sigmoid tanh"
["interpolate_op.cu"]="bilinear_interp nearest_interp trilinear_interp bicubic_interp linear_interp"
)
Expand Down Expand Up @@ -44,4 +45,6 @@ SKIP_OP_MAP=(
["setitem"]="temporarily blocking"
["conv_transpose"]="temporarily blocking"
["set_value"]="temporarily blocking"
["inplace_abn"]="no 2.0 API"
["lstmp"]="no reason"
)

0 comments on commit fc82a3f

Please sign in to comment.