Skip to content

Commit

Permalink
fix build break in kernel_explorer (#20235)
Browse files Browse the repository at this point in the history
### Description
<!-- Describe your changes. -->



### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
  • Loading branch information
yufenglee authored Apr 10, 2024
1 parent 4707250 commit e6ca360
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ class DequantizeInt4 : public IKernelExplorer {
params_.quant_,
params_.scales_,
params_.zero_points_,
nullptr, /*reorder_idx*/
params_.k_,
params_.n_,
32,
Expand Down

0 comments on commit e6ca360

Please sign in to comment.