From 2f823c7a3a8ca2eb6db4b2e9e2291fe32ef96159 Mon Sep 17 00:00:00 2001 From: hschoi Date: Mon, 10 Jun 2024 01:11:46 +0000 Subject: [PATCH] #9046: update get_compute_kernel_options function --- .../tt_eager/python_api_testing/unit_testing/misc/test_utils.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/tt_eager/python_api_testing/unit_testing/misc/test_utils.py b/tests/tt_eager/python_api_testing/unit_testing/misc/test_utils.py index d8c23f36d27..1e5ded1af4e 100644 --- a/tests/tt_eager/python_api_testing/unit_testing/misc/test_utils.py +++ b/tests/tt_eager/python_api_testing/unit_testing/misc/test_utils.py @@ -15,6 +15,8 @@ def get_compute_kernel_options(compute_kernel_options): + if compute_kernel_options is None: + return None if is_wormhole_b0(): fp32_dest_acc_en = compute_kernel_options packer_l1_acc = False