2020-02-12 12:12:17 +01:00
|
|
|
|
{
|
2019-06-06 14:21:15 +02:00
|
|
|
|
"configurations": [
|
|
|
|
|
{
|
|
|
|
|
"name": "x64-Debug",
|
|
|
|
|
"generator": "Ninja",
|
|
|
|
|
"configurationType": "Debug",
|
|
|
|
|
"inheritEnvironments": [
|
|
|
|
|
"msvc_x64_x64"
|
|
|
|
|
],
|
|
|
|
|
"buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}",
|
|
|
|
|
"installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}",
|
2020-03-02 10:49:41 +01:00
|
|
|
|
"cmakeCommandArgs": " -DSD_CUDA=true -DLIBND4J_NAME=nd4jcuda -DMSVC_DEV=true -DCOMPUTE=61 -DBUILD_TESTS=true",
|
2019-06-06 14:21:15 +02:00
|
|
|
|
"buildCommandArgs": "-v",
|
|
|
|
|
"ctestCommandArgs": ""
|
2019-12-17 07:42:09 +01:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "WSL-GCC-Debug",
|
|
|
|
|
"generator": "Unix Makefiles",
|
|
|
|
|
"configurationType": "Debug",
|
|
|
|
|
"buildRoot": "${projectDir}\\out\\build\\${name}",
|
|
|
|
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
|
|
|
|
"cmakeExecutable": "/usr/bin/cmake",
|
2020-03-02 10:49:41 +01:00
|
|
|
|
"cmakeCommandArgs": "-DSD_ALL_OPS=true -DCMAKE_BUILD_TYPE=Debug -DSD_CPU=true -DLIBND4J_NAME=nd4jcpu -DBUILD_TESTS=ON -DCMAKE_BUILD_TYPE=Debug -DOPENBLAS_PATH=/usr/lib/openblas-base/ -DEXTENSION=avx2 ",
|
2019-12-17 07:42:09 +01:00
|
|
|
|
"buildCommandArgs": "-j 4",
|
|
|
|
|
"ctestCommandArgs": "",
|
|
|
|
|
"inheritEnvironments": [ "linux_x64" ],
|
|
|
|
|
"wslPath": "${defaultWSLPath}",
|
|
|
|
|
"addressSanitizerRuntimeFlags": "detect_leaks=0",
|
|
|
|
|
"variables": []
|
2019-06-06 14:21:15 +02:00
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|