-
Notifications
You must be signed in to change notification settings - Fork 0
/
CUDAExcercise.sln
36 lines (36 loc) · 1.69 KB
/
CUDAExcercise.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35312.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PrefixSum", "PrefixSum\PrefixSum.vcxproj", "{327EC10E-651D-4109-B944-99AC17739C3D}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GEMM", "GEMM\CudaRuntime1.vcxproj", "{95CB501E-A99F-4D6B-BB0E-99F3D81C0F5A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{14F6DE8F-84DB-4369-8A45-FADBFA5E76BC}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{327EC10E-651D-4109-B944-99AC17739C3D}.Debug|x64.ActiveCfg = Debug|x64
{327EC10E-651D-4109-B944-99AC17739C3D}.Debug|x64.Build.0 = Debug|x64
{327EC10E-651D-4109-B944-99AC17739C3D}.Release|x64.ActiveCfg = Release|x64
{327EC10E-651D-4109-B944-99AC17739C3D}.Release|x64.Build.0 = Release|x64
{95CB501E-A99F-4D6B-BB0E-99F3D81C0F5A}.Debug|x64.ActiveCfg = Debug|x64
{95CB501E-A99F-4D6B-BB0E-99F3D81C0F5A}.Debug|x64.Build.0 = Debug|x64
{95CB501E-A99F-4D6B-BB0E-99F3D81C0F5A}.Release|x64.ActiveCfg = Release|x64
{95CB501E-A99F-4D6B-BB0E-99F3D81C0F5A}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D22F3A03-9CFD-497D-BA96-3BB129D152F5}
EndGlobalSection
EndGlobal