-
`stablehlo.reshape` conversion is failing if we reshape multiple dimensions simultaneously.
An example stablehlo graph
```
module {
func.func @main(%arg0: tensor) -> tensor {
%0 = stablehlo.re…
-
`#eval ⊞[1.0,2.0,3.0].reshape #[3,1]` just gives
```
typeclass instance problem is stuck, it is often due to metavariables
SciLean.IndexType ?m.11304
```
Is there a _simple_ way to reshape…
-
**Describe the bug**
A clear and concise description of what the bug is.
The reshape OP should never change the volume of the logical tensor as it is only reshaping it. The new branch to be merged jv…
-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
tf 2.14.0
### Custom code
Yes
### OS platform and…
-
We wish to improve the reshape OP to only operate on device. This means support for:
Interleaved or Sharded
Tiled (with native padding support) or Row Major
The action plan is as follows:
- [x] Crea…
-
Hi @willow-ahrens,
I wanted to discuss feasibility of eager only (and simplest possible) `reshape` function in Finch.
It looks like most of the Array API test suites require `reshape` to run (`t…
-
![image](https://github.com/user-attachments/assets/3665706f-df73-4f78-a258-23b4a0c7bd60)
-
Dear devs.
I use a simple script for calculating nmr shieldings:
# xyzin="propanol-g_opt1.xyz" # running
xyzin ="clprop1-g_opt1.xyz"
logfile="nmrtest2.log"
import pyscf
# from pyscf impo…
-
Hi there,
I am new to taco, but it has been amazingly easy to use so far. I am wondering if there is support for Kronecker product of matrices. e.g.
![image](https://user-images.githubusercont…
-
This program:
```fortran
program test
implicit none
real(4) :: B(3, 3)
B = reshape([1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0], shape(B))
print *, "Original matrix B:"
print *, B
end…