mirror of
https://github.com/amd/blis.git
synced 2026-05-11 17:50:00 +00:00
1. CMake script changes for build with Clang compiler. 2. CMake script changes for build test and testsuite based on the lib type ST/MT 3. CMake script changes for testcpp and blastest 4. Added python scripts to support library build and testsuite build. AMD Internal : [CPUPL-1422] Change-Id: Ie34c3e60e9f8fbf7ea69b47fd1b50ee90099c898
11 lines
760 B
YAML
11 lines
760 B
YAML
# Copyright (C) 2020, Advanced Micro Devices, Inc. All Rights Reserved
|
|
|
|
|
|
|
|
checkblis: [input.general, input.operations]
|
|
|
|
|
|
|
|
checkblis-fast: [input.general.fast, input.operations.fast]
|
|
|
|
|
|
|
|
checkblis-md: [input.general.mixed, input.operations.mixed]
|
|
|
|
|
|
|
|
checkblis-salt: [input.general.salt, input.operations.salt]
|
|
|
|
|
|
|
|
check: ['cblat1.exe', 'dblat1.exe', 'sblat1.exe', 'zblat1.exe', 'cblat2.exe < ../../blastest/input/cblat2.in', 'dblat2.exe < ../../blastest/input/dblat2.in', 'sblat2.exe < ../../blastest/input/sblat2.in', 'zblat2.exe < ../../blastest/input/zblat2.in', 'cblat3.exe < ../../blastest/input/cblat3.in', 'dblat3.exe < ../../blastest/input/dblat3.in', 'sblat3.exe < ../../blastest/input/sblat3.in', 'zblat3.exe < ../../blastest/input/zblat3.in'] |