未验证 提交 87753ee8 编写于 作者: T tianshuo78520a 提交者: GitHub

Test FLAGS_enable_cudnn_frontend In CUDA117 CI (#47635)

* test=cuda117

* test=cuda11

* test=document_fix;test=cuda117

* test=document_fix
上级 dcc4b46f
...@@ -2889,6 +2889,12 @@ function parallel_test() { ...@@ -2889,6 +2889,12 @@ function parallel_test() {
echo "ipipe_log_param_TestCases_Total_Time: $[ $ut_total_endTime_s - $ut_total_startTime_s ]s" >> ${PADDLE_ROOT}/build/build_summary.txt echo "ipipe_log_param_TestCases_Total_Time: $[ $ut_total_endTime_s - $ut_total_startTime_s ]s" >> ${PADDLE_ROOT}/build/build_summary.txt
} }
function nv_test() {
export FLAGS_enable_cudnn_frontend=0
ctest -R "conv" --output-on-failure --timeout 150
}
function enable_unused_var_check() { function enable_unused_var_check() {
# NOTE(zhiqiu): Set FLAGS_enable_unused_var_check=1 here to enable unused_var_check, # NOTE(zhiqiu): Set FLAGS_enable_unused_var_check=1 here to enable unused_var_check,
# which checks if an operator has unused input variable(s). # which checks if an operator has unused input variable(s).
...@@ -3587,6 +3593,11 @@ function main() { ...@@ -3587,6 +3593,11 @@ function main() {
parallel_test parallel_test
check_coverage check_coverage
;; ;;
nv_cicheck_coverage)
parallel_test
nv_test
check_coverage
;;
check_coverage_build) check_coverage_build)
check_coverage_build check_coverage_build
;; ;;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册