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 9444f50 + 642292e commit 32950a5Copy full SHA for 32950a5
device/cuda/src/fitting/kernels/fill_sort_keys.cu
@@ -35,7 +35,7 @@ void fill_sort_keys(const dim3& grid_size, const dim3& block_size,
35
vecmem::data::vector_view<device::sort_key> keys_view,
36
vecmem::data::vector_view<unsigned int> ids_view) {
37
38
- kernels::fill_sort_keys<<<block_size, grid_size, 0, stream>>>(
+ kernels::fill_sort_keys<<<grid_size, block_size, 0, stream>>>(
39
track_candidates_view, keys_view, ids_view);
40
TRACCC_CUDA_ERROR_CHECK(cudaGetLastError());
41
}
0 commit comments