1 Star 0 Fork 1

代码分析组/gpu_performance_api

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CMakeSettings.json 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
Chris Hesik 提交于 2018-12-19 21:54 . GPA 3.3 release
{
"configurations": [
{
"name": "x64-Debug",
"generator": "Visual Studio 15 2017 Win64",
"configurationType": "Debug",
"inheritEnvironments": [
"msvc_x64_x64"
],
"buildRoot": "${projectDir}\\CMakeBuilds\\${name}",
"cmakeCommandArgs": ""
},
{
"name": "x64-Release",
"generator": "Visual Studio 15 2017 Win64",
"configurationType": "Release",
"inheritEnvironments": [
"msvc_x64_x64"
],
"buildRoot": "${projectDir}\\CMakeBuilds\\${name}",
"cmakeCommandArgs": ""
},
{
"name": "x86-Debug",
"generator": "Visual Studio 15 2017",
"configurationType": "Debug",
"inheritEnvironments": [
"msvc_x64_x64"
],
"buildRoot": "${projectDir}\\CMakeBuilds\\${name}",
"cmakeCommandArgs": ""
},
{
"name": "x86-Release",
"generator": "Visual Studio 15 2017 Win64",
"configurationType": "Release",
"inheritEnvironments": [
"msvc_x64_x64"
],
"buildRoot": "${projectDir}\\CMakeBuilds\\${name}",
"cmakeCommandArgs": ""
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/code-analysis-group/gpu_performance_api.git
git@gitee.com:code-analysis-group/gpu_performance_api.git
code-analysis-group
gpu_performance_api
gpu_performance_api
master

搜索帮助