|
1 | | -<?xml version="1.0" encoding="utf-8"?> |
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project Sdk="Microsoft.NET.Sdk"> |
3 | 3 |
|
4 | 4 | <PropertyGroup> |
|
11 | 11 |
|
12 | 12 | <ItemGroup> |
13 | 13 | <Compile Include="AssemblyInfo.fs" /> |
| 14 | + <Compile Include="Constants/Constants.fs" /> |
14 | 15 | <Compile Include="Objects/Common.fs" /> |
15 | 16 | <Compile Include="Objects/ArraysExtentions.fs" /> |
16 | 17 | <Compile Include="Objects/Vector.fs" /> |
17 | 18 | <Compile Include="Objects/Matrix.fs" /> |
18 | 19 | <Compile Include="Objects/AtLeastOne.fs" /> |
19 | 20 | <Compile Include="Objects/ClContextExtensions.fs" /> |
20 | 21 | <Compile Include="Objects/ClCellExtensions.fs" /> |
21 | | - |
22 | 22 | <Compile Include="Quotes/SubReduce.fs" /> |
23 | 23 | <Compile Include="Quotes/Arithmetic.fs" /> |
24 | 24 | <Compile Include="Quotes/Convert.fs" /> |
|
28 | 28 | <Compile Include="Quotes/Predicates.fs" /> |
29 | 29 | <Compile Include="Quotes/Map.fs" /> |
30 | 30 | <Compile Include="Quotes/Search.fs" /> |
31 | | - |
32 | 31 | <Compile Include="Common/Scatter.fs" /> |
33 | 32 | <Compile Include="Common/Utils.fs" /> |
34 | 33 | <Compile Include="Common/PrefixSum.fs" /> |
|
39 | 38 | <Compile Include="Common/ClArray.fs" /> |
40 | 39 | <Compile Include="Common/Sort/Radix.fs" /> |
41 | 40 | <Compile Include="Common/Sort/Bitonic.fs" /> |
42 | | - |
43 | 41 | <Compile Include="Common/Common.fs" /> |
44 | | - |
45 | 42 | <Compile Include="Vector/Dense/Vector.fs" /> |
46 | 43 | <Compile Include="Vector/Sparse/Common.fs" /> |
47 | 44 | <Compile Include="Vector/Sparse/Merge.fs" /> |
|
61 | 58 | <Compile Include="Matrix/CSR/Matrix.fs" /> |
62 | 59 | <Compile Include="Matrix/LIL/Matrix.fs" /> |
63 | 60 | <Compile Include="Matrix/Matrix.fs" /> |
64 | | - <Compile Include="Operations/SpGeMM/Expand.fs" /> |
| 61 | + <Compile Include="Operations/SpGeMM/Expand.fs" /> |
65 | 62 | <Compile Include="Operations/SpGeMM/Masked.fs" /> |
66 | 63 | <Compile Include="Operations/SpMV.fs" /> |
67 | | - <Compile Include="Operations/SpMSpV.fs" /> |
| 64 | + <Compile Include="Operations/SpMSpV.fs" /> |
68 | 65 | <Compile Include="Operations/Kronecker.fs" /> |
69 | 66 | <Compile Include="Operations/Operations.fs" /> |
70 | | - |
71 | 67 | <Compile Include="Algorithms/BFS.fs" /> |
72 | 68 | <Compile Include="Algorithms/MSBFS.fs" /> |
73 | 69 | <Compile Include="Algorithms/SSSP.fs" /> |
74 | | - <Compile Include="Algorithms/PageRank.fs" /> |
| 70 | + <Compile Include="Algorithms/PageRank.fsi" /> |
| 71 | + <Compile Include="Algorithms/PageRank.fs" /> |
75 | 72 | <Compile Include="Algorithms/Algorithms.fs" /> |
76 | | - |
77 | 73 | </ItemGroup> |
78 | 74 | <Import Project="..\..\.paket\Paket.Restore.targets" /> |
79 | 75 | </Project> |
0 commit comments