Skip to content

Commit

Permalink
hvx - run generator scripts
Browse files Browse the repository at this point in the history
- updates 3 files but does not affect code generated

PiperOrigin-RevId: 641531561
  • Loading branch information
fbarchard authored and xnnpack-bot committed Jun 8, 2024
1 parent c95d4af commit c2c81de
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cmake/gen/hvx_microkernels.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ SET(ALL_HVX_MICROKERNEL_SRCS
src/f32-vbinary/gen/f32-vsqrdiff-hvx-u128.c
src/f32-vbinary/gen/f32-vsub-minmax-hvx-u32.c
src/f32-vbinary/gen/f32-vsub-minmax-hvx-u64.c
src/f32-vbinary/gen/f32-vsub-minmax-hvx-u128.c)
src/f32-vbinary/gen/f32-vsub-minmax-hvx-u128.c)
2 changes: 1 addition & 1 deletion src/amalgam/gen/scalar.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree.

#include <assert.h>
#include <fp16/fp16.h>
#include <assert.h>
#include <fxdiv.h>
#include <math.h>
#include <simd/f32-scalar.h>
Expand Down
8 changes: 4 additions & 4 deletions src/xnnpack/igemm.h
Original file line number Diff line number Diff line change
Expand Up @@ -415,13 +415,13 @@ DECLARE_F32_IGEMM_MINMAX_UKERNEL_FUNCTION(xnn_f32_igemm_minmax_ukernel_1x4v__rvv
DECLARE_F32_IGEMM_MINMAX_UKERNEL_FUNCTION(xnn_f32_igemm_minmax_ukernel_7x4v__rvv)

DECLARE_F32_IGEMM_MINMAX_UKERNEL_FUNCTION(xnn_f32_igemm_minmax_ukernel_1x32__hvx_broadcast)
DECLARE_F32_IGEMM_MINMAX_UKERNEL_FUNCTION(xnn_f32_igemm_minmax_ukernel_8x32__hvx_broadcast)
DECLARE_F32_IGEMM_MINMAX_UKERNEL_FUNCTION(xnn_f32_igemm_minmax_ukernel_16x32__hvx_broadcast)
DECLARE_F32_IGEMM_MINMAX_UKERNEL_FUNCTION(xnn_f32_igemm_minmax_ukernel_1x64__hvx_broadcast)
DECLARE_F32_IGEMM_MINMAX_UKERNEL_FUNCTION(xnn_f32_igemm_minmax_ukernel_4x64__hvx_broadcast)
DECLARE_F32_IGEMM_MINMAX_UKERNEL_FUNCTION(xnn_f32_igemm_minmax_ukernel_7x64__hvx_broadcast)
DECLARE_F32_IGEMM_MINMAX_UKERNEL_FUNCTION(xnn_f32_igemm_minmax_ukernel_1x128__hvx_broadcast)
DECLARE_F32_IGEMM_MINMAX_UKERNEL_FUNCTION(xnn_f32_igemm_minmax_ukernel_2x128__hvx_broadcast)
DECLARE_F32_IGEMM_MINMAX_UKERNEL_FUNCTION(xnn_f32_igemm_minmax_ukernel_4x64__hvx_broadcast)
DECLARE_F32_IGEMM_MINMAX_UKERNEL_FUNCTION(xnn_f32_igemm_minmax_ukernel_7x64__hvx_broadcast)
DECLARE_F32_IGEMM_MINMAX_UKERNEL_FUNCTION(xnn_f32_igemm_minmax_ukernel_8x32__hvx_broadcast)
DECLARE_F32_IGEMM_MINMAX_UKERNEL_FUNCTION(xnn_f32_igemm_minmax_ukernel_16x32__hvx_broadcast)

#define DECLARE_F16_IGEMM_MINMAX_UKERNEL_FUNCTION(fn_name) \
XNN_INTERNAL void fn_name( \
Expand Down

0 comments on commit c2c81de

Please sign in to comment.