mirror of
https://github.com/amd/blis.git
synced 2026-05-12 01:59:59 +00:00
- Completed zen4 configuration support on windows - Enabled AVX512 kernels for AMAXV - Added zen4 configuration in amdzen for windows - Moved all zen4 kernels inside kernels/zen4 folder AMD-Internal: [CPUPL-2108] Change-Id: I9d2336998bbcdb8e2c4ca474977b5939bfa578ba
10 lines
253 B
CMake
10 lines
253 B
CMake
##Copyright (C) 2022, Advanced Micro Devices, Inc. All rights reserved.##
|
|
|
|
add_subdirectory(haswell)
|
|
add_subdirectory(zen)
|
|
|
|
if(${TARGET_ARCH} STREQUAL zen4 OR
|
|
${TARGET_ARCH} STREQUAL amdzen)
|
|
add_subdirectory(skx)
|
|
add_subdirectory(zen4)
|
|
endif() |