You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update on "[ET-VK][12/n] aten.cat with more codegen"
1. The `aten.cat` operation are very straightforward using the `copy_*_node`.
2. Complexity comes from the code-gen. We need to introduce a `AT_TENSOR_LIST` type, which contains a list of `AT_TENSOR` with `is_in=True`. The tensor list itself as a container is not an `IOValueRef`, but the element inside are. It leads to some ugly if-then-else in the codegen.
Differential Revision: [D56626865](https://our.internmc.facebook.com/intern/diff/D56626865/)
[ghstack-poisoned]
0 commit comments