Skip to content

Commit 6418a96

Browse files
authored
Merge pull request #1034 from krasznaa/AlpakaFix-main-20250624
Alpaka Fix, main branch (2025.06.24.)
1 parent d3b2485 commit 6418a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

device/alpaka/src/finding/combinatorial_kalman_filter.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ struct BlockSharedMemDynSizeBytes<
554554
TArgs const&... /* args */
555555
) -> std::size_t {
556556
return static_cast<std::size_t>(blockThreadExtent.prod()) *
557-
sizeof(unsigned int) +
557+
sizeof(unsigned long long int) +
558558
2 * static_cast<std::size_t>(blockThreadExtent.prod()) *
559559
sizeof(std::pair<unsigned int, unsigned int>);
560560
}

0 commit comments

Comments
 (0)