-
!!! Exception during processing !!! cannot reshape array of size 615776 into shape (12288,1728)
Traceback (most recent call last):
File "/workspace/ComfyUI/execution.py", line 324, in execute
…
-
Hi! While using Enzyme with Lux and StaticArrays I found some situations in which the derivatives seem to be incorrect. I reduced the problem to the following MWE:
```julia
using StaticArrays
usi…
-
```fortran
program main
real, parameter :: d(1, 3) = reshape([1., 3., 5.], [1, 3])
end program
```
We need this to `test_var.f90`
-
**Describe the bug**
I encounter a segmentation fault when running the following unit test I wrote, which attempts to reshape a tensor to 4 dimensions after using `ttnn.conv_transpose2d`
**To Reprodu…
-
In `microsoft/beit-base-patch16-224`, there has this pattern
```
view_13 = torch.ops.aten.view.default(arg223_1, [-1])
index = torch.ops.aten.index.Tensor(arg1_1, [view_13])
```
where `arg1_1.shape = …
-
### First, confirm
- [X] I have read the [instruction](https://github.com/Gourieff/comfyui-reactor-node/blob/main/README.md) carefully
- [X] I have searched the existing issues
- [X] I have updat…
-
## Bug Description
When replacing the view nodes with reshape nodes, the metadata of the original view nodes, are assigned to the reshape nodes in the wrong order.
For example, assume we have 2…
-
### OpenVINO Version
2023.3.0
### Operating System
Other (Please specify in description)
### Device used for inference
GPU
### Framework
PyTorch
### Model used
cardiffnlp/twitter-roberta-base…
-
The error is different for different types.
### Integer array
```fortran
program main
print *, reshape([1, 2, 3, 4], [2, 2])
end program
```
```console
(base) saurabh-kumar@Awadh:~/Projec…
-
I think this should be able to return without error.
```julia
julia> reshape(randn(0,4),0,:)
ERROR: DivideError: integer division error
Stacktrace:
[1] div
@ ./int.jl:284 [inlined]
[2] d…