Skip to content

Commit abdd46c

Browse files
committed
refactor: ...
1 parent 2441558 commit abdd46c

File tree

3 files changed

+1
-206
lines changed

3 files changed

+1
-206
lines changed

src/GraphBLAS-sharp.Backend/GraphBLAS-sharp.Backend.fsproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<Compile Include="Common/Scatter.fs" />
3131
<Compile Include="Common/Utils.fs" />
3232
<Compile Include="Common/PrefixSum.fs" />
33-
<Compile Include="Common\Gather.fs" />
33+
<Compile Include="Common/Gather.fs" />
3434
<Compile Include="Common/ClArray.fs" />
3535
<Compile Include="Common/Sort/Radix.fs" />
3636
<Compile Include="Common/Sort/Bitonic.fs" />
@@ -39,7 +39,6 @@
3939
<Compile Include="Vector/Sparse/Common.fs" />
4040
<Compile Include="Vector/Sparse/Map2AtLeastOne.fs" />
4141
<Compile Include="Vector/Sparse/Map2.fs" />
42-
<Compile Include="Vector/Sparse/Map.fs" />
4342
<Compile Include="Vector/Sparse/SparseVector.fs" />
4443
<Compile Include="Vector/SpMV.fs" />
4544
<Compile Include="Vector/Vector.fs" />

src/GraphBLAS-sharp.Backend/Vector/Sparse/Map.fs

Lines changed: 0 additions & 138 deletions
This file was deleted.

tests/GraphBLAS-sharp.Tests/Vector/Map.fs

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)