From bfa6a2b97a7389c04d4b171d38fae4bad111807e Mon Sep 17 00:00:00 2001 From: "Ding, Yi1" Date: Mon, 30 Dec 2024 13:57:30 +0800 Subject: [PATCH] ONEDNN_VERBOSE --- .github/actions/inductor-xpu-e2e-test/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/inductor-xpu-e2e-test/action.yml b/.github/actions/inductor-xpu-e2e-test/action.yml index 4e1fce079..d9bc3c360 100644 --- a/.github/actions/inductor-xpu-e2e-test/action.yml +++ b/.github/actions/inductor-xpu-e2e-test/action.yml @@ -132,7 +132,7 @@ runs: bash inductor_xpu_test.sh ${suite} ${dt} ${mode} ${scenario} xpu ${xpu_id/:*} static ${#xpu_list[*]} ${xpu_id/*:} & done else - bash inductor_xpu_test.sh ${suite} ${dt} ${mode} ${scenario} xpu 0 static 1 0 ${MODEL_ONLY_NAME} & + ONEDNN_VERBOSE=1 bash inductor_xpu_test.sh ${suite} ${dt} ${mode} ${scenario} xpu 0 static 1 0 ${MODEL_ONLY_NAME} & fi wait # summarize pass rate