A tool for evaluating multiple NURBS curve/surface points using the GPU.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

222 lines
3.5 KiB

3 years ago
{
"artifacts" :
[
{
"path" : "untitled1.exe"
},
{
"path" : "untitled1.pdb"
}
],
"backtrace" : 1,
"backtraceGraph" :
{
"commands" :
[
"add_executable",
"target_link_libraries",
"target_include_directories",
"include_directories"
],
"files" :
[
"CMakeLists.txt"
],
"nodes" :
[
{
"file" : 0
},
{
"command" : 0,
"file" : 0,
"line" : 6,
"parent" : 0
},
{
"command" : 1,
"file" : 0,
"line" : 8,
"parent" : 0
},
{
"command" : 2,
"file" : 0,
"line" : 9,
"parent" : 0
},
{
"command" : 3,
"file" : 0,
"line" : 15,
"parent" : 0
}
]
},
"compileGroups" :
[
{
"compileCommandFragments" :
[
{
"fragment" : "/DWIN32 /D_WINDOWS /EHsc /Zi /Ob0 /Od /RTC1 -MDd"
}
],
"includes" :
[
{
"backtrace" : 3,
"path" : "E:/cuda/tmp/NurbsEvaluator"
},
{
"backtrace" : 4,
"path" : "C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.8/include"
}
],
"language" : "CXX",
"sourceIndexes" :
[
0,
3
]
},
{
"compileCommandFragments" :
[
{
"fragment" : "-D_WINDOWS -Xcompiler=\" /EHsc\" -Xcompiler=\"-Zi -Ob0 -Od /RTC1\" --generate-code=arch=compute_52,code=[compute_52,sm_52] -Xcompiler=-MDd"
},
{
"fragment" : "-std=c++14"
}
],
"includes" :
[
{
"backtrace" : 3,
"path" : "E:/cuda/tmp/NurbsEvaluator"
},
{
"backtrace" : 4,
"path" : "C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.8/include"
}
],
"language" : "CUDA",
"languageStandard" :
{
"backtraces" :
[
1
],
"standard" : "14"
},
"sourceIndexes" :
[
1
]
}
],
"id" : "untitled1::@6890427a1f51a3e7e1df",
"link" :
{
"commandFragments" :
[
{
"fragment" : "/DWIN32 /D_WINDOWS /EHsc /Zi /Ob0 /Od /RTC1 -MDd",
"role" : "flags"
},
{
"fragment" : "/machine:x64 /debug /INCREMENTAL /subsystem:console",
"role" : "flags"
},
{
"fragment" : "-LIBPATH:C:\\PROGRA~1\\NVIDIA~2\\CUDA\\v11.8\\lib\\x64",
"role" : "libraryPath"
},
{
"backtrace" : 2,
"fragment" : "E:\\cuda\\tmp\\NurbsEvaluator\\cmake-build-debug\\lib\\NurbsEvaluator2.lib",
"role" : "libraries"
},
{
"fragment" : "cudadevrt.lib",
"role" : "libraries"
},
{
"fragment" : "cudart_static.lib",
"role" : "libraries"
},
{
"fragment" : "kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib",
"role" : "libraries"
}
],
"language" : "CXX"
},
"name" : "untitled1",
"nameOnDisk" : "untitled1.exe",
"paths" :
{
"build" : ".",
"source" : "."
},
"sourceGroups" :
[
{
"name" : "Source Files",
"sourceIndexes" :
[
0,
1,
3
]
},
{
"name" : "",
"sourceIndexes" :
[
2
]
},
{
"name" : "Header Files",
"sourceIndexes" :
[
4
]
}
],
"sources" :
[
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "main.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"compileGroupIndex" : 1,
"path" : "NurbsEvaluator.cu",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "NurbsEvaluator.cuh",
"sourceGroupIndex" : 1
},
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "utils.cpp",
"sourceGroupIndex" : 0
},
{
"backtrace" : 1,
"path" : "utils.h",
"sourceGroupIndex" : 2
}
],
"type" : "EXECUTABLE"
}