Skip to content

Commit

Permalink
More worked abstracted
Browse files Browse the repository at this point in the history
  • Loading branch information
GlockPL committed Jun 10, 2024
1 parent c9db29f commit 76fb9f9
Show file tree
Hide file tree
Showing 10 changed files with 1,910 additions and 891 deletions.
5 changes: 3 additions & 2 deletions CudaMaxCutPlanted/CudaMaxCutPlanted.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,14 @@
<ItemGroup>
<CudaCompile Include="CudaSparseMatrix.cu" />
<CudaCompile Include="kernel.cu" />
<CudaCompile Include="SparseMatrixSumKernel.cu" />
<CudaCompile Include="main.cu" />
<CudaCompile Include="Kernels.cu" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="CudaSparseMatrix.hpp" />
<ClInclude Include="indicators.hpp" />
<ClInclude Include="intellisense_cuda_intrinsics.h" />
<ClInclude Include="SparseMatrixSumKernel.cuh" />
<ClInclude Include="Kernels.cuh" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Expand Down
5 changes: 3 additions & 2 deletions CudaMaxCutPlanted/CudaMaxCutPlanted.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
<CudaCompile Include="CudaSparseMatrix.cu">
<Filter>Objects</Filter>
</CudaCompile>
<CudaCompile Include="SparseMatrixSumKernel.cu">
<CudaCompile Include="Kernels.cu">
<Filter>Objects</Filter>
</CudaCompile>
<CudaCompile Include="main.cu" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="indicators.hpp" />
Expand All @@ -17,7 +18,7 @@
<ClInclude Include="intellisense_cuda_intrinsics.h">
<Filter>Objects</Filter>
</ClInclude>
<ClInclude Include="SparseMatrixSumKernel.cuh">
<ClInclude Include="Kernels.cuh">
<Filter>Objects</Filter>
</ClInclude>
</ItemGroup>
Expand Down
Loading

0 comments on commit 76fb9f9

Please sign in to comment.