Added HFLOAT16 support for RISCV64 Added shgemm_kernel_8x8 for RISCV64_ZVL128B and shgemm_kernel_16x8 for RISCV64_ZVL256B based on HFLOAT16 The instruction sets used are ZVFH and ZFH, which need to be supported by RVV1.0 Related to issue #5279 Co-authored-by Linjin Li <linjin_li@163.com>
10 lines
289 B
CMake
10 lines
289 B
CMake
set (PACKAGE_VERSION "0.3.29.dev")
|
|
if (PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
|
|
set (PACKAGE_VERSION_COMPATIBLE FALSE)
|
|
else ()
|
|
set (PACKAGE_VERSION_COMPATIBLE TRUE)
|
|
if (PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION)
|
|
set (PACKAGE_VERSION_EXACT TRUE)
|
|
endif ()
|
|
endif ()
|