Files
OpenBLAS/install/lib/cmake/openblas/OpenBLASConfigVersion.cmake
T
gkdddd 670ec6f757 Added shgemm_kernel_8x8 for RISCV64_ZVL128B and shgemm_kernel_16x8 for RISCV64_ZVL256B
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>
2025-06-03 20:14:30 +08:00

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 ()