Skip to content

Commit

Permalink
Fix the cmake and bzl file
Browse files Browse the repository at this point in the history
  • Loading branch information
KaustubhIMG committed Sep 26, 2024
1 parent bd821ed commit 2f40edd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmake/gen/rvvfp16arith_microkernels.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
# Generator: tools/update-microkernels.py


SET(PROD_RVVFP16ARITH_MICROKERNEL_SRCS
src/f32-f16-vcvt/gen/f32-f16-vcvt-rvvfp16arith-u4v.c)
SET(PROD_RVVFP16ARITH_MICROKERNEL_SRCS)

SET(NON_PROD_RVVFP16ARITH_MICROKERNEL_SRCS
src/f16-vclamp/gen/f16-vclamp-rvvfp16arith-u1v.c
Expand All @@ -19,6 +18,7 @@ SET(NON_PROD_RVVFP16ARITH_MICROKERNEL_SRCS
src/f16-vclamp/gen/f16-vclamp-rvvfp16arith-u8v.c
src/f32-f16-vcvt/gen/f32-f16-vcvt-rvvfp16arith-u1v.c
src/f32-f16-vcvt/gen/f32-f16-vcvt-rvvfp16arith-u2v.c
src/f32-f16-vcvt/gen/f32-f16-vcvt-rvvfp16arith-u4v.c
src/f32-f16-vcvt/gen/f32-f16-vcvt-rvvfp16arith-u8v.c)

SET(ALL_RVVFP16ARITH_MICROKERNEL_SRCS ${PROD_RVVFP16ARITH_MICROKERNEL_SRCS} + ${NON_PROD_RVVFP16ARITH_MICROKERNEL_SRCS})
2 changes: 1 addition & 1 deletion gen/rvvfp16arith_microkernels.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Auto-generated file. Do not edit!
"""

PROD_RVVFP16ARITH_MICROKERNEL_SRCS = [
"src/f32-f16-vcvt/gen/f32-f16-vcvt-rvvfp16arith-u4v.c",
]

NON_PROD_RVVFP16ARITH_MICROKERNEL_SRCS = [
Expand All @@ -16,6 +15,7 @@ NON_PROD_RVVFP16ARITH_MICROKERNEL_SRCS = [
"src/f16-vclamp/gen/f16-vclamp-rvvfp16arith-u8v.c",
"src/f32-f16-vcvt/gen/f32-f16-vcvt-rvvfp16arith-u1v.c",
"src/f32-f16-vcvt/gen/f32-f16-vcvt-rvvfp16arith-u2v.c",
"src/f32-f16-vcvt/gen/f32-f16-vcvt-rvvfp16arith-u4v.c",
"src/f32-f16-vcvt/gen/f32-f16-vcvt-rvvfp16arith-u8v.c",
]

Expand Down

0 comments on commit 2f40edd

Please sign in to comment.