Skip to content
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

QB4W Fully Connected Operator #6673

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

GregoryComer
Copy link
Contributor

@GregoryComer GregoryComer commented Jul 3, 2024

Add operator-API level support for qb4w (4-bit blockwise-quantized weight) fully connected operators. Note that this only contains gemm config entries for scalar kernels, and will be fleshed out when appropriate ISA-specific kernels are merged.

This PR is a WIP. Outstanding tasks are as follows:

  • Use new pack methods for blockwise
  • Clean up create function API changes for blockwise
  • Add gemm config entries for all qb4w kernels

@@ -460,6 +460,310 @@ enum xnn_status xnn_create_fully_connected_nc_qd8_f16_qc4w(
fully_connected_op_out);
}

enum xnn_status xnn_create_fully_connected_nc_qd8_f16_qb4w(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you think we can share logic with other create functions and use create_fully_connected_nc? For both fp16 and fp32?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants