You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aten.stack.default: this input varation shape too large
# Statically allocated circular buffers on core range [(x=0,y=0) - (x=0,y=0)] grow to 3580704 B which is beyond max L1 size of 1499136 B
aten_aten_stack_default = [
["List[Tensor] tensors = [<[13600]>, <[13600]>, <[13600]>, <[13600]>]", "int dim = 1"],
]
Run pytest tests/models/torchvision/test_torchvision_object_detection.py -k retinanet_resnet50_fpn
aten.clone.default: torch.int32 cause this error
E RuntimeError: TT_FATAL @ /tmp/build-via-sdist-5pcqh003/ttnn-0.54.0rc11+wormhole.b0/ttnn/cpp/ttnn/operations/data_movement/concat/device/concat_device_operation.cpp:42: in_ref.get_dtype() == first_input.get_dtype()
E info:
E All Tensors should have same dtypes.
Currently
retinanet_resnet50_fpn
has these issueaten.stack.default
: this input varation shape too largeReproduce method is
pytorch2.0_ttnn/torch_ttnn/passes/lowering/to_tt_guard.py
Line 83 in 3be2fd5
pytest tests/models/torchvision/test_torchvision_object_detection.py -k retinanet_resnet50_fpn
aten.clone.default
: torch.int32 cause this errorReproduce method is
torch.int32: TtnnInt32(),
in herepytorch2.0_ttnn/torch_ttnn/passes/lowering/to_tt_pass.py
Lines 360 to 363 in 3be2fd5
pytest tests/models/torchvision/test_torchvision_object_detection.py -k retinanet_resnet50_fpn
The text was updated successfully, but these errors were encountered: