We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 050df59 commit 12e733fCopy full SHA for 12e733f
src/GraphBLAS-sharp.Backend/Common/Sort/Bitonic.fs
@@ -10,7 +10,7 @@ module Bitonic =
10
let localSize =
11
Common.Utils.floorToPower2 (
12
int (clContext.ClDevice.LocalMemSize)
13
- / (sizeof<int> + sizeof<'a>)
+ / (sizeof<uint64> + sizeof<'a>)
14
)
15
/ 2
16
0 commit comments