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