Skip to content

Commit 23e5ed6

Browse files
committed
refactor: paths
1 parent a1f38e0 commit 23e5ed6

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/GraphBLAS-sharp.Backend/Common/Sum.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ module Fold =
189189

190190
processor.Post(Msg.CreateRunMsg<_, _>(kernel))
191191

192-
let rec private scanToCellReduce<'a when 'a: struct>
192+
let private scanToCellReduce<'a when 'a: struct>
193193
(clContext: ClContext)
194194
(workGroupSize: int)
195195
(opAdd: Expr<'a -> 'a -> 'a>)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
<Compile Include="Quotes/Convert.fs" />
2323
<Compile Include="Quotes/Mask.fs" />
2424
<Compile Include="Quotes/SubSum.fs" />
25-
<Compile Include="Quotes\PreparePositions.fs" />
26-
<Compile Include="Quotes\Predicates.fs" />
25+
<Compile Include="Quotes/PreparePositions.fs" />
26+
<Compile Include="Quotes/Predicates.fs" />
2727
<Compile Include="Common/Scatter.fs" />
2828
<Compile Include="Common/Utils.fs" />
2929
<Compile Include="Common/Sum.fs" />

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<Compile Include="Common/Scatter.fs" />
2424
<Compile Include="Common/Sum.fs" />
2525
<Compile Include="Common/Reduce.fs" />
26-
<Compile Include="Common\Exists.fs" />
26+
<Compile Include="Common/Exists.fs" />
2727
<!--Compile Include="MatrixOperationsTests/GetTuplesTests.fs" /-->
2828
<!--Compile Include="MatrixOperationsTests/MxvTests.fs" /-->
2929
<!--Compile Include="MatrixOperationsTests/VxmTests.fs" /-->

0 commit comments

Comments
 (0)