未验证 提交 c34853af 编写于 作者: K kangguangli 提交者: GitHub

add run check for new ir (#56704)

上级 7edb0bf9
......@@ -592,6 +592,10 @@ py_test_modules(
py_test_modules(test_install_check MODULES test_install_check ENVS
FLAGS_cudnn_deterministic=1)
set_tests_properties(test_install_check PROPERTIES LABELS "RUN_TYPE=DIST")
py_test_modules(test_install_check_new_ir MODULES test_install_check ENVS
FLAGS_cudnn_deterministic=1 FLAGS_enable_new_ir_in_executor=1)
set_tests_properties(test_install_check_new_ir PROPERTIES LABELS
"RUN_TYPE=DIST")
if((WITH_GPU) AND (CUDA_VERSION GREATER_EQUAL 11.6))
py_test_modules(test_fused_gemm_epilogue_op MODULES
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册