|
21 | 21 | _linear_fp_act_fp8_weight_check, |
22 | 22 | _linear_fp_act_fp8_weight_impl, |
23 | 23 | ) |
24 | | -from torchao.dtypes.uintx.gemlite_layout import ( |
| 24 | +from torchao.prototype.dtypes.uintx.gemlite_layout import ( |
25 | 25 | _linear_fp_act_int4_weight_gemlite_check, |
26 | 26 | _linear_fp_act_int4_weight_gemlite_impl, |
27 | 27 | ) |
| 28 | +from torchao.prototype.dtypes.floatx.floatx_tensor_core_layout import ( |
| 29 | + _linear_f16_bf16_act_floatx_weight_check, |
| 30 | + _linear_f16_bf16_act_floatx_weight_impl, |
| 31 | +) |
28 | 32 | from torchao.dtypes.uintx.int4_cpu_layout import ( |
29 | 33 | _linear_fp_act_uint4_weight_cpu_check, |
30 | 34 | _linear_fp_act_uint4_weight_cpu_impl, |
|
90 | 94 | _linear_int8_act_int4_weight_cpu_check, |
91 | 95 | _linear_int8_act_int4_weight_cpu_impl, |
92 | 96 | ) |
| 97 | +from torchao.prototype.dtypes.uintx.gemlite_layout import ( |
| 98 | + _linear_fp_act_int4_weight_gemlite_check, |
| 99 | + _linear_fp_act_int4_weight_gemlite_impl, |
| 100 | +) |
93 | 101 | from torchao.prototype.dtypes.uintx.marlin_qqq_tensor import ( |
94 | 102 | _linear_int8_act_int4_weight_marlin_qqq_check, |
95 | 103 | _linear_int8_act_int4_weight_marlin_qqq_impl, |
|
0 commit comments