mirror of
https://github.com/amd/blis.git
synced 2026-07-16 16:49:00 +00:00
Add missing newline at the end of these files. AMD-Internal: [CPUPL-4500] Change-Id: I835cc73de0008b66ae3cf77fbb3daa1c8fcaaa7f
68 lines
1.1 KiB
JSON
68 lines
1.1 KiB
JSON
{
|
|
"version": 6,
|
|
"configurePresets": [
|
|
{
|
|
"name": "lp64",
|
|
"hidden": true,
|
|
"cacheVariables": {
|
|
"INT_SIZE": "32"
|
|
}
|
|
},
|
|
{
|
|
"name": "ilp64",
|
|
"hidden": true,
|
|
"cacheVariables": {
|
|
"INT_SIZE": "64"
|
|
}
|
|
},
|
|
{
|
|
"name": "st",
|
|
"hidden": true,
|
|
"cacheVariables": {
|
|
"ENABLE_THREADING": "no"
|
|
}
|
|
},
|
|
{
|
|
"name": "mt",
|
|
"hidden": true,
|
|
"cacheVariables": {
|
|
"ENABLE_THREADING": "openmp"
|
|
}
|
|
},
|
|
{
|
|
"name": "amdzen",
|
|
"hidden": true
|
|
},
|
|
{
|
|
"name": "auto",
|
|
"hidden": true
|
|
},
|
|
{
|
|
"name": "static",
|
|
"hidden": true,
|
|
"cacheVariables": {
|
|
"BLIS_LINKING_TYPE": "static"
|
|
}
|
|
},
|
|
{
|
|
"name": "shared",
|
|
"hidden": true,
|
|
"cacheVariables": {
|
|
"BLIS_LINKING_TYPE": "shared"
|
|
}
|
|
},
|
|
{
|
|
"name": "base",
|
|
"hidden": true,
|
|
"binaryDir": "${sourceDir}/build-${presetName}"
|
|
}
|
|
],
|
|
"buildPresets": [
|
|
{
|
|
"name": "base",
|
|
"configurePreset": "base",
|
|
"jobs": 0
|
|
}
|
|
]
|
|
}
|