mirror of
https://github.com/amd/blis.git
synced 2026-06-29 02:37:05 +00:00
- Remove execute file permission from source and make files. - dos2unix conversion. - Add missing eol at end of files. Also update .gitignore to not exclude build directory but to exclude any build_* created by cmake builds. AMD-Internal: [CPUPL-4415] Change-Id: I5403290d49fe212659a8015d5e94281fe41eb124
622 lines
22 KiB
JSON
622 lines
22 KiB
JSON
{
|
|
"version": 6,
|
|
"include": [
|
|
"base.json"
|
|
],
|
|
"configurePresets": [
|
|
{
|
|
"name": "linux-make",
|
|
"inherits": "base",
|
|
"hidden": true,
|
|
"cacheVariables": {
|
|
"ENABLE_ADDON": "aocl_gemm"
|
|
},
|
|
"generator": "Unix Makefiles",
|
|
"condition": {
|
|
"type": "notEquals",
|
|
"lhs": "${hostSystemName}",
|
|
"rhs": "Windows"
|
|
}
|
|
},
|
|
{
|
|
"name": "linux-make-st-lp64-amdzen-static",
|
|
"inherits": ["linux-make", "st", "lp64", "amdzen", "linux-static"],
|
|
"cacheVariables": {
|
|
"CMAKE_INSTALL_PREFIX": "${sourceDir}/install-linux-lp64-amdzen"
|
|
},
|
|
"hidden": false
|
|
},
|
|
{
|
|
"name": "linux-make-st-lp64-amdzen-shared",
|
|
"inherits": ["linux-make", "st", "lp64", "amdzen", "linux-shared"],
|
|
"cacheVariables": {
|
|
"CMAKE_INSTALL_PREFIX": "${sourceDir}/install-linux-lp64-amdzen"
|
|
},
|
|
"hidden": false
|
|
},
|
|
{
|
|
"name": "linux-make-mt-lp64-amdzen-static",
|
|
"inherits": ["linux-make", "mt", "lp64", "amdzen", "linux-static"],
|
|
"cacheVariables": {
|
|
"CMAKE_INSTALL_PREFIX": "${sourceDir}/install-linux-lp64-amdzen"
|
|
},
|
|
"hidden": false
|
|
},
|
|
{
|
|
"name": "linux-make-mt-lp64-amdzen-shared",
|
|
"inherits": ["linux-make", "mt", "lp64", "amdzen", "linux-shared"],
|
|
"cacheVariables": {
|
|
"CMAKE_INSTALL_PREFIX": "${sourceDir}/install-linux-lp64-amdzen"
|
|
},
|
|
"hidden": false
|
|
},
|
|
{
|
|
"name": "linux-make-st-ilp64-amdzen-static",
|
|
"inherits": ["linux-make", "st", "ilp64", "amdzen", "linux-static"],
|
|
"cacheVariables": {
|
|
"CMAKE_INSTALL_PREFIX": "${sourceDir}/install-linux-ilp64-amdzen"
|
|
},
|
|
"hidden": false
|
|
},
|
|
{
|
|
"name": "linux-make-st-ilp64-amdzen-shared",
|
|
"inherits": ["linux-make", "st", "ilp64", "amdzen", "linux-shared"],
|
|
"cacheVariables": {
|
|
"CMAKE_INSTALL_PREFIX": "${sourceDir}/install-linux-ilp64-amdzen"
|
|
},
|
|
"hidden": false
|
|
},
|
|
{
|
|
"name": "linux-make-mt-ilp64-amdzen-static",
|
|
"inherits": ["linux-make", "mt", "ilp64", "amdzen", "linux-static"],
|
|
"cacheVariables": {
|
|
"CMAKE_INSTALL_PREFIX": "${sourceDir}/install-linux-ilp64-amdzen"
|
|
},
|
|
"hidden": false
|
|
},
|
|
{
|
|
"name": "linux-make-mt-ilp64-amdzen-shared",
|
|
"inherits": ["linux-make", "mt", "ilp64", "amdzen", "linux-shared"],
|
|
"cacheVariables": {
|
|
"CMAKE_INSTALL_PREFIX": "${sourceDir}/install-linux-ilp64-amdzen"
|
|
},
|
|
"hidden": false
|
|
},
|
|
|
|
{
|
|
"name": "linux-make-st-lp64-auto-static",
|
|
"inherits": ["linux-make", "st", "lp64", "auto", "linux-static"],
|
|
"cacheVariables": {
|
|
"CMAKE_INSTALL_PREFIX": "${sourceDir}/install-linux-lp64-auto"
|
|
},
|
|
"hidden": false
|
|
},
|
|
{
|
|
"name": "linux-make-st-lp64-auto-shared",
|
|
"inherits": ["linux-make", "st", "lp64", "auto", "linux-shared"],
|
|
"cacheVariables": {
|
|
"CMAKE_INSTALL_PREFIX": "${sourceDir}/install-linux-lp64-auto"
|
|
},
|
|
"hidden": false
|
|
},
|
|
{
|
|
"name": "linux-make-mt-lp64-auto-static",
|
|
"inherits": ["linux-make", "mt", "lp64", "auto", "linux-static"],
|
|
"cacheVariables": {
|
|
"CMAKE_INSTALL_PREFIX": "${sourceDir}/install-linux-lp64-auto"
|
|
},
|
|
"hidden": false
|
|
},
|
|
{
|
|
"name": "linux-make-mt-lp64-auto-shared",
|
|
"inherits": ["linux-make", "mt", "lp64", "auto", "linux-shared"],
|
|
"cacheVariables": {
|
|
"CMAKE_INSTALL_PREFIX": "${sourceDir}/install-linux-lp64-auto"
|
|
},
|
|
"hidden": false
|
|
},
|
|
{
|
|
"name": "linux-make-st-ilp64-auto-static",
|
|
"inherits": ["linux-make", "st", "ilp64", "auto", "linux-static"],
|
|
"cacheVariables": {
|
|
"CMAKE_INSTALL_PREFIX": "${sourceDir}/install-linux-ilp64-auto"
|
|
},
|
|
"hidden": false
|
|
},
|
|
{
|
|
"name": "linux-make-st-ilp64-auto-shared",
|
|
"inherits": ["linux-make", "st", "ilp64", "auto", "linux-shared"],
|
|
"cacheVariables": {
|
|
"CMAKE_INSTALL_PREFIX": "${sourceDir}/install-linux-ilp64-auto"
|
|
},
|
|
"hidden": false
|
|
},
|
|
{
|
|
"name": "linux-make-mt-ilp64-auto-static",
|
|
"inherits": ["linux-make", "mt", "ilp64", "auto", "linux-static"],
|
|
"cacheVariables": {
|
|
"CMAKE_INSTALL_PREFIX": "${sourceDir}/install-linux-ilp64-auto"
|
|
},
|
|
"hidden": false
|
|
},
|
|
{
|
|
"name": "linux-make-mt-ilp64-auto-shared",
|
|
"inherits": ["linux-make", "mt", "ilp64", "auto", "linux-shared"],
|
|
"cacheVariables": {
|
|
"CMAKE_INSTALL_PREFIX": "${sourceDir}/install-linux-ilp64-auto"
|
|
},
|
|
"hidden": false
|
|
}
|
|
],
|
|
"buildPresets": [
|
|
{
|
|
"name": "linux-make-st-lp64-amdzen-static",
|
|
"configurePreset": "linux-make-st-lp64-amdzen-static",
|
|
"inherits": "base"
|
|
},
|
|
{
|
|
"name": "linux-make-st-lp64-amdzen-shared",
|
|
"configurePreset": "linux-make-st-lp64-amdzen-shared",
|
|
"inherits": "base"
|
|
},
|
|
{
|
|
"name": "linux-make-mt-lp64-amdzen-static",
|
|
"configurePreset": "linux-make-mt-lp64-amdzen-static",
|
|
"inherits": "base"
|
|
},
|
|
{
|
|
"name": "linux-make-mt-lp64-amdzen-shared",
|
|
"configurePreset": "linux-make-mt-lp64-amdzen-shared",
|
|
"inherits": "base"
|
|
},
|
|
{
|
|
"name": "linux-make-st-ilp64-amdzen-static",
|
|
"configurePreset": "linux-make-st-ilp64-amdzen-static",
|
|
"inherits": "base"
|
|
},
|
|
{
|
|
"name": "linux-make-st-ilp64-amdzen-shared",
|
|
"configurePreset": "linux-make-st-ilp64-amdzen-shared",
|
|
"inherits": "base"
|
|
},
|
|
{
|
|
"name": "linux-make-mt-ilp64-amdzen-static",
|
|
"configurePreset": "linux-make-mt-ilp64-amdzen-static",
|
|
"inherits": "base"
|
|
},
|
|
{
|
|
"name": "linux-make-mt-ilp64-amdzen-shared",
|
|
"configurePreset": "linux-make-mt-ilp64-amdzen-shared",
|
|
"inherits": "base"
|
|
},
|
|
{
|
|
"name": "linux-make-st-lp64-auto-static",
|
|
"configurePreset": "linux-make-st-lp64-auto-static",
|
|
"inherits": "base"
|
|
},
|
|
{
|
|
"name": "linux-make-st-lp64-auto-shared",
|
|
"configurePreset": "linux-make-st-lp64-auto-shared",
|
|
"inherits": "base"
|
|
},
|
|
{
|
|
"name": "linux-make-mt-lp64-auto-static",
|
|
"configurePreset": "linux-make-mt-lp64-auto-static",
|
|
"inherits": "base"
|
|
},
|
|
{
|
|
"name": "linux-make-mt-lp64-auto-shared",
|
|
"configurePreset": "linux-make-mt-lp64-auto-shared",
|
|
"inherits": "base"
|
|
},
|
|
{
|
|
"name": "linux-make-st-ilp64-auto-static",
|
|
"configurePreset": "linux-make-st-ilp64-auto-static",
|
|
"inherits": "base"
|
|
},
|
|
{
|
|
"name": "linux-make-st-ilp64-auto-shared",
|
|
"configurePreset": "linux-make-st-ilp64-auto-shared",
|
|
"inherits": "base"
|
|
},
|
|
{
|
|
"name": "linux-make-mt-ilp64-auto-static",
|
|
"configurePreset": "linux-make-mt-ilp64-auto-static",
|
|
"inherits": "base"
|
|
},
|
|
{
|
|
"name": "linux-make-mt-ilp64-auto-shared",
|
|
"configurePreset": "linux-make-mt-ilp64-auto-shared",
|
|
"inherits": "base"
|
|
},
|
|
|
|
{
|
|
"name": "linux-make-st-lp64-amdzen-static-check",
|
|
"description": "Check static single-threaded LP64 BLIS with amdzen option on Linux",
|
|
"configurePreset": "linux-make-st-lp64-amdzen-static",
|
|
"targets": ["check", "checkblis-salt", "checkblis-md"]
|
|
},
|
|
{
|
|
"name": "linux-make-st-lp64-amdzen-shared-check",
|
|
"description": "Check shared single-threaded LP64 BLIS with amdzen option on Linux",
|
|
"configurePreset": "linux-make-st-lp64-amdzen-shared",
|
|
"targets": ["check", "checkblis-salt", "checkblis-md"]
|
|
},
|
|
{
|
|
"name": "linux-make-mt-lp64-amdzen-static-check",
|
|
"description": "Check multithreaded static LP64 BLIS with amdzen option on Linux",
|
|
"configurePreset": "linux-make-mt-lp64-amdzen-static",
|
|
"targets": ["check", "checkblis-salt", "checkblis-md"]
|
|
},
|
|
{
|
|
"name": "linux-make-mt-lp64-amdzen-shared-check",
|
|
"description": "Check multithreaded shared LP64 BLIS with amdzen option on Linux",
|
|
"configurePreset": "linux-make-mt-lp64-amdzen-shared",
|
|
"targets": ["check", "checkblis-salt", "checkblis-md"]
|
|
},
|
|
{
|
|
"name": "linux-make-st-ilp64-amdzen-static-check",
|
|
"description": "Check single-threaded static ILP64 BLIS with amdzen option on Linux",
|
|
"configurePreset": "linux-make-st-ilp64-amdzen-static",
|
|
"targets": ["check", "checkblis-salt", "checkblis-md"]
|
|
},
|
|
{
|
|
"name": "linux-make-st-ilp64-amdzen-shared-check",
|
|
"description": "Check single-threaded shared ILP64 BLIS with amdzen option on Linux",
|
|
"configurePreset": "linux-make-st-ilp64-amdzen-shared",
|
|
"targets": ["check", "checkblis-salt", "checkblis-md"]
|
|
},
|
|
{
|
|
"name": "linux-make-mt-ilp64-amdzen-static-check",
|
|
"description": "Check multithreaded static ILP64 BLIS with amdzen option on Linux",
|
|
"configurePreset": "linux-make-mt-ilp64-amdzen-static",
|
|
"targets": ["check", "checkblis-salt", "checkblis-md"]
|
|
},
|
|
{
|
|
"name": "linux-make-mt-ilp64-amdzen-shared-check",
|
|
"description": "Check multithreaded shared ILP64 BLIS with amdzen option on Linux",
|
|
"configurePreset": "linux-make-mt-ilp64-amdzen-shared",
|
|
"targets": ["check", "checkblis-salt", "checkblis-md"]
|
|
},
|
|
{
|
|
"name": "linux-make-st-lp64-auto-static-check",
|
|
"description": "Check static single-threaded LP64 BLIS with auto option on Linux",
|
|
"configurePreset": "linux-make-st-lp64-auto-static",
|
|
"targets": ["check", "checkblis-salt", "checkblis-md"]
|
|
},
|
|
{
|
|
"name": "linux-make-st-lp64-auto-shared-check",
|
|
"description": "Check shared single-threaded LP64 BLIS with auto option on Linux",
|
|
"configurePreset": "linux-make-st-lp64-auto-shared",
|
|
"targets": ["check", "checkblis-salt", "checkblis-md"]
|
|
},
|
|
{
|
|
"name": "linux-make-mt-lp64-auto-static-check",
|
|
"description": "Check multithreaded static LP64 BLIS with auto option on Linux",
|
|
"configurePreset": "linux-make-mt-lp64-auto-static",
|
|
"targets": ["check", "checkblis-salt", "checkblis-md"]
|
|
},
|
|
{
|
|
"name": "linux-make-mt-lp64-auto-shared-check",
|
|
"description": "Check multithreaded shared LP64 BLIS with auto option on Linux",
|
|
"configurePreset": "linux-make-mt-lp64-auto-shared",
|
|
"targets": ["check", "checkblis-salt", "checkblis-md"]
|
|
},
|
|
{
|
|
"name": "linux-make-st-ilp64-auto-static-check",
|
|
"description": "Check single-threaded static ILP64 BLIS with auto option on Linux",
|
|
"configurePreset": "linux-make-st-ilp64-auto-static",
|
|
"targets": ["check", "checkblis-salt", "checkblis-md"]
|
|
},
|
|
{
|
|
"name": "linux-make-st-ilp64-auto-shared-check",
|
|
"description": "Check single-threaded shared ILP64 BLIS with auto option on Linux",
|
|
"configurePreset": "linux-make-st-ilp64-auto-shared",
|
|
"targets": ["check", "checkblis-salt", "checkblis-md"]
|
|
},
|
|
{
|
|
"name": "linux-make-mt-ilp64-auto-static-check",
|
|
"description": "Check multithreaded static ILP64 BLIS with auto option on Linux",
|
|
"configurePreset": "linux-make-mt-ilp64-auto-static",
|
|
"targets": ["check", "checkblis-salt", "checkblis-md"]
|
|
},
|
|
{
|
|
"name": "linux-make-mt-ilp64-auto-shared-check",
|
|
"description": "Check multithreaded shared ILP64 BLIS with auto option on Linux",
|
|
"configurePreset": "linux-make-mt-ilp64-auto-shared",
|
|
"targets": ["check", "checkblis-salt", "checkblis-md"]
|
|
}
|
|
],
|
|
"workflowPresets": [
|
|
{
|
|
"name": "linux-make-st-lp64-amdzen-static",
|
|
"description": "Build and check single-threaded static BLIS for amdzen configuration on Linux",
|
|
"steps": [
|
|
{
|
|
"type": "configure",
|
|
"name": "linux-make-st-lp64-amdzen-static"
|
|
},
|
|
{
|
|
"type": "build",
|
|
"name": "linux-make-st-lp64-amdzen-static"
|
|
},
|
|
{
|
|
"type": "build",
|
|
"name": "linux-make-st-lp64-amdzen-static-check"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "linux-make-st-lp64-amdzen-shared",
|
|
"description": "Build and check single-threaded shared BLIS for amdzen configuration on Linux",
|
|
"steps": [
|
|
{
|
|
"type": "configure",
|
|
"name": "linux-make-st-lp64-amdzen-shared"
|
|
},
|
|
{
|
|
"type": "build",
|
|
"name": "linux-make-st-lp64-amdzen-shared"
|
|
},
|
|
{
|
|
"type": "build",
|
|
"name": "linux-make-st-lp64-amdzen-shared-check"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "linux-make-mt-lp64-amdzen-static",
|
|
"description": "Build and check multithreaded static BLIS for amdzen configuration on Linux",
|
|
"steps": [
|
|
{
|
|
"type": "configure",
|
|
"name": "linux-make-mt-lp64-amdzen-static"
|
|
},
|
|
{
|
|
"type": "build",
|
|
"name": "linux-make-mt-lp64-amdzen-static"
|
|
},
|
|
{
|
|
"type": "build",
|
|
"name": "linux-make-mt-lp64-amdzen-static-check"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "linux-make-mt-lp64-amdzen-shared",
|
|
"description": "Build and check multithreaded shared BLIS for amdzen configuration on Linux",
|
|
"steps": [
|
|
{
|
|
"type": "configure",
|
|
"name": "linux-make-mt-lp64-amdzen-shared"
|
|
},
|
|
{
|
|
"type": "build",
|
|
"name": "linux-make-mt-lp64-amdzen-shared"
|
|
},
|
|
{
|
|
"type": "build",
|
|
"name": "linux-make-mt-lp64-amdzen-shared-check"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "linux-make-st-ilp64-amdzen-static",
|
|
"description": "Build and check single-threaded static BLIS for amdzen configuration on Linux",
|
|
"steps": [
|
|
{
|
|
"type": "configure",
|
|
"name": "linux-make-st-ilp64-amdzen-static"
|
|
},
|
|
{
|
|
"type": "build",
|
|
"name": "linux-make-st-ilp64-amdzen-static"
|
|
},
|
|
{
|
|
"type": "build",
|
|
"name": "linux-make-st-ilp64-amdzen-static-check"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "linux-make-st-ilp64-amdzen-shared",
|
|
"description": "Build and check single-threaded shared BLIS for amdzen configuration on Linux",
|
|
"steps": [
|
|
{
|
|
"type": "configure",
|
|
"name": "linux-make-st-ilp64-amdzen-shared"
|
|
},
|
|
{
|
|
"type": "build",
|
|
"name": "linux-make-st-ilp64-amdzen-shared"
|
|
},
|
|
{
|
|
"type": "build",
|
|
"name": "linux-make-st-ilp64-amdzen-shared-check"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "linux-make-mt-ilp64-amdzen-static",
|
|
"description": "Build and check multithreaded static BLIS for amdzen configuration on Linux",
|
|
"steps": [
|
|
{
|
|
"type": "configure",
|
|
"name": "linux-make-mt-ilp64-amdzen-static"
|
|
},
|
|
{
|
|
"type": "build",
|
|
"name": "linux-make-mt-ilp64-amdzen-static"
|
|
},
|
|
{
|
|
"type": "build",
|
|
"name": "linux-make-mt-ilp64-amdzen-static-check"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "linux-make-mt-ilp64-amdzen-shared",
|
|
"description": "Build and check multithreaded shared BLIS for amdzen configuration on Linux",
|
|
"steps": [
|
|
{
|
|
"type": "configure",
|
|
"name": "linux-make-mt-ilp64-amdzen-shared"
|
|
},
|
|
{
|
|
"type": "build",
|
|
"name": "linux-make-mt-ilp64-amdzen-shared"
|
|
},
|
|
{
|
|
"type": "build",
|
|
"name": "linux-make-mt-ilp64-amdzen-shared-check"
|
|
}
|
|
]
|
|
},
|
|
|
|
{
|
|
"name": "linux-make-st-lp64-auto-static",
|
|
"description": "Build and check single-threaded static BLIS for auto configuration on Linux",
|
|
"steps": [
|
|
{
|
|
"type": "configure",
|
|
"name": "linux-make-st-lp64-auto-static"
|
|
},
|
|
{
|
|
"type": "build",
|
|
"name": "linux-make-st-lp64-auto-static"
|
|
},
|
|
{
|
|
"type": "build",
|
|
"name": "linux-make-st-lp64-auto-static-check"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "linux-make-st-lp64-auto-shared",
|
|
"description": "Build and check single-threaded shared BLIS for auto configuration on Linux",
|
|
"steps": [
|
|
{
|
|
"type": "configure",
|
|
"name": "linux-make-st-lp64-auto-shared"
|
|
},
|
|
{
|
|
"type": "build",
|
|
"name": "linux-make-st-lp64-auto-shared"
|
|
},
|
|
{
|
|
"type": "build",
|
|
"name": "linux-make-st-lp64-auto-shared-check"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "linux-make-mt-lp64-auto-static",
|
|
"description": "Build and check multithreaded static BLIS for auto configuration on Linux",
|
|
"steps": [
|
|
{
|
|
"type": "configure",
|
|
"name": "linux-make-mt-lp64-auto-static"
|
|
},
|
|
{
|
|
"type": "build",
|
|
"name": "linux-make-mt-lp64-auto-static"
|
|
},
|
|
{
|
|
"type": "build",
|
|
"name": "linux-make-mt-lp64-auto-static-check"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "linux-make-mt-lp64-auto-shared",
|
|
"description": "Build and check multithreaded shared BLIS for auto configuration on Linux",
|
|
"steps": [
|
|
{
|
|
"type": "configure",
|
|
"name": "linux-make-mt-lp64-auto-shared"
|
|
},
|
|
{
|
|
"type": "build",
|
|
"name": "linux-make-mt-lp64-auto-shared"
|
|
},
|
|
{
|
|
"type": "build",
|
|
"name": "linux-make-mt-lp64-auto-shared-check"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "linux-make-st-ilp64-auto-static",
|
|
"description": "Build and check single-threaded static BLIS for auto configuration on Linux",
|
|
"steps": [
|
|
{
|
|
"type": "configure",
|
|
"name": "linux-make-st-ilp64-auto-static"
|
|
},
|
|
{
|
|
"type": "build",
|
|
"name": "linux-make-st-ilp64-auto-static"
|
|
},
|
|
{
|
|
"type": "build",
|
|
"name": "linux-make-st-ilp64-auto-static-check"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "linux-make-st-ilp64-auto-shared",
|
|
"description": "Build and check single-threaded shared BLIS for auto configuration on Linux",
|
|
"steps": [
|
|
{
|
|
"type": "configure",
|
|
"name": "linux-make-st-ilp64-auto-shared"
|
|
},
|
|
{
|
|
"type": "build",
|
|
"name": "linux-make-st-ilp64-auto-shared"
|
|
},
|
|
{
|
|
"type": "build",
|
|
"name": "linux-make-st-ilp64-auto-shared-check"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "linux-make-mt-ilp64-auto-static",
|
|
"description": "Build and check multithreaded static BLIS for auto configuration on Linux",
|
|
"steps": [
|
|
{
|
|
"type": "configure",
|
|
"name": "linux-make-mt-ilp64-auto-static"
|
|
},
|
|
{
|
|
"type": "build",
|
|
"name": "linux-make-mt-ilp64-auto-static"
|
|
},
|
|
{
|
|
"type": "build",
|
|
"name": "linux-make-mt-ilp64-auto-static-check"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "linux-make-mt-ilp64-auto-shared",
|
|
"description": "Build and check multithreaded shared BLIS for auto configuration on Linux",
|
|
"steps": [
|
|
{
|
|
"type": "configure",
|
|
"name": "linux-make-mt-ilp64-auto-shared"
|
|
},
|
|
{
|
|
"type": "build",
|
|
"name": "linux-make-mt-ilp64-auto-shared"
|
|
},
|
|
{
|
|
"type": "build",
|
|
"name": "linux-make-mt-ilp64-auto-shared-check"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|