Provided one global DeviceConnector instance. Moved typedefs from utils to a new file. #93
365 tests run, 0 passed, 24 skipped, 341 failed.
Annotations
Check failure on line 1 in tests/TTIR/test_array_add.py
github-actions / TT-XLA Tests
test_array_add.test_2x2_array_add
failed on setup with "AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?"
Raw output
@pytest.fixture(scope="session", autouse=True)
def setup_session():
# Added to prevent `PJRT_Api already exists for device type tt` error.
# Will be removed completely soon.
> connector = DeviceConnector.get_instance()
E AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?
tests/conftest.py:28: AttributeError
Check failure on line 1 in tests/TTIR/test_array_add.py
github-actions / TT-XLA Tests
test_array_add.test_3x2_array_add
failed on setup with "AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?"
Raw output
@pytest.fixture(scope="session", autouse=True)
def setup_session():
# Added to prevent `PJRT_Api already exists for device type tt` error.
# Will be removed completely soon.
> connector = DeviceConnector.get_instance()
E AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?
tests/conftest.py:28: AttributeError
Check failure on line 1 in tests/TTIR/test_array_add.py
github-actions / TT-XLA Tests
test_array_add.test_module_add[1]
failed on setup with "AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?"
Raw output
@pytest.fixture(scope="session", autouse=True)
def setup_session():
# Added to prevent `PJRT_Api already exists for device type tt` error.
# Will be removed completely soon.
> connector = DeviceConnector.get_instance()
E AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?
tests/conftest.py:28: AttributeError
Check failure on line 1 in tests/TTIR/test_array_add.py
github-actions / TT-XLA Tests
test_array_add.test_module_add[2]
failed on setup with "AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?"
Raw output
@pytest.fixture(scope="session", autouse=True)
def setup_session():
# Added to prevent `PJRT_Api already exists for device type tt` error.
# Will be removed completely soon.
> connector = DeviceConnector.get_instance()
E AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?
tests/conftest.py:28: AttributeError
Check failure on line 1 in tests/TTIR/test_array_add.py
github-actions / TT-XLA Tests
test_array_add.test_module_add[3]
failed on setup with "AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?"
Raw output
@pytest.fixture(scope="session", autouse=True)
def setup_session():
# Added to prevent `PJRT_Api already exists for device type tt` error.
# Will be removed completely soon.
> connector = DeviceConnector.get_instance()
E AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?
tests/conftest.py:28: AttributeError
Check failure on line 1 in tests/TTIR/test_array_add.py
github-actions / TT-XLA Tests
test_array_add.test_module_add[4]
failed on setup with "AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?"
Raw output
@pytest.fixture(scope="session", autouse=True)
def setup_session():
# Added to prevent `PJRT_Api already exists for device type tt` error.
# Will be removed completely soon.
> connector = DeviceConnector.get_instance()
E AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?
tests/conftest.py:28: AttributeError
Check failure on line 1 in tests/TTIR/test_array_add.py
github-actions / TT-XLA Tests
test_array_add.test_module_add[5]
failed on setup with "AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?"
Raw output
@pytest.fixture(scope="session", autouse=True)
def setup_session():
# Added to prevent `PJRT_Api already exists for device type tt` error.
# Will be removed completely soon.
> connector = DeviceConnector.get_instance()
E AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?
tests/conftest.py:28: AttributeError
Check failure on line 1 in tests/TTIR/test_array_add.py
github-actions / TT-XLA Tests
test_array_add.test_module_add[6]
failed on setup with "AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?"
Raw output
@pytest.fixture(scope="session", autouse=True)
def setup_session():
# Added to prevent `PJRT_Api already exists for device type tt` error.
# Will be removed completely soon.
> connector = DeviceConnector.get_instance()
E AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?
tests/conftest.py:28: AttributeError
Check failure on line 1 in tests/TTIR/test_basic_ops.py
github-actions / TT-XLA Tests
test_basic_ops.test_abs_op[input_shapes0]
failed on setup with "AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?"
Raw output
@pytest.fixture(scope="session", autouse=True)
def setup_session():
# Added to prevent `PJRT_Api already exists for device type tt` error.
# Will be removed completely soon.
> connector = DeviceConnector.get_instance()
E AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?
tests/conftest.py:28: AttributeError
Check failure on line 1 in tests/TTIR/test_basic_ops.py
github-actions / TT-XLA Tests
test_basic_ops.test_abs_op[input_shapes1]
failed on setup with "AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?"
Raw output
@pytest.fixture(scope="session", autouse=True)
def setup_session():
# Added to prevent `PJRT_Api already exists for device type tt` error.
# Will be removed completely soon.
> connector = DeviceConnector.get_instance()
E AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?
tests/conftest.py:28: AttributeError
Check failure on line 1 in tests/TTIR/test_basic_ops.py
github-actions / TT-XLA Tests
test_basic_ops.test_cbrt_op[input_shapes0]
failed on setup with "AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?"
Raw output
@pytest.fixture(scope="session", autouse=True)
def setup_session():
# Added to prevent `PJRT_Api already exists for device type tt` error.
# Will be removed completely soon.
> connector = DeviceConnector.get_instance()
E AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?
tests/conftest.py:28: AttributeError
Check failure on line 1 in tests/TTIR/test_basic_ops.py
github-actions / TT-XLA Tests
test_basic_ops.test_cbrt_op[input_shapes1]
failed on setup with "AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?"
Raw output
@pytest.fixture(scope="session", autouse=True)
def setup_session():
# Added to prevent `PJRT_Api already exists for device type tt` error.
# Will be removed completely soon.
> connector = DeviceConnector.get_instance()
E AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?
tests/conftest.py:28: AttributeError
Check failure on line 1 in tests/TTIR/test_basic_ops.py
github-actions / TT-XLA Tests
test_basic_ops.test_concat_op
failed on setup with "AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?"
Raw output
@pytest.fixture(scope="session", autouse=True)
def setup_session():
# Added to prevent `PJRT_Api already exists for device type tt` error.
# Will be removed completely soon.
> connector = DeviceConnector.get_instance()
E AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?
tests/conftest.py:28: AttributeError
Check failure on line 1 in tests/TTIR/test_basic_ops.py
github-actions / TT-XLA Tests
test_basic_ops.test_convert_op[input_shapes0]
failed on setup with "AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?"
Raw output
@pytest.fixture(scope="session", autouse=True)
def setup_session():
# Added to prevent `PJRT_Api already exists for device type tt` error.
# Will be removed completely soon.
> connector = DeviceConnector.get_instance()
E AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?
tests/conftest.py:28: AttributeError
Check failure on line 1 in tests/TTIR/test_basic_ops.py
github-actions / TT-XLA Tests
test_basic_ops.test_convert_op[input_shapes1]
failed on setup with "AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?"
Raw output
@pytest.fixture(scope="session", autouse=True)
def setup_session():
# Added to prevent `PJRT_Api already exists for device type tt` error.
# Will be removed completely soon.
> connector = DeviceConnector.get_instance()
E AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?
tests/conftest.py:28: AttributeError
Check failure on line 1 in tests/TTIR/test_basic_ops.py
github-actions / TT-XLA Tests
test_basic_ops.test_div_op[input_shapes0-0.01]
failed on setup with "AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?"
Raw output
@pytest.fixture(scope="session", autouse=True)
def setup_session():
# Added to prevent `PJRT_Api already exists for device type tt` error.
# Will be removed completely soon.
> connector = DeviceConnector.get_instance()
E AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?
tests/conftest.py:28: AttributeError
Check failure on line 1 in tests/TTIR/test_basic_ops.py
github-actions / TT-XLA Tests
test_basic_ops.test_div_op[input_shapes1-0.35]
failed on setup with "AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?"
Raw output
@pytest.fixture(scope="session", autouse=True)
def setup_session():
# Added to prevent `PJRT_Api already exists for device type tt` error.
# Will be removed completely soon.
> connector = DeviceConnector.get_instance()
E AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?
tests/conftest.py:28: AttributeError
Check failure on line 1 in tests/TTIR/test_basic_ops.py
github-actions / TT-XLA Tests
test_basic_ops.test_dot_general_op[input_shapes0]
failed on setup with "AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?"
Raw output
@pytest.fixture(scope="session", autouse=True)
def setup_session():
# Added to prevent `PJRT_Api already exists for device type tt` error.
# Will be removed completely soon.
> connector = DeviceConnector.get_instance()
E AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?
tests/conftest.py:28: AttributeError
Check failure on line 1 in tests/TTIR/test_basic_ops.py
github-actions / TT-XLA Tests
test_basic_ops.test_dot_general_op[input_shapes1]
failed on setup with "AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?"
Raw output
@pytest.fixture(scope="session", autouse=True)
def setup_session():
# Added to prevent `PJRT_Api already exists for device type tt` error.
# Will be removed completely soon.
> connector = DeviceConnector.get_instance()
E AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?
tests/conftest.py:28: AttributeError
Check failure on line 1 in tests/TTIR/test_basic_ops.py
github-actions / TT-XLA Tests
test_basic_ops.test_exp_op[input_shapes0-0.2]
failed on setup with "AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?"
Raw output
@pytest.fixture(scope="session", autouse=True)
def setup_session():
# Added to prevent `PJRT_Api already exists for device type tt` error.
# Will be removed completely soon.
> connector = DeviceConnector.get_instance()
E AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?
tests/conftest.py:28: AttributeError
Check failure on line 1 in tests/TTIR/test_basic_ops.py
github-actions / TT-XLA Tests
test_basic_ops.test_exp_op[input_shapes1-0.25]
failed on setup with "AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?"
Raw output
@pytest.fixture(scope="session", autouse=True)
def setup_session():
# Added to prevent `PJRT_Api already exists for device type tt` error.
# Will be removed completely soon.
> connector = DeviceConnector.get_instance()
E AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?
tests/conftest.py:28: AttributeError
Check failure on line 1 in tests/TTIR/test_basic_ops.py
github-actions / TT-XLA Tests
test_basic_ops.test_maximum_op[input_shapes0]
failed on setup with "AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?"
Raw output
@pytest.fixture(scope="session", autouse=True)
def setup_session():
# Added to prevent `PJRT_Api already exists for device type tt` error.
# Will be removed completely soon.
> connector = DeviceConnector.get_instance()
E AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?
tests/conftest.py:28: AttributeError
Check failure on line 1 in tests/TTIR/test_basic_ops.py
github-actions / TT-XLA Tests
test_basic_ops.test_maximum_op[input_shapes1]
failed on setup with "AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?"
Raw output
@pytest.fixture(scope="session", autouse=True)
def setup_session():
# Added to prevent `PJRT_Api already exists for device type tt` error.
# Will be removed completely soon.
> connector = DeviceConnector.get_instance()
E AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?
tests/conftest.py:28: AttributeError
Check failure on line 1 in tests/TTIR/test_basic_ops.py
github-actions / TT-XLA Tests
test_basic_ops.test_multiply_op[input_shapes0]
failed on setup with "AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?"
Raw output
@pytest.fixture(scope="session", autouse=True)
def setup_session():
# Added to prevent `PJRT_Api already exists for device type tt` error.
# Will be removed completely soon.
> connector = DeviceConnector.get_instance()
E AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?
tests/conftest.py:28: AttributeError
Check failure on line 1 in tests/TTIR/test_basic_ops.py
github-actions / TT-XLA Tests
test_basic_ops.test_multiply_op[input_shapes1]
failed on setup with "AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?"
Raw output
@pytest.fixture(scope="session", autouse=True)
def setup_session():
# Added to prevent `PJRT_Api already exists for device type tt` error.
# Will be removed completely soon.
> connector = DeviceConnector.get_instance()
E AttributeError: type object 'DeviceConnector' has no attribute 'get_instance'. Did you mean: '_instance'?
tests/conftest.py:28: AttributeError