mirror of
https://github.com/amd/blis.git
synced 2026-07-16 08:42:21 +00:00
Add missing newline at the end of these files. AMD-Internal: [CPUPL-4500] Change-Id: I835cc73de0008b66ae3cf77fbb3daa1c8fcaaa7f
262 lines
9.3 KiB
JSON
262 lines
9.3 KiB
JSON
{
|
|
"version": 6,
|
|
"include": [
|
|
"base.json"
|
|
],
|
|
"configurePresets": [
|
|
{
|
|
"name": "linux-make",
|
|
"inherits": "base",
|
|
"hidden": true,
|
|
"generator": "Unix Makefiles",
|
|
"condition": {
|
|
"type": "notEquals",
|
|
"lhs": "${hostSystemName}",
|
|
"rhs": "Windows"
|
|
}
|
|
},
|
|
{
|
|
"name": "linux-make-st-lp64-amdzen-static",
|
|
"inherits": ["linux-make", "st", "lp64", "amdzen", "static"],
|
|
"hidden": false,
|
|
"cacheVariables": {
|
|
"BLIS_PATH": "${sourceParentDir}//install-linux-lp64-amdzen",
|
|
"BLIS_LINKING_TYPE": "static",
|
|
"REF_CBLAS": "MKL"
|
|
}
|
|
},
|
|
{
|
|
"name": "linux-make-st-lp64-amdzen-shared",
|
|
"inherits": ["linux-make", "st", "lp64", "amdzen", "shared"],
|
|
"hidden": false,
|
|
"cacheVariables": {
|
|
"BLIS_PATH": "${sourceParentDir}//install-linux-lp64-amdzen",
|
|
"BLIS_LINKING_TYPE": "shared",
|
|
"REF_CBLAS": "MKL"
|
|
}
|
|
},
|
|
{
|
|
"name": "linux-make-mt-lp64-amdzen-static",
|
|
"inherits": ["linux-make", "mt", "lp64", "amdzen", "static"],
|
|
"hidden": false,
|
|
"cacheVariables": {
|
|
"BLIS_PATH": "${sourceParentDir}//install-linux-lp64-amdzen",
|
|
"BLIS_LINKING_TYPE": "static",
|
|
"REF_CBLAS": "MKL"
|
|
}
|
|
},
|
|
{
|
|
"name": "linux-make-mt-lp64-amdzen-shared",
|
|
"inherits": ["linux-make", "mt", "lp64", "amdzen", "shared"],
|
|
"hidden": false,
|
|
"cacheVariables": {
|
|
"BLIS_PATH": "${sourceParentDir}//install-linux-lp64-amdzen",
|
|
"BLIS_LINKING_TYPE": "shared",
|
|
"REF_CBLAS": "MKL"
|
|
}
|
|
},
|
|
{
|
|
"name": "linux-make-st-ilp64-amdzen-static",
|
|
"inherits": ["linux-make", "st", "ilp64", "amdzen", "static"],
|
|
"hidden": false,
|
|
"cacheVariables": {
|
|
"BLIS_PATH": "${sourceParentDir}//install-linux-ilp64-amdzen",
|
|
"BLIS_LINKING_TYPE": "static",
|
|
"REF_CBLAS": "MKL"
|
|
}
|
|
},
|
|
{
|
|
"name": "linux-make-st-ilp64-amdzen-shared",
|
|
"inherits": ["linux-make", "st", "ilp64", "amdzen", "shared"],
|
|
"hidden": false,
|
|
"cacheVariables": {
|
|
"BLIS_PATH": "${sourceParentDir}//install-linux-ilp64-amdzen",
|
|
"BLIS_LINKING_TYPE": "shared",
|
|
"REF_CBLAS": "MKL"
|
|
}
|
|
},
|
|
{
|
|
"name": "linux-make-mt-ilp64-amdzen-static",
|
|
"inherits": ["linux-make", "mt", "ilp64", "amdzen", "static"],
|
|
"hidden": false,
|
|
"cacheVariables": {
|
|
"BLIS_PATH": "${sourceParentDir}//install-linux-ilp64-amdzen",
|
|
"BLIS_LINKING_TYPE": "static",
|
|
"REF_CBLAS": "MKL"
|
|
}
|
|
},
|
|
{
|
|
"name": "linux-make-mt-ilp64-amdzen-shared",
|
|
"inherits": ["linux-make", "mt", "ilp64", "amdzen", "shared"],
|
|
"hidden": false,
|
|
"cacheVariables": {
|
|
"BLIS_PATH": "${sourceParentDir}//install-linux-ilp64-amdzen",
|
|
"BLIS_LINKING_TYPE": "shared",
|
|
"REF_CBLAS": "MKL"
|
|
}
|
|
},
|
|
{
|
|
"name": "linux-make-st-lp64-auto-static",
|
|
"inherits": ["linux-make", "st", "lp64", "auto", "static"],
|
|
"hidden": false,
|
|
"cacheVariables": {
|
|
"BLIS_PATH": "${sourceParentDir}//install-linux-lp64-auto",
|
|
"BLIS_LINKING_TYPE": "static",
|
|
"REF_CBLAS": "MKL"
|
|
}
|
|
},
|
|
{
|
|
"name": "linux-make-st-lp64-auto-shared",
|
|
"inherits": ["linux-make", "st", "lp64", "auto", "shared"],
|
|
"hidden": false,
|
|
"cacheVariables": {
|
|
"BLIS_PATH": "${sourceParentDir}//install-linux-lp64-auto",
|
|
"BLIS_LINKING_TYPE": "shared",
|
|
"REF_CBLAS": "MKL"
|
|
}
|
|
},
|
|
{
|
|
"name": "linux-make-mt-lp64-auto-static",
|
|
"inherits": ["linux-make", "mt", "lp64", "auto", "static"],
|
|
"hidden": false,
|
|
"cacheVariables": {
|
|
"BLIS_PATH": "${sourceParentDir}//install-linux-lp64-auto",
|
|
"BLIS_LINKING_TYPE": "static",
|
|
"REF_CBLAS": "MKL"
|
|
}
|
|
},
|
|
{
|
|
"name": "linux-make-mt-lp64-auto-shared",
|
|
"inherits": ["linux-make", "mt", "lp64", "auto", "shared"],
|
|
"hidden": false,
|
|
"cacheVariables": {
|
|
"BLIS_PATH": "${sourceParentDir}//install-linux-lp64-auto",
|
|
"BLIS_LINKING_TYPE": "shared",
|
|
"REF_CBLAS": "MKL"
|
|
}
|
|
},
|
|
{
|
|
"name": "linux-make-st-ilp64-auto-static",
|
|
"inherits": ["linux-make", "st", "ilp64", "auto", "static"],
|
|
"hidden": false,
|
|
"cacheVariables": {
|
|
"BLIS_PATH": "${sourceParentDir}//install-linux-ilp64-auto",
|
|
"BLIS_LINKING_TYPE": "static",
|
|
"REF_CBLAS": "MKL"
|
|
}
|
|
},
|
|
{
|
|
"name": "linux-make-st-ilp64-auto-shared",
|
|
"inherits": ["linux-make", "st", "ilp64", "auto", "shared"],
|
|
"hidden": false,
|
|
"cacheVariables": {
|
|
"BLIS_PATH": "${sourceParentDir}//install-linux-ilp64-auto",
|
|
"BLIS_LINKING_TYPE": "shared",
|
|
"REF_CBLAS": "MKL"
|
|
}
|
|
},
|
|
{
|
|
"name": "linux-make-mt-ilp64-auto-static",
|
|
"inherits": ["linux-make", "mt", "ilp64", "auto", "static"],
|
|
"hidden": false,
|
|
"cacheVariables": {
|
|
"BLIS_PATH": "${sourceParentDir}//install-linux-ilp64-auto",
|
|
"BLIS_LINKING_TYPE": "static",
|
|
"REF_CBLAS": "MKL"
|
|
}
|
|
},
|
|
{
|
|
"name": "linux-make-mt-ilp64-auto-shared",
|
|
"inherits": ["linux-make", "mt", "ilp64", "auto", "shared"],
|
|
"hidden": false,
|
|
"cacheVariables": {
|
|
"BLIS_PATH": "${sourceParentDir}//install-linux-ilp64-auto",
|
|
"BLIS_LINKING_TYPE": "shared",
|
|
"REF_CBLAS": "MKL"
|
|
}
|
|
}
|
|
],
|
|
"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-lp64-auto-static",
|
|
"inherits": "base"
|
|
},
|
|
{
|
|
"name": "linux-make-st-ilp64-auto-shared",
|
|
"configurePreset": "linux-make-st-lp64-auto-shared",
|
|
"inherits": "base"
|
|
},
|
|
{
|
|
"name": "linux-make-mt-ilp64-auto-static",
|
|
"configurePreset": "linux-make-mt-lp64-auto-static",
|
|
"inherits": "base"
|
|
},
|
|
{
|
|
"name": "linux-make-mt-ilp64-auto-shared",
|
|
"configurePreset": "linux-make-mt-lp64-auto-shared",
|
|
"inherits": "base"
|
|
}
|
|
]
|
|
}
|