Skip to content

Commit 2972803

Browse files
committed
refactor: paths
1 parent a449754 commit 2972803

1 file changed

Lines changed: 45 additions & 45 deletions

File tree

tests/GraphBLAS-sharp.Tests/GraphBLAS-sharp.Tests.fsproj

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -13,51 +13,51 @@
1313
<Compile Include="AssemblyInfo.fs" />
1414
<Compile Include="Generators.fs" />
1515
<Compile Include="Helpers.fs" />
16-
<Compile Include="Backend\QuickGraph\Algorithms\BFS.fs" />
17-
<Compile Include="Backend\QuickGraph\Algorithms\ConnectedComponents.fs" />
18-
<Compile Include="Backend\QuickGraph\CreateGraph.fs" />
19-
<Compile Include="Backend\Algorithms\BFS.fs" />
20-
<Compile Include="Backend\Common\ClArray\Blit.fs" />
21-
<Compile Include="Backend\Common\ClArray\Choose.fs" />
22-
<Compile Include="Backend\Common\ClArray\ChunkBySize.fs" />
23-
<Compile Include="Backend\Common\ClArray\Concat.fs" />
24-
<Compile Include="Backend\Common\ClArray\Copy.fs" />
25-
<Compile Include="Backend\Common\ClArray\Exists.fs" />
26-
<Compile Include="Backend\Common\ClArray\Fill.fs" />
27-
<Compile Include="Backend\Common\ClArray\Map.fs" />
28-
<Compile Include="Backend\Common\ClArray\Map2.fs" />
29-
<Compile Include="Backend\Common\ClArray\Pairwise.fs" />
30-
<Compile Include="Backend\Common\ClArray\RemoveDuplicates.fs" />
31-
<Compile Include="Backend\Common\ClArray\Replicate.fs" />
32-
<Compile Include="Backend\Common\Gather.fs" />
33-
<Compile Include="Backend\Common\Reduce\Reduce.fs" />
34-
<Compile Include="Backend\Common\Reduce\ReduceByKey.fs" />
35-
<Compile Include="Backend\Common\Reduce\Sum.fs" />
36-
<Compile Include="Backend\Common\Scan\ByKey.fs" />
37-
<Compile Include="Backend\Common\Scan\PrefixSum.fs" />
38-
<Compile Include="Backend\Common\Scatter.fs" />
39-
<Compile Include="Backend\Common\Sort\Bitonic.fs" />
40-
<Compile Include="Backend\Common\Sort\Radix.fs" />
41-
<Compile Include="Backend\Matrix\ByRows.fs" />
42-
<Compile Include="Backend\Matrix\Convert.fs" />
43-
<Compile Include="Backend\Matrix\Map.fs" />
44-
<Compile Include="Backend\Matrix\Map2.fs" />
45-
<Compile Include="Backend\Matrix\RowsLengths.fs" />
46-
<Compile Include="Backend\Matrix\SpGeMM\Expand.fs" />
47-
<Compile Include="Backend\Matrix\SpGeMM\Masked.fs" />
48-
<Compile Include="Backend\Matrix\Transpose.fs" />
49-
<Compile Include="Backend\Vector\AssignByMask.fs" />
50-
<Compile Include="Backend\Vector\Convert.fs" />
51-
<Compile Include="Backend\Vector\Copy.fs" />
52-
<Compile Include="Backend\Vector\Map2.fs" />
53-
<Compile Include="Backend\Vector\OfList.fs" />
54-
<Compile Include="Backend\Vector\Reduce.fs" />
55-
<Compile Include="Backend\Vector\SpMV.fs" />
56-
<Compile Include="Backend\Vector\ZeroCreate.fs" />
57-
<Compile Include="Host\Matrix\FromaArray2D.fs" />
58-
<Compile Include="Host\Matrix\Convert.fs" />
59-
<Compile Include="Host\IO\MtxReader.fs" />
60-
<Content Include="Host\IO\Dataset\testMatrix.mtx" />
16+
<Compile Include="Backend/QuickGraph/Algorithms/BFS.fs" />
17+
<Compile Include="Backend/QuickGraph/Algorithms/ConnectedComponents.fs" />
18+
<Compile Include="Backend/QuickGraph/CreateGraph.fs" />
19+
<Compile Include="Backend/Algorithms/BFS.fs" />
20+
<Compile Include="Backend/Common/ClArray/Blit.fs" />
21+
<Compile Include="Backend/Common/ClArray/Choose.fs" />
22+
<Compile Include="Backend/Common/ClArray/ChunkBySize.fs" />
23+
<Compile Include="Backend/Common/ClArray/Concat.fs" />
24+
<Compile Include="Backend/Common/ClArray/Copy.fs" />
25+
<Compile Include="Backend/Common/ClArray/Exists.fs" />
26+
<Compile Include="Backend/Common/ClArray/Fill.fs" />
27+
<Compile Include="Backend/Common/ClArray/Map.fs" />
28+
<Compile Include="Backend/Common/ClArray/Map2.fs" />
29+
<Compile Include="Backend/Common/ClArray/Pairwise.fs" />
30+
<Compile Include="Backend/Common/ClArray/RemoveDuplicates.fs" />
31+
<Compile Include="Backend/Common/ClArray/Replicate.fs" />
32+
<Compile Include="Backend/Common/Gather.fs" />
33+
<Compile Include="Backend/Common/Reduce/Reduce.fs" />
34+
<Compile Include="Backend/Common/Reduce/ReduceByKey.fs" />
35+
<Compile Include="Backend/Common/Reduce/Sum.fs" />
36+
<Compile Include="Backend/Common/Scan/ByKey.fs" />
37+
<Compile Include="Backend/Common/Scan/PrefixSum.fs" />
38+
<Compile Include="Backend/Common/Scatter.fs" />
39+
<Compile Include="Backend/Common/Sort/Bitonic.fs" />
40+
<Compile Include="Backend/Common/Sort/Radix.fs" />
41+
<Compile Include="Backend/Matrix/ByRows.fs" />
42+
<Compile Include="Backend/Matrix/Convert.fs" />
43+
<Compile Include="Backend/Matrix/Map.fs" />
44+
<Compile Include="Backend/Matrix/Map2.fs" />
45+
<Compile Include="Backend/Matrix/RowsLengths.fs" />
46+
<Compile Include="Backend/Matrix/SpGeMM/Expand.fs" />
47+
<Compile Include="Backend/Matrix/SpGeMM/Masked.fs" />
48+
<Compile Include="Backend/Matrix/Transpose.fs" />
49+
<Compile Include="Backend/Vector/AssignByMask.fs" />
50+
<Compile Include="Backend/Vector/Convert.fs" />
51+
<Compile Include="Backend/Vector/Copy.fs" />
52+
<Compile Include="Backend/Vector/Map2.fs" />
53+
<Compile Include="Backend/Vector/OfList.fs" />
54+
<Compile Include="Backend/Vector/Reduce.fs" />
55+
<Compile Include="Backend/Vector/SpMV.fs" />
56+
<Compile Include="Backend/Vector/ZeroCreate.fs" />
57+
<Compile Include="Host/Matrix/FromaArray2D.fs" />
58+
<Compile Include="Host/Matrix/Convert.fs" />
59+
<Compile Include="Host/IO/MtxReader.fs" />
60+
<Content Include="Host/IO/Dataset/testMatrix.mtx" />
6161
<Compile Include="Program.fs" />
6262
</ItemGroup>
6363
<Import Project="..\..\.paket\Paket.Restore.targets" />

0 commit comments

Comments
 (0)