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.
2 parents 32950a5 + cbcb540 commit d3b2485Copy full SHA for d3b2485
device/cuda/src/finding/combinatorial_kalman_filter.cuh
@@ -289,7 +289,7 @@ combinatorial_kalman_filter(
289
const unsigned int nBlocks =
290
(n_in_params + nThreads - 1) / nThreads;
291
const std::size_t shared_size =
292
- nThreads * sizeof(unsigned int) +
+ nThreads * sizeof(unsigned long long int) +
293
2 * nThreads * sizeof(std::pair<unsigned int, unsigned int>);
294
295
// Run the kernel.
0 commit comments