|
15 | 15 | <Compile Include="QuickGraph/CreateGraph.fs" /> |
16 | 16 | <Compile Include="QuickGraph/Algorithms/ConnectedComponents.fs" /> |
17 | 17 | <Compile Include="QuickGraph/Algorithms/BFS.fs" /> |
18 | | - <Compile Include="BackendCommonTests/BitonicSortTests.fs" /> |
19 | | - <Compile Include="BackendCommonTests/RemoveDuplicatesTests.fs" /> |
20 | | - <Compile Include="BackendCommonTests/CopyTests.fs" /> |
21 | | - <Compile Include="BackendCommonTests/ReplicateTests.fs" /> |
22 | | - <Compile Include="BackendCommonTests/PrefixSumTests.fs" /> |
23 | | - <Compile Include="BackendCommonTests/ScatterTests.fs" /> |
24 | | - <Compile Include="BackendCommonTests/MatrixElementwiseTests.fs" /> |
25 | | - <Compile Include="BackendCommonTests/ConvertTests.fs" /> |
26 | | - <Compile Include="BackendCommonTests/TransposeTests.fs" /> |
27 | | - <Compile Include="BackendCommonTests/MxmTests.fs" /> |
28 | | - <Compile Include="BackendCommonTests/SpMVTests.fs" /> |
29 | | - <Compile Include="BackendCommonTests/SumTest.fs" /> |
30 | | - <Compile Include="BackendCommonTests/ReduceTests.fs" /> |
| 18 | + <Compile Include="Common\BitonicSort.fs" /> |
| 19 | + <Compile Include="Common\RemoveDuplicates.fs" /> |
| 20 | + <Compile Include="Common\Copy.fs" /> |
| 21 | + <Compile Include="Common\Replicate.fs" /> |
| 22 | + <Compile Include="Common\PrefixSum.fs" /> |
| 23 | + <Compile Include="Common\Scatter.fs" /> |
| 24 | + <Compile Include="Common\Sum.fs" /> |
| 25 | + <Compile Include="Common\Reduce.fs" /> |
31 | 26 | <!--Compile Include="MatrixOperationsTests/GetTuplesTests.fs" /--> |
32 | 27 | <!--Compile Include="MatrixOperationsTests/MxvTests.fs" /--> |
33 | 28 | <!--Compile Include="MatrixOperationsTests/VxmTests.fs" /--> |
|
41 | 36 | <Compile Include="Vector/Reduce.fs" /> |
42 | 37 | <Compile Include="Vector/ElementWise.fs" /> |
43 | 38 | <Compile Include="Vector/ContainsNonZero.fs" /> |
| 39 | + <Compile Include="Vector\SpMV.fs" /> |
44 | 40 | <Compile Include="Algorithms/BFS.fs" /> |
| 41 | + <Compile Include="Matrix\Convert.fs" /> |
| 42 | + <Compile Include="Matrix\Elementwise.fs" /> |
| 43 | + <Compile Include="Matrix\Mxm.fs" /> |
| 44 | + <Compile Include="Matrix\Transpose.fs" /> |
45 | 45 | <Compile Include="Program.fs" /> |
46 | 46 | </ItemGroup> |
47 | 47 | <Import Project="..\..\.paket\Paket.Restore.targets" /> |
|
0 commit comments