in-thread transpose creates incorrect reshape operations
Open
- Dominant language
- Python
- Stars
- 59
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
The logic in the in-thread transpose creates reshape operations with a single value for `target_vector_shapes` whereas a dictionary is expected:
https://github.com/iree-org/wave/blob/d7bee6bacd5779013b0c69fbd6459a764563b5a2/wave_lang/kernel/wave/in_thread_transpose.py#L320
Type annotation
https://github.com/iree-org/wave/blob/d7bee6bacd5779013b0c69fbd6459a764563b5a2/wave_lang/kernel/ops/wave_ops.py#L3268
Attributed to: https://github.com/iree-org/wave/blame/eae38e3c67f3ff05f84f075a823142dcfa646a16/wave_lang/kernel/wave/in_thread_transpose.py#L314
Contributor guide
Assessment
This issue has not been assessed yet.