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 d3b2485 commit 6418a96Copy full SHA for 6418a96
device/alpaka/src/finding/combinatorial_kalman_filter.hpp
@@ -554,7 +554,7 @@ struct BlockSharedMemDynSizeBytes<
554
TArgs const&... /* args */
555
) -> std::size_t {
556
return static_cast<std::size_t>(blockThreadExtent.prod()) *
557
- sizeof(unsigned int) +
+ sizeof(unsigned long long int) +
558
2 * static_cast<std::size_t>(blockThreadExtent.prod()) *
559
sizeof(std::pair<unsigned int, unsigned int>);
560
}
0 commit comments