-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change torchao quantization types from int to size_t and preface vars with "preferred_" #1041
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/1041
Note: Links to docs will display an error until the docs builds have been completed. This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D63873383 |
231ae6e
to
6e03e7d
Compare
… with "preferred_" (pytorch#1041) Summary: 1. Change the types of activation_data_alignment and weight_data_alignment from int to size_t. 2. Change the return types of activation_data_size_fn_type and weight_data_size_fn_type from int to size_t. 3. Rename activation_data_alignment to preferred_activation_data_alignment. 4. Rename weight_data_alignment to preferred_weight_data_alignment Differential Revision: D63873383
This pull request was exported from Phabricator. Differential Revision: D63873383 |
...aarch64/linear/channelwise_8bit_activation_groupwise_lowbit_weight_1x8x16_f32_neondot-impl.h
Show resolved
Hide resolved
torchao/experimental/ops/linear_8bit_act_xbit_weight/linear_8bit_act_xbit_weight.cpp
Show resolved
Hide resolved
torchao/experimental/ops/linear_8bit_act_xbit_weight/linear_8bit_act_xbit_weight.h
Outdated
Show resolved
Hide resolved
torchao/experimental/ops/linear_8bit_act_xbit_weight/linear_8bit_act_xbit_weight.h
Outdated
Show resolved
Hide resolved
torchao/experimental/ops/linear_8bit_act_xbit_weight/op_linear_8bit_act_xbit_weight-impl.h
Outdated
Show resolved
Hide resolved
torchao/experimental/ops/linear_8bit_act_xbit_weight/op_linear_8bit_act_xbit_weight-impl.h
Outdated
Show resolved
Hide resolved
… with "preferred_" (pytorch#1041) Summary: 1. Change the types of activation_data_alignment and weight_data_alignment from int to size_t. 2. Change the return types of activation_data_size_fn_type and weight_data_size_fn_type from int to size_t. 3. Rename activation_data_alignment to preferred_activation_data_alignment. 4. Rename weight_data_alignment to preferred_weight_data_alignment Differential Revision: D63873383
6e03e7d
to
84597da
Compare
This pull request was exported from Phabricator. Differential Revision: D63873383 |
Ready for another look @metascroy, thanks! |
Changes look good! Did you rerun the tests after making them? |
Yes, everything compiled/passed when running:
|
… with "preferred_" Differential Revision: D63873383 Pull Request resolved: #1041
Summary:
Differential Revision: D63873383