Closed mstojkovicTT closed 1 week ago
When reshaping to 3D tensor, instead of casting shape to vector, shape gets cast to tuple<int,int,int> which is not handled.
Example: shapes: ((1, 11, 2048), (1, 11, 2048))
Repro: pytest forge/test/mlir/llama/tests/test_specific_ops_llama32.py::test_reshape
forge/test/mlir/llama/tests/test_specific_ops_llama32.py::test_reshape
This issue is resolved in PR #681
When reshaping to 3D tensor, instead of casting shape to vector, shape gets cast to tuple<int,int,int> which is not handled.
Example: shapes: ((1, 11, 2048), (1, 11, 2048))
Repro: pytest
forge/test/mlir/llama/tests/test_specific_ops_llama32.py::test_reshape