Skip to content

Commit

Permalink
Address CI failed checks
Browse files Browse the repository at this point in the history
  • Loading branch information
nitheshsrikanth-mcw committed Nov 20, 2024
1 parent a6b1a6f commit a68dfeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/f16-vmulcaddc-minmax.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ XNN_TEST_VMULCADDC_OUTPUT_STRIDE(ukernel,arch_flags, row_tile, channel_tile, da
XNN_TEST_VMULCADDC_INPLACE(ukernel,arch_flags, row_tile, channel_tile, datatype, params_type, init_params); \
XNN_TEST_VMULCADDC_QMAX(ukernel,arch_flags, row_tile, channel_tile, datatype, params_type, init_params); \
XNN_TEST_VMULCADDC_QMIN(ukernel,arch_flags, row_tile, channel_tile, datatype, params_type, init_params);
#include "src/f16-vmulcaddc/f16-vmulcaddc.h"
#include "f16-vmulcaddc/f16-vmulcaddc.h"
#undef XNN_UKERNEL_WITH_PARAMS
2 changes: 1 addition & 1 deletion test/f32-vmulcaddc-minmax.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ XNN_TEST_VMULCADDC_OUTPUT_STRIDE(ukernel,arch_flags, row_tile, channel_tile, da
XNN_TEST_VMULCADDC_INPLACE(ukernel,arch_flags, row_tile, channel_tile, datatype, params_type, init_params); \
XNN_TEST_VMULCADDC_QMAX(ukernel,arch_flags, row_tile, channel_tile, datatype, params_type, init_params); \
XNN_TEST_VMULCADDC_QMIN(ukernel,arch_flags, row_tile, channel_tile, datatype, params_type, init_params);
#include "src/f32-vmulcaddc/f32-vmulcaddc.h"
#include "f32-vmulcaddc/f32-vmulcaddc.h"
#undef XNN_UKERNEL_WITH_PARAMS

0 comments on commit a68dfeb

Please sign in to comment.