Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

retinanet_resnet50_fpn issue #692

Open
swimdi opened this issue Dec 30, 2024 · 0 comments
Open

retinanet_resnet50_fpn issue #692

swimdi opened this issue Dec 30, 2024 · 0 comments

Comments

@swimdi
Copy link
Collaborator

swimdi commented Dec 30, 2024

Currently retinanet_resnet50_fpn has these issue

  1. because it's just 🚧, so these new appeared not yet have lowering
aten.empty.memory_format
aten.fill.Scalar
aten.split_with_sizes.default
  1. 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"],
]

Reproduce method is

  1. 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.

Reproduce method is

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant