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
Add support for copy_ for plain layout and tensor core tiled layout (#1791)
* Add support for copy_ for plain layout and tensor core tiled layout
Summary:
att, only support copy_ from AQT to another AQT with same metadata (shapes etc.)
Tested int4wo, int8wo, int8dq
Test Plan:
python test/dtypes/test_affine_quantized.py -k test_copy_
Reviewers:
Subscribers:
Tasks:
Tags:
* remove print
* add metadata mismatch test
* rebase and add float8
* cutlass int4 support
0 commit comments