Skip to content

Commit

Permalink
add missing file
Browse files Browse the repository at this point in the history
Signed-off-by: fishbell <[email protected]>
  • Loading branch information
songbell committed Jan 14, 2025
1 parent c644449 commit 6e0ab3b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
#include "quantize_kernel_selector.h"
#include "quantize_kernel_ref.h"
#include "quantize_kernel_scale_shift_opt.h"
#include "quantize_kernel_scale_shift_vload8_opt.h"

namespace kernel_selector {

quantize_kernel_selector::quantize_kernel_selector() {
Attach<QuantizeKernelRef>();
Attach<QuantizeKernelScaleShift>();
Attach<QuantizeKernelScaleShift_vload8>();
}

KernelsData quantize_kernel_selector::GetBestKernels(const Params& params) const {
Expand Down

0 comments on commit 6e0ab3b

Please sign in to comment.